We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running test.data.table() I get:
test.data.table()
... 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:
r-base
download.file.method
... && echo 'options(repos = c(CRAN = "https://cran.rstudio.com/"), download.file.method = "libcurl")' >> /etc/R/Rprofile.site \ ...
And the sessionInfo() is:
sessionInfo()
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.
The text was updated successfully, but these errors were encountered:
Merge pull request #1398 from jangorecki/quiet_download_file_tests
d662e5e
quiet fread in test.data.table(), closes #1397
Updated README for #1397
aa40b62
Successfully merging a pull request may close this issue.
When running
test.data.table()
I get:Environment which I'm using is official docker
r-base
image. It hasdownload.file.method
preconfigured as:And the
sessionInfo()
is:Should be straight to fix.
The text was updated successfully, but these errors were encountered: