Closed ajdamico closed 7 years ago
# ran this before running any of the four tests below # downloader::source_url( "https://raw.githubusercontent.com/MonetDB/eanthony/master/packages.R" , prompt = FALSE ) # # # # # # # # # setwd(tempdir()) downloader::source_url( "https://raw.githubusercontent.com/davidbrae/swmap/master/how%20to%20map%20the%20current%20population%20survey.R" , prompt = FALSE , echo = TRUE ) # windows: worked without issue # rocks040: worked without issue setwd(tempdir()) downloader::source_url( "https://raw.githubusercontent.com/ajdamico/asdfree/master/Consumer%20Expenditure%20Survey/download%20all%20microdata.R" , prompt = FALSE , echo = TRUE ) # windows: worked without issue # rocks040: worked without issue setwd(tempdir()) cps.years.to.download <- c( 2015 , 2014 , 2014.58 , 2014.38 , 2013:1998 ) downloader::source_url( "https://raw.githubusercontent.com/ajdamico/asdfree/master/Current%20Population%20Survey/download%20all%20microdata.R" , prompt = FALSE , echo = TRUE ) # windows: Rgui.exe disappeared on attempt #1 and worked without issue on attempt #2 # rocks040: worked without issue # windows: # Sys.setenv("RWD"=tempdir()) # unix: # Sys.setenv("RWD"="/scratch/damico/tmp") downloader::source_url("https://raw.githubusercontent.com/MonetDB/eanthony/master/convey_devtools-setup.R",prompt=FALSE,echo=TRUE) # windows: Rgui.exe disappeared. Rterm.exe exited without any information. # rocks040: segfault (attached)
convey_devtools_on_rocks040.txt
out of date