Last updated on 2022-08-09 05:54:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.1 | 1.97 | 29.85 | 31.82 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.1 | 1.43 | 22.27 | 23.70 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.1 | 49.98 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 47.57 | NOTE | |||
r-devel-windows-x86_64 | 0.0.1 | 13.00 | 111.00 | 124.00 | OK | |
r-patched-linux-x86_64 | 0.0.1 | 2.35 | 28.45 | 30.80 | OK | |
r-release-linux-x86_64 | 0.0.1 | OK | ||||
r-release-macos-arm64 | 0.0.1 | 31.00 | NOTE | |||
r-release-macos-x86_64 | 0.0.1 | 48.00 | NOTE | |||
r-release-windows-x86_64 | 0.0.1 | 23.00 | 58.00 | 81.00 | OK | |
r-oldrel-macos-arm64 | 0.0.1 | 29.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.0.1 | 44.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.0.1 | 6.00 | 45.00 | 51.00 | ERROR |
Version: 0.0.1
Check: data for non-ASCII characters
Result: NOTE
Note: found 590 marked UTF-8 strings
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: 0.0.1
Check: examples
Result: ERROR
Running examples in 'ACEP-Ex.R' failed
The error most likely occurred in:
> ### Name: acep_load_base
> ### Title: Carga bases de datos creadas por el Observatorio.
> ### Aliases: acep_load_base
> ### Keywords: datos
>
> ### ** Examples
>
> bd_sismos <- 'https://zenodo.org/record/6835713/files/bd_sismos_mdp.rds?download=1'
> acep_load_base(tag = bd_sismos) |> head()
trying URL 'https://zenodo.org/record/6835713/files/bd_sismos_mdp.rds'
Warning in download.file(url, destfile) :
InternetOpenUrl failed: 'Die Serververbindung konnte nicht hergestellt werden.'
Error in download.file(url, destfile) :
cannot open URL 'https://zenodo.org/record/6835713/files/bd_sismos_mdp.rds'
Calls: head -> acep_load_base -> download.file
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64