Last updated on 2020-07-08 06:47:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 8.05 | 61.43 | 69.48 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 6.18 | 48.53 | 54.71 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 89.95 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 80.30 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.0 | 13.00 | 73.00 | 86.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 7.00 | 60.72 | 67.72 | OK | |
r-patched-solaris-x86 | 0.1.0 | 110.40 | ERROR | |||
r-release-linux-x86_64 | 0.1.0 | 7.15 | 61.02 | 68.17 | OK | |
r-release-osx-x86_64 | 0.1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1.0 | 13.00 | 74.00 | 87.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.0 | 13.00 | 90.00 | 103.00 | OK |
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘base’ ‘pbapply’ ‘stringr’
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.0
Check: examples
Result: ERROR
Running examples in ‘fragilityindex-Ex.R’ failed
The error most likely occurred in:
> ### Name: logisticfragility
> ### Title: Logistic Fragility Function
> ### Aliases: logisticfragility
>
> ### ** Examples
>
> # Import and format example data
> mydata <- read.csv("https://stats.idre.ucla.edu/stat/data/binary.csv")
Warning in file(file, "rt") :
URL 'https://stats.idre.ucla.edu/stat/data/binary.csv': status was 'Peer certificate cannot be authenticated with given CA certificates'
Error in file(file, "rt") :
cannot open the connection to 'https://stats.idre.ucla.edu/stat/data/binary.csv'
Calls: read.csv -> read.table -> file
Execution halted
Flavor: r-patched-solaris-x86