Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quiet test in fread/download.file #1397

Closed
jangorecki opened this issue Oct 19, 2015 · 0 comments · Fixed by #1398
Closed

quiet test in fread/download.file #1397

jangorecki opened this issue Oct 19, 2015 · 0 comments · Fixed by #1398

Comments

@jangorecki
Copy link
Member

When running test.data.table() I get:

...
Running test id 1378.2     trying URL 'file:///usr/local/lib/R/site-library/data.table/tests/russellCRLF.csv'
Content type 'unknown' length 1210 bytes
==================================================
downloaded 1210 bytes

Running test id 1378.3     trying URL 'file:///usr/local/lib/R/site-library/data.table/tests/russellCRCRLF.csv'
Content type 'unknown' length 1248 bytes
==================================================
downloaded 1248 bytes
...

Environment which I'm using is official docker r-base image. It has download.file.method preconfigured as:

... && echo 'options(repos = c(CRAN = "https://cran.rstudio.com/"), download.file.method = "libcurl")' >> /etc/R/Rprofile.site \
...

And the sessionInfo() is:

R version 3.2.2 (2015-08-14)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Debian GNU/Linux stretch/sid

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
 [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] nlme_3.1-122     data.table_1.9.6

loaded via a namespace (and not attached):
[1] tools_3.2.2     grid_3.2.2      chron_2.3-47    lattice_0.20-33

Should be straight to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant