Last updated on 2020-08-07 01:49:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.18.0 | 4.32 | 37.69 | 42.01 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.18.0 | 3.30 | 28.62 | 31.92 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.18.0 | 57.53 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.18.0 | 48.03 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.18.0 | 10.00 | 77.00 | 87.00 | OK | |
r-patched-linux-x86_64 | 0.18.0 | 3.75 | 37.03 | 40.78 | OK | |
r-patched-solaris-x86 | 0.18.0 | 72.60 | NOTE | |||
r-release-linux-x86_64 | 0.18.0 | 3.93 | 37.12 | 41.05 | OK | |
r-release-macos-x86_64 | 0.18.0 | ERROR | ||||
r-release-windows-ix86+x86_64 | 0.18.0 | 10.00 | 55.00 | 65.00 | OK | |
r-oldrel-macos-x86_64 | 0.18.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.18.0 | 7.00 | 48.00 | 55.00 | OK |
Version: 0.18.0
Check: data for non-ASCII characters
Result: NOTE
Note: found 7 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.18.0
Check: examples
Result: ERROR
Running examples in ‘mosaicData-Ex.R’ failed
The error most likely occurred in:
> ### Name: SnowGR
> ### Title: Snowfall data for Grand Rapids, MI
> ### Aliases: SnowGR
> ### Keywords: datasets
>
> ### ** Examples
>
> data(SnowGR)
> if (require(mosaic)) {
+ df_stats(~ Total, data = SnowGR)
+ gf_histogram( ~ Total, data = SnowGR)
+ gf_point(Total ~ SeasonStart, data = SnowGR) %>%
+ gf_smooth()
+ }
Loading required package: mosaic
Loading required package: dplyr
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
Loading required package: lattice
Loading required package: ggformula
Loading required package: ggplot2
Loading required package: ggstance
Attaching package: ‘ggstance’
The following objects are masked from ‘package:ggplot2’:
GeomErrorbarh, geom_errorbarh
Error: package or namespace load failed for ‘ggformula’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘stringi’
Failed with error: ‘package ‘ggformula’ could not be loaded’
> if (require(tidyr)) {
+ Snow2 <-
+ SnowGR %>%
+ gather("Time", "Snowfall", Jul:Total)
+ gf_boxplot(Snowfall ~ Time, data = Snow2)
+ }
Loading required package: tidyr
Error in gf_boxplot(Snowfall ~ Time, data = Snow2) :
could not find function "gf_boxplot"
Execution halted
Flavor: r-release-macos-x86_64