Last updated on 2023-01-25 04:51:39 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.6 | 2.16 | 31.66 | 33.82 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.6 | 1.55 | 24.98 | 26.53 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.6 | 43.05 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.6 | 53.76 | NOTE | |||
r-devel-windows-x86_64 | 1.0.6 | 16.00 | 71.00 | 87.00 | OK | |
r-patched-linux-x86_64 | 1.0.6 | 1.61 | 32.41 | 34.02 | OK | |
r-release-linux-x86_64 | 1.0.6 | 1.66 | 33.59 | 35.25 | OK | |
r-release-macos-arm64 | 1.0.6 | 68.00 | NOTE | |||
r-release-macos-x86_64 | 1.0.6 | 62.00 | NOTE | |||
r-release-windows-x86_64 | 1.0.6 | 11.00 | 73.00 | 84.00 | OK | |
r-oldrel-macos-arm64 | 1.0.6 | 72.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0.6 | 188.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0.6 | 8.00 | 54.00 | 62.00 | ERROR |
Version: 1.0.6
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘curl’ ‘modules’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.0.6
Check: examples
Result: ERROR
Running examples in 'IsoMemo-Ex.R' failed
The error most likely occurred in:
> ### Name: getData
> ### Title: API wrapper that fetches data from IsoMemo Applications
> ### Aliases: getData
>
> ### ** Examples
>
> getData(db = "IntChron")
Warning in open.connection(con, "rb") :
InternetOpenUrl failed: 'Die Serververbindung konnte nicht hergestellt werden.'
Error in open.connection(con, "rb") : cannot open the connection
Calls: getData ... parse_and_simplify -> parseJSON -> parse_con -> open -> open.connection
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 1.0.6
Check: tests
Result: ERROR
Running 'testthat.R' [2s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(IsoMemo)
>
> test_check("IsoMemo")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ]
== Failed tests ================================================================
-- Error ('test-01-getData.R:2'): getData() actually retrieves all data --------
Error in `open.connection(con, "rb")`: cannot open the connection
Backtrace:
x
1. \-IsoMemo::getData() at test-01-getData.R:2:2
2. \-IsoMemo::getDatabaseList()
3. \-IsoMemo:::callAPI("dbsources")
4. \-jsonlite::fromJSON(url)
5. \-jsonlite:::parse_and_simplify(...)
6. \-jsonlite:::parseJSON(txt, bigint_as_char)
7. \-jsonlite:::parse_con(txt, bigint_as_char)
8. +-base::open(con, "rb")
9. \-base::open.connection(con, "rb")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 1.0.6
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building 'Using-IsoMemo-API.Rmd' using rmarkdown
Quitting from lines 21-23 (Using-IsoMemo-API.Rmd)
Error: processing vignette 'Using-IsoMemo-API.Rmd' failed with diagnostics:
cannot open the connection
--- failed re-building 'Using-IsoMemo-API.Rmd'
SUMMARY: processing the following file failed:
'Using-IsoMemo-API.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64