Skip to content

quiet test in fread/download.file #1397

@jangorecki

Description

@jangorecki

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions