2017-09-25 05:54:51 2017-09-25 05:54:51 R version 3.4.1 (2017-06-30) -- "Single Candle" 2017-09-25 05:54:51 Copyright (C) 2017 The R Foundation for Statistical Computing 2017-09-25 05:54:51 Platform: x86_64-w64-mingw32/x64 (64-bit) 2017-09-25 05:54:51 2017-09-25 05:54:51 R is free software and comes with ABSOLUTELY NO WARRANTY. 2017-09-25 05:54:51 You are welcome to redistribute it under certain conditions. 2017-09-25 05:54:51 Type 'license()' or 'licence()' for distribution details. 2017-09-25 05:54:51 2017-09-25 05:54:51 Natural language support but running in an English locale 2017-09-25 05:54:51 2017-09-25 05:54:51 R is a collaborative project with many contributors. 2017-09-25 05:54:51 Type 'contributors()' for more information and 2017-09-25 05:54:51 'citation()' on how to cite R or R packages in publications. 2017-09-25 05:54:51 2017-09-25 05:54:51 Type 'demo()' for some demos, 'help()' for on-line help, or 2017-09-25 05:54:51 'help.start()' for an HTML browser interface to help. 2017-09-25 05:54:51 Type 'q()' to quit R. 2017-09-25 05:54:51 2017-09-25 05:54:52 > setwd( Sys.getenv( "RWD" ) ) 2017-09-25 05:54:52 > 2017-09-25 05:54:52 > my_email_address <- readRDS( "my_email_address.rds" ) 2017-09-25 05:54:52 Error in gzfile(file, "rb") : cannot open the connection 2017-09-25 05:54:52 Calls: readRDS -> gzfile 2017-09-25 05:54:52 In addition: Warning message: 2017-09-25 05:54:52 In gzfile(file, "rb") : 2017-09-25 05:54:52 cannot open compressed file 'my_email_address.rds', probable reason 'No such file or directory' 2017-09-25 05:54:52 Execution halted