Last updated on 2020-08-07 01:50:15 CEST.
Package | ERROR | OK |
---|---|---|
hazer | 2 | 10 |
phenocamapi | 3 | 9 |
phenoCDM | 12 | |
solrad | 12 | |
xROI | 12 |
Current CRAN status: ERROR: 2, OK: 10
Version: 1.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [10s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(hazer)
>
> test_check("hazer")
-- 1. Failure: test the haze (@testall.R#22) ----------------------------------
floor(h$haze * 1000) not equal to ifelse(tolower(Sys.info()[[1]]) != "linux", 225, 224).
1/1 mismatches
[1] 224 - 225 == -1
-- 2. Failure: test the haze (@testall.R#23) ----------------------------------
floor(h$A0 * 1000) not equal to ifelse(tolower(Sys.info()[[1]]) != "linux", 710, 712).
1/1 mismatches
[1] 712 - 710 == 2
== testthat results ===========================================================
[ OK: 4 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
1. Failure: test the haze (@testall.R#22)
2. Failure: test the haze (@testall.R#23)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 1.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [13s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(hazer)
>
> test_check("hazer")
-- 1. Failure: test the haze (@testall.R#22) ----------------------------------
floor(h$haze * 1000) not equal to ifelse(tolower(Sys.info()[[1]]) != "linux", 225, 224).
1/1 mismatches
[1] 224 - 225 == -1
-- 2. Failure: test the haze (@testall.R#23) ----------------------------------
floor(h$A0 * 1000) not equal to ifelse(tolower(Sys.info()[[1]]) != "linux", 710, 712).
1/1 mismatches
[1] 712 - 710 == 2
== testthat results ===========================================================
[ OK: 4 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
1. Failure: test the haze (@testall.R#22)
2. Failure: test the haze (@testall.R#23)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-windows-ix86+x86_64
Current CRAN status: ERROR: 3, OK: 9
Version: 0.1.5
Check: examples
Result: ERROR
Running examples in 'phenocamapi-Ex.R' failed
The error most likely occurred in:
> ### Name: download_midday_images
> ### Title: Downloading the midday images for PhenoCam sites given a time
> ### range
> ### Aliases: download_midday_images
>
> ### ** Examples
>
>
> download_dir <- download_midday_images('dukehw',
+ y = 2018,
+ months = 2,
+ days=1,
+ download_dir= tempdir())
Warning in get_midday_list(site, direct = FALSE) :
midday list file was not found on the Phenocam server!
Error in basename(filepaths) : a character vector argument expected
Calls: download_midday_images -> parse_phenocam_filenames -> gsub -> basename
Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1.5
Check: tests
Result: ERROR
Running 'testthat.R' [29s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(phenocamapi)
Loading required package: data.table
Loading required package: rjson
Loading required package: RCurl
> library(data.table)
>
> test_check("phenocamapi")
trying URL 'http://phenocam.sr.unh.edu/data/archive/dukehw/ROI/dukehw_DB_1000_3day.csv'
Content type 'application/octet-stream' length 215933 bytes (210 KB)
==================================================
downloaded 210 KB
-- 1. Failure: test getting awb data (@testphenocamapi.R#42) ------------------
`wb` not equal to "LIKELY_NO".
target is NULL, current is character
== testthat results ===========================================================
[ OK: 5 | SKIPPED: 0 | WARNINGS: 1 | FAILED: 1 ]
1. Failure: test getting awb data (@testphenocamapi.R#42)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 0.1.5
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building 'getting_started_phenocam_api.Rmd' using rmarkdown
trying URL 'http://phenocam.sr.unh.edu/data/archive/dukehw/ROI/dukehw_DB_1000_3day.csv'
Content type 'application/octet-stream' length 215933 bytes (210 KB)
==================================================
downloaded 210 KB
trying URL 'http://phenocam.sr.unh.edu/data/archive/dukehw/2013/05/dukehw_2013_05_31_150331.jpg'
Content type 'image/jpeg' length 470270 bytes (459 KB)
==================================================
downloaded 459 KB
Quitting from lines 282-298 (getting_started_phenocam_api.Rmd)
Error: processing vignette 'getting_started_phenocam_api.Rmd' failed with diagnostics:
a character vector argument expected
--- failed re-building 'getting_started_phenocam_api.Rmd'
--- re-building 'phenocam_data_fusion.Rmd' using rmarkdown
Loading required package: rjson
Loading required package: RCurl
trying URL 'http://phenocam.sr.unh.edu/data/archive/dukehw/ROI/dukehw_DB_1000_3day.csv'
Content type 'application/octet-stream' length 215933 bytes (210 KB)
==================================================
downloaded 210 KB
trying URL 'http://phenocam.sr.unh.edu/data/archive/oregonMP/ROI/oregonMP_EN_1000_3day.csv'
Content type 'application/octet-stream' length 281865 bytes (275 KB)
==================================================
downloaded 275 KB
--- finished re-building 'phenocam_data_fusion.Rmd'
SUMMARY: processing the following file failed:
'getting_started_phenocam_api.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 0.1.5
Check: tests
Result: ERROR
Running 'testthat.R' [40s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(phenocamapi)
Loading required package: data.table
Loading required package: rjson
Loading required package: RCurl
> library(data.table)
>
> test_check("phenocamapi")
trying URL 'http://phenocam.sr.unh.edu/data/archive/dukehw/ROI/dukehw_DB_1000_3day.csv'
Content type 'application/octet-stream' length 215933 bytes (210 KB)
==================================================
downloaded 210 KB
-- 1. Failure: test getting awb data (@testphenocamapi.R#42) ------------------
`wb` not equal to "LIKELY_NO".
target is NULL, current is character
== testthat results ===========================================================
[ OK: 5 | SKIPPED: 0 | WARNINGS: 1 | FAILED: 1 ]
1. Failure: test getting awb data (@testphenocamapi.R#42)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.1.5
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building 'getting_started_phenocam_api.Rmd' using rmarkdown
trying URL 'http://phenocam.sr.unh.edu/data/archive/dukehw/ROI/dukehw_DB_1000_3day.csv'
Content type 'application/octet-stream' length 215933 bytes (210 KB)
==================================================
downloaded 210 KB
trying URL 'http://phenocam.sr.unh.edu/data/archive/dukehw/2013/05/dukehw_2013_05_31_150331.jpg'
Content type 'image/jpeg' length 470270 bytes (459 KB)
==================================================
downloaded 459 KB
Quitting from lines 282-298 (getting_started_phenocam_api.Rmd)
Error: processing vignette 'getting_started_phenocam_api.Rmd' failed with diagnostics:
a character vector argument expected
--- failed re-building 'getting_started_phenocam_api.Rmd'
--- re-building 'phenocam_data_fusion.Rmd' using rmarkdown
Loading required package: rjson
Loading required package: RCurl
trying URL 'http://phenocam.sr.unh.edu/data/archive/dukehw/ROI/dukehw_DB_1000_3day.csv'
Content type 'application/octet-stream' length 215933 bytes (210 KB)
==================================================
downloaded 210 KB
trying URL 'http://phenocam.sr.unh.edu/data/archive/oregonMP/ROI/oregonMP_EN_1000_3day.csv'
Content type 'application/octet-stream' length 281866 bytes (275 KB)
==================================================
downloaded 275 KB
--- finished re-building 'phenocam_data_fusion.Rmd'
SUMMARY: processing the following file failed:
'getting_started_phenocam_api.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.1.5
Check: tests
Result: ERROR
Running 'testthat.R' [29s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(phenocamapi)
Loading required package: data.table
Loading required package: rjson
Loading required package: RCurl
> library(data.table)
>
> test_check("phenocamapi")
trying URL 'http://phenocam.sr.unh.edu/data/archive/dukehw/ROI/dukehw_DB_1000_3day.csv'
Content type 'application/octet-stream' length 216183 bytes (211 KB)
==================================================
downloaded 211 KB
-- 1. Failure: test getting awb data (@testphenocamapi.R#42) ------------------
`wb` not equal to "LIKELY_NO".
target is NULL, current is character
== testthat results ===========================================================
[ OK: 5 | SKIPPED: 0 | WARNINGS: 1 | FAILED: 1 ]
1. Failure: test getting awb data (@testphenocamapi.R#42)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.1.5
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building 'getting_started_phenocam_api.Rmd' using rmarkdown
trying URL 'http://phenocam.sr.unh.edu/data/archive/dukehw/ROI/dukehw_DB_1000_3day.csv'
Content type 'application/octet-stream' length 216183 bytes (211 KB)
==================================================
downloaded 211 KB
trying URL 'http://phenocam.sr.unh.edu/data/archive/dukehw/2013/05/dukehw_2013_05_31_150331.jpg'
Content type 'image/jpeg' length 470270 bytes (459 KB)
==================================================
downloaded 459 KB
Quitting from lines 282-298 (getting_started_phenocam_api.Rmd)
Error: processing vignette 'getting_started_phenocam_api.Rmd' failed with diagnostics:
a character vector argument expected
--- failed re-building 'getting_started_phenocam_api.Rmd'
--- re-building 'phenocam_data_fusion.Rmd' using rmarkdown
Loading required package: rjson
Loading required package: RCurl
trying URL 'http://phenocam.sr.unh.edu/data/archive/dukehw/ROI/dukehw_DB_1000_3day.csv'
Content type 'application/octet-stream' length 216183 bytes (211 KB)
==================================================
downloaded 211 KB
trying URL 'http://phenocam.sr.unh.edu/data/archive/oregonMP/ROI/oregonMP_EN_1000_3day.csv'
Content type 'application/octet-stream' length 282125 bytes (275 KB)
==================================================
downloaded 275 KB
--- finished re-building 'phenocam_data_fusion.Rmd'
SUMMARY: processing the following file failed:
'getting_started_phenocam_api.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Current CRAN status: OK: 12
Current CRAN status: OK: 12
Current CRAN status: OK: 12