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