2017-08-18 22:16:49 2017-08-18 22:16:49 R version 3.4.0 (2017-04-21) -- "You Stupid Darkness" 2017-08-18 22:16:49 Copyright (C) 2017 The R Foundation for Statistical Computing 2017-08-18 22:16:49 Platform: x86_64-w64-mingw32/x64 (64-bit) 2017-08-18 22:16:49 2017-08-18 22:16:49 R is free software and comes with ABSOLUTELY NO WARRANTY. 2017-08-18 22:16:49 You are welcome to redistribute it under certain conditions. 2017-08-18 22:16:49 Type 'license()' or 'licence()' for distribution details. 2017-08-18 22:16:49 2017-08-18 22:16:49 Natural language support but running in an English locale 2017-08-18 22:16:49 2017-08-18 22:16:49 R is a collaborative project with many contributors. 2017-08-18 22:16:49 Type 'contributors()' for more information and 2017-08-18 22:16:49 'citation()' on how to cite R or R packages in publications. 2017-08-18 22:16:49 2017-08-18 22:16:49 Type 'demo()' for some demos, 'help()' for on-line help, or 2017-08-18 22:16:49 'help.start()' for an HTML browser interface to help. 2017-08-18 22:16:49 Type 'q()' to quit R. 2017-08-18 22:16:49 2017-08-18 22:16:49 > setwd( Sys.getenv( "RWD" ) ) 2017-08-18 22:16:49 > 2017-08-18 22:16:49 > machine_specific_replacements <- 2017-08-18 22:16:49 + list( 2017-08-18 22:16:49 + 2017-08-18 22:16:49 + # replace the folder path on macnix 2017-08-18 22:16:49 + c( 'path.expand( \"~\" ) , \"CHIS\"' , paste0( '"' , getwd() , '"' ) ) , 2017-08-18 22:16:49 + 2017-08-18 22:16:49 + # change other things in the script to be run 2017-08-18 22:16:49 + c( "hello" , "howdy" ) 2017-08-18 22:16:49 + 2017-08-18 22:16:49 + ) 2017-08-18 22:16:49 > 2017-08-18 22:16:49 > source( lodown::syntaxtractor( "chis" , replacements = machine_specific_replacements , setup_test = "setup" ) , echo = TRUE ) 2017-08-18 22:16:49 2017-08-18 22:20:58 2017-08-18 22:20:58 > library(lodown) 2017-08-18 22:20:58 2017-08-18 22:20:58 > lodown("chis", output_dir = file.path("e:/eanthony/r-wd/chis-1503119729"), 2017-08-18 22:20:58 + your_username = "username", your_password = "password") 2017-08-18 22:20:58 building catalog for chis 2017-08-18 22:20:58 2017-08-18 22:21:02 Error in chis_authenticate(your_username, your_password) : 2017-08-18 22:21:02 YOU ARE NOT LOGGED IN 2017-08-18 22:21:02 Calls: source ... lodown -> get_catalog -> cat_fun -> chis_authenticate 2017-08-18 22:21:02 Execution halted