Last updated on 2020-02-15 01:01:21 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.8 | 5.66 | 79.90 | 85.56 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.8 | 4.60 | 60.17 | 64.77 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.8 | 100.49 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.8 | 94.62 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.8 | 15.00 | 86.00 | 101.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 0.1.8 | 15.00 | 124.00 | 139.00 | OK | |
r-patched-linux-x86_64 | 0.1.8 | 3.92 | 71.08 | 75.00 | OK | |
r-patched-solaris-x86 | 0.1.8 | 96.40 | NOTE | |||
r-release-linux-x86_64 | 0.1.8 | 5.28 | 71.23 | 76.51 | OK | |
r-release-windows-ix86+x86_64 | 0.1.8 | 10.00 | 86.00 | 96.00 | OK | |
r-release-osx-x86_64 | 0.1.8 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.8 | 8.00 | 81.00 | 89.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.8 | NOTE |
Version: 0.1.8
Check: package dependencies
Result: NOTE
Imports includes 21 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable. Move as many as possible to Suggests and
use conditionally.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.8
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘memoise’
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, r-oldrel-osx-x86_64
Version: 0.1.8
Check: examples
Result: ERROR
Running examples in 'codemetar-Ex.R' failed
The error most likely occurred in:
> ### Name: codemeta_validate
> ### Title: codemeta validate
> ### Aliases: codemeta_validate
>
> ### ** Examples
>
> ex <- system.file("examples/codemeta.json", package="codemetar")
> codemeta_validate(ex)
Error in store_val() :
jsonld.InvalidUrllist(code = "loading remote context failed", url = "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld", cause = "Evaluation error: Could not resolve host: raw.githubusercontent.com.")
Calls: codemeta_validate ... <Anonymous> -> <Anonymous> -> structure -> store_val
Execution halted
Flavor: r-devel-windows-ix86+x86_64