2017-09-25 05:54:34 2017-09-25 05:54:34 R version 3.4.1 (2017-06-30) -- "Single Candle" 2017-09-25 05:54:34 Copyright (C) 2017 The R Foundation for Statistical Computing 2017-09-25 05:54:34 Platform: x86_64-w64-mingw32/x64 (64-bit) 2017-09-25 05:54:34 2017-09-25 05:54:34 R is free software and comes with ABSOLUTELY NO WARRANTY. 2017-09-25 05:54:34 You are welcome to redistribute it under certain conditions. 2017-09-25 05:54:34 Type 'license()' or 'licence()' for distribution details. 2017-09-25 05:54:34 2017-09-25 05:54:34 Natural language support but running in an English locale 2017-09-25 05:54:34 2017-09-25 05:54:34 R is a collaborative project with many contributors. 2017-09-25 05:54:34 Type 'contributors()' for more information and 2017-09-25 05:54:34 'citation()' on how to cite R or R packages in publications. 2017-09-25 05:54:34 2017-09-25 05:54:34 Type 'demo()' for some demos, 'help()' for on-line help, or 2017-09-25 05:54:34 'help.start()' for an HTML browser interface to help. 2017-09-25 05:54:34 Type 'q()' to quit R. 2017-09-25 05:54:34 2017-09-25 05:54:34 > setwd( Sys.getenv( "RWD" ) ) 2017-09-25 05:54:34 > 2017-09-25 05:54:34 > machine_specific_replacements <- 2017-09-25 05:54:34 + list( 2017-09-25 05:54:34 + 2017-09-25 05:54:34 + # replace the folder path on macnix 2017-09-25 05:54:34 + c( 'path.expand( \"~\" ) , \"IPUMS\"' , paste0( '"' , getwd() , '"' ) ) , 2017-09-25 05:54:34 + 2017-09-25 05:54:34 + # change other things in the script to be run 2017-09-25 05:54:34 + c( "hello" , "howdy" ) 2017-09-25 05:54:34 + 2017-09-25 05:54:34 + ) 2017-09-25 05:54:34 > 2017-09-25 05:54:34 > source( lodown::syntaxtractor( "ipums" , replacements = machine_specific_replacements , setup_test = "setup" ) , echo = TRUE ) 2017-09-25 05:54:35 2017-09-25 05:54:35 Error in readLines_retry(paste0("https://raw.githubusercontent.com/", : 2017-09-25 05:54:35 simpleWarning in file(con, "r"): cannot open URL 'https://raw.githubusercontent.com/ajdamico/asdfree/master/.Rmd': HTTP status was '404 Not Found' 2017-09-25 05:54:35 Calls: source -> -> readLines_retry 2017-09-25 05:54:35 Execution halted