Last updated on 2019-04-26 07:48:20 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 1.80 | 35.58 | 37.38 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 1.74 | 27.72 | 29.46 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 33.82 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 26.47 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.1.4 | 6.00 | 112.00 | 118.00 | OK | |
r-patched-linux-x86_64 | 0.1.4 | 2.06 | 34.95 | 37.01 | OK | |
r-patched-solaris-x86 | 0.1.4 | 47.80 | ERROR | |||
r-release-linux-x86_64 | 0.1.4 | 1.36 | 30.67 | 32.03 | OK | |
r-release-windows-ix86+x86_64 | 0.1.4 | 4.00 | 97.00 | 101.00 | OK | |
r-release-osx-x86_64 | 0.1.4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.4 | 3.00 | 89.00 | 92.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.3 | NOTE |
Version: 0.1.4
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘lazyeval’ ‘purrr’ ‘roxygen2’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘CDECRetrieve-Ex.R’ failed
The error most likely occurred in:
> ### Name: cdec_stations
> ### Title: Search CDEC Stations
> ### Aliases: cdec_stations
>
> ### ** Examples
>
> # cdec_stations() can be used to find locations within an area of interest
> cdec_stations(county = "alameda")
Error: Could not reach CDEC services
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/392s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(CDECRetrieve)
>
> test_check("CDECRetrieve")
── 1. Error: a response from CDEC happens (@test_query.R#5) ───────────────────
cannot open URL 'http://cdec.water.ca.gov/cgi-progs/querySHEF?station_id=kwk&sensor_num=20&dur_code=h&start_date=2018-03-01&end_date=2019-04-25&data_wish=Download+SHEF+Data+Now'
1: cdec_query("kwk", "20", "h", "2018-03-01") at testthat/test_query.R:5
2: utils::download.file(query_url, destfile = temp_file, quiet = TRUE)
── 2. Error: the colnames are correct (@test_query.R#10) ──────────────────────
cannot open URL 'http://cdec.water.ca.gov/cgi-progs/querySHEF?station_id=kwk&sensor_num=20&dur_code=h&start_date=2018-03-01&end_date=2019-04-25&data_wish=Download+SHEF+Data+Now'
1: cdec_query("kwk", "20", "h", "2018-03-01") at testthat/test_query.R:10
2: utils::download.file(query_url, destfile = temp_file, quiet = TRUE)
══ testthat results ═══════════════════════════════════════════════════════════
OK: 1 SKIPPED: 0 WARNINGS: 3 FAILED: 2
1. Error: a response from CDEC happens (@test_query.R#5)
2. Error: the colnames are correct (@test_query.R#10)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.4
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘CDECRetrieve.Rmd’ using rmarkdown
Quitting from lines 55-69 (CDECRetrieve.Rmd)
Error: processing vignette 'CDECRetrieve.Rmd' failed with diagnostics:
Could not reach CDEC services
--- failed re-building ‘CDECRetrieve.Rmd’
--- re-building ‘Introduction_to_CDECRetrieve.Rmd’ using rmarkdown
--- finished re-building ‘Introduction_to_CDECRetrieve.Rmd’
--- re-building ‘advanced-queries.Rmd’ using rmarkdown
Quitting from lines 36-45 (advanced-queries.Rmd)
Error: processing vignette 'advanced-queries.Rmd' failed with diagnostics:
cannot open URL 'http://cdec.water.ca.gov/cgi-progs/querySHEF?station_id=kwk&sensor_num=25&dur_code=h&start_date=2019-04-22&end_date=2019-04-25&data_wish=Download+SHEF+Data+Now'
--- failed re-building ‘advanced-queries.Rmd’
SUMMARY: processing the following files failed:
‘CDECRetrieve.Rmd’ ‘advanced-queries.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/393s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(CDECRetrieve)
>
> test_check("CDECRetrieve")
── 1. Error: a response from CDEC happens (@test_query.R#5) ───────────────────
cannot open URL 'http://cdec.water.ca.gov/cgi-progs/querySHEF?station_id=kwk&sensor_num=20&dur_code=h&start_date=2018-03-01&end_date=2019-04-24&data_wish=Download+SHEF+Data+Now'
1: cdec_query("kwk", "20", "h", "2018-03-01") at testthat/test_query.R:5
2: utils::download.file(query_url, destfile = temp_file, quiet = TRUE)
── 2. Error: the colnames are correct (@test_query.R#10) ──────────────────────
cannot open URL 'http://cdec.water.ca.gov/cgi-progs/querySHEF?station_id=kwk&sensor_num=20&dur_code=h&start_date=2018-03-01&end_date=2019-04-24&data_wish=Download+SHEF+Data+Now'
1: cdec_query("kwk", "20", "h", "2018-03-01") at testthat/test_query.R:10
2: utils::download.file(query_url, destfile = temp_file, quiet = TRUE)
══ testthat results ═══════════════════════════════════════════════════════════
OK: 1 SKIPPED: 0 WARNINGS: 3 FAILED: 2
1. Error: a response from CDEC happens (@test_query.R#5)
2. Error: the colnames are correct (@test_query.R#10)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.4
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘CDECRetrieve.Rmd’ using rmarkdown
Quitting from lines 55-69 (CDECRetrieve.Rmd)
Error: processing vignette 'CDECRetrieve.Rmd' failed with diagnostics:
Could not reach CDEC services
--- failed re-building ‘CDECRetrieve.Rmd’
--- re-building ‘Introduction_to_CDECRetrieve.Rmd’ using rmarkdown
--- finished re-building ‘Introduction_to_CDECRetrieve.Rmd’
--- re-building ‘advanced-queries.Rmd’ using rmarkdown
Quitting from lines 36-45 (advanced-queries.Rmd)
Error: processing vignette 'advanced-queries.Rmd' failed with diagnostics:
cannot open URL 'http://cdec.water.ca.gov/cgi-progs/querySHEF?station_id=kwk&sensor_num=25&dur_code=h&start_date=2019-04-21&end_date=2019-04-24&data_wish=Download+SHEF+Data+Now'
--- failed re-building ‘advanced-queries.Rmd’
SUMMARY: processing the following files failed:
‘CDECRetrieve.Rmd’ ‘advanced-queries.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/590s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(CDECRetrieve)
>
> test_check("CDECRetrieve")
── 1. Error: a response from CDEC happens (@test_query.R#5) ───────────────────
cannot open URL 'http://cdec.water.ca.gov/cgi-progs/querySHEF?station_id=kwk&sensor_num=20&dur_code=h&start_date=2018-03-01&end_date=2019-04-24&data_wish=Download+SHEF+Data+Now'
1: cdec_query("kwk", "20", "h", "2018-03-01") at testthat/test_query.R:5
2: utils::download.file(query_url, destfile = temp_file, quiet = TRUE)
── 2. Error: the colnames are correct (@test_query.R#10) ──────────────────────
cannot open URL 'http://cdec.water.ca.gov/cgi-progs/querySHEF?station_id=kwk&sensor_num=20&dur_code=h&start_date=2018-03-01&end_date=2019-04-24&data_wish=Download+SHEF+Data+Now'
1: cdec_query("kwk", "20", "h", "2018-03-01") at testthat/test_query.R:10
2: utils::download.file(query_url, destfile = temp_file, quiet = TRUE)
══ testthat results ═══════════════════════════════════════════════════════════
OK: 1 SKIPPED: 0 WARNINGS: 3 FAILED: 2
1. Error: a response from CDEC happens (@test_query.R#5)
2. Error: the colnames are correct (@test_query.R#10)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.1.4
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘CDECRetrieve.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Quitting from lines 55-69 (CDECRetrieve.Rmd)
Error: processing vignette 'CDECRetrieve.Rmd' failed with diagnostics:
Could not reach CDEC services
--- failed re-building ‘CDECRetrieve.Rmd’
--- re-building ‘Introduction_to_CDECRetrieve.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
--- finished re-building ‘Introduction_to_CDECRetrieve.Rmd’
--- re-building ‘advanced-queries.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Quitting from lines 36-45 (advanced-queries.Rmd)
Error: processing vignette 'advanced-queries.Rmd' failed with diagnostics:
cannot open URL 'http://cdec.water.ca.gov/cgi-progs/querySHEF?station_id=kwk&sensor_num=25&dur_code=h&start_date=2019-04-21&end_date=2019-04-24&data_wish=Download+SHEF+Data+Now'
--- failed re-building ‘advanced-queries.Rmd’
SUMMARY: processing the following files failed:
‘CDECRetrieve.Rmd’ ‘advanced-queries.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.1.3
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘lazyeval’ ‘purrr’ ‘roxygen2’
All declared Imports should be used.
Flavor: r-oldrel-osx-x86_64