Last updated on 2021-02-25 19:46:48 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 2.09 | 27.66 | 29.75 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 1.61 | 22.32 | 23.93 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 49.66 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 36.09 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.2 | 4.00 | 37.00 | 41.00 | OK | |
r-patched-linux-x86_64 | 0.1.2 | 1.67 | 27.42 | 29.09 | OK | |
r-patched-solaris-x86 | 0.1.2 | 57.40 | OK | |||
r-release-linux-x86_64 | 0.1.2 | 1.79 | 27.51 | 29.30 | OK | |
r-release-macos-x86_64 | 0.1.2 | OK | ||||
r-release-windows-ix86+x86_64 | 0.1.2 | 6.00 | 0.00 | 6.00 | FAIL | |
r-oldrel-macos-x86_64 | 0.1.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.2 | 3.00 | 53.00 | 56.00 | OK |
Version: 0.1.2
Check: examples
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> pkgname <- "statswalesr"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> options(pager = "console")
> library('statswalesr')
>
> base::assign(".oldSearch", base::search(), pos = 'CheckExEnv')
> base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv')
> cleanEx()
> nameEx("statswales_get_dataset")
> ### * statswales_get_dataset
>
> flush(stderr()); flush(stdout())
>
> ### Name: statswales_get_dataset
> ### Title: Retrieves a dataset from the StatsWales OData API
> ### Aliases: statswales_get_dataset
>
> ### ** Examples
>
> data <- statswales_get_dataset("hlth0515")
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-release-windows-ix86+x86_64