2019-02-01 15:16:49 2019-02-01 15:16:49 R version 3.5.1 (2018-07-02) -- "Feather Spray" 2019-02-01 15:16:49 Copyright (C) 2018 The R Foundation for Statistical Computing 2019-02-01 15:16:49 Platform: x86_64-pc-linux-gnu (64-bit) 2019-02-01 15:16:49 2019-02-01 15:16:49 R is free software and comes with ABSOLUTELY NO WARRANTY. 2019-02-01 15:16:49 You are welcome to redistribute it under certain conditions. 2019-02-01 15:16:49 Type 'license()' or 'licence()' for distribution details. 2019-02-01 15:16:49 2019-02-01 15:16:49 Natural language support but running in an English locale 2019-02-01 15:16:49 2019-02-01 15:16:49 R is a collaborative project with many contributors. 2019-02-01 15:16:49 Type 'contributors()' for more information and 2019-02-01 15:16:49 'citation()' on how to cite R or R packages in publications. 2019-02-01 15:16:49 2019-02-01 15:16:49 Type 'demo()' for some demos, 'help()' for on-line help, or 2019-02-01 15:16:49 'help.start()' for an HTML browser interface to help. 2019-02-01 15:16:49 Type 'q()' to quit R. 2019-02-01 15:16:49 2019-02-01 15:16:49 > setwd( Sys.getenv( "RWD" ) ) 2019-02-01 15:16:49 > 2019-02-01 15:16:49 > machine_specific_replacements <- 2019-02-01 15:16:49 + list( 2019-02-01 15:16:49 + 2019-02-01 15:16:49 + # replace the folder path on macnix 2019-02-01 15:16:49 + c( 'path.expand( \"~\" ) , \"ACS\"' , paste0( '"' , getwd() , '"' ) ) , 2019-02-01 15:16:49 + 2019-02-01 15:16:49 + # change other things in the script to be run 2019-02-01 15:16:49 + c( "hello" , "howdy" ) 2019-02-01 15:16:49 + 2019-02-01 15:16:49 + ) 2019-02-01 15:16:49 > 2019-02-01 15:16:49 > source( lodown::syntaxtractor( "acs3" , replacements = machine_specific_replacements , setup_test = "setup" ) , echo = TRUE ) 2019-02-01 15:16:50 2019-02-01 15:16:50 > library(lodown) 2019-02-01 15:16:50 2019-02-01 15:16:50 > acs_cat <- get_catalog("acs", , output_dir = file.path("/export/scratch1/home/hannes/eanthony/r-wd/acs3-1549030594")) 2019-02-01 15:16:50 building catalog for acs 2019-02-01 15:16:50 2019-02-01 15:16:50 loading acs catalog from https://www2.census.gov/programs-surveys/acs/data/pums/2005 2019-02-01 15:16:50 2019-02-01 15:16:50 loading acs catalog from https://www2.census.gov/programs-surveys/acs/data/pums/2006 2019-02-01 15:16:50 2019-02-01 15:16:50 loading acs catalog from https://www2.census.gov/programs-surveys/acs/data/pums/2007 2019-02-01 15:16:50 2019-02-01 15:16:50 loading acs catalog from https://www2.census.gov/programs-surveys/acs/data/pums/2008 2019-02-01 15:16:50 2019-02-01 15:16:50 loading acs catalog from https://www2.census.gov/programs-surveys/acs/data/pums/2009 2019-02-01 15:16:50 2019-02-01 15:16:51 loading acs catalog from https://www2.census.gov/programs-surveys/acs/data/pums/2010 2019-02-01 15:16:51 2019-02-01 15:16:51 loading acs catalog from https://www2.census.gov/programs-surveys/acs/data/pums/2011 2019-02-01 15:16:51 2019-02-01 15:16:51 loading acs catalog from https://www2.census.gov/programs-surveys/acs/data/pums/2012 2019-02-01 15:16:51 2019-02-01 15:16:51 loading acs catalog from https://www2.census.gov/programs-surveys/acs/data/pums/2013 2019-02-01 15:16:51 2019-02-01 15:16:51 loading acs catalog from https://www2.census.gov/programs-surveys/acs/data/pums/2014 2019-02-01 15:16:51 2019-02-01 15:16:51 loading acs catalog from https://www2.census.gov/programs-surveys/acs/data/pums/2015 2019-02-01 15:16:51 2019-02-01 15:16:51 loading acs catalog from https://www2.census.gov/programs-surveys/acs/data/pums/2016 2019-02-01 15:16:51 2019-02-01 15:16:55 Error in open.connection(x, "rb") : HTTP error 503. 2019-02-01 15:16:55 Calls: source ... cat_fun -> -> -> read_html.default 2019-02-01 15:16:55 Execution halted setup return code=1