Last updated on 2017-07-18 02:48:39.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 4.11 | 120.14 | 124.25 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.0 | 4.07 | 114.80 | 118.87 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.4.0 | 241.38 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 226.01 | NOTE | |||
| r-devel-windows-ix86+x86_64 | 0.4.0 | 11.00 | 186.00 | 197.00 | OK | |
| r-patched-linux-x86_64 | 0.4.0 | 4.09 | 118.77 | 122.86 | OK | |
| r-patched-solaris-x86 | 0.4.0 | 293.60 | NOTE | |||
| r-release-linux-x86_64 | 0.4.0 | 4.08 | 120.43 | 124.51 | OK | |
| r-release-windows-ix86+x86_64 | 0.4.0 | 13.00 | 181.00 | 194.00 | OK | |
| r-release-osx-x86_64 | 0.4.0 | NOTE | ||||
| r-oldrel-windows-ix86+x86_64 | 0.4.0 | 12.00 | 169.00 | 181.00 | OK | |
| r-oldrel-osx-x86_64 | 0.4.0 | ERROR |
Version: 0.4.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘glue’
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.4.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: Installed Rcpp (0.12.12) different from Rcpp used to build dplyr (0.12.11).
Flavor: r-oldrel-osx-x86_64
Version: 0.4.0
Check: examples
Result: ERROR
Running examples in ‘ggformula-Ex.R’ failed
The error most likely occurred in:
> ### Name: gf_spline
> ### Title: Formula interface to geom_spline()
> ### Aliases: gf_spline
>
> ### ** Examples
>
> if (require(mosaic)) {
+ gf_spline(births ~ date, color = ~wday, data = Births78)
+ gf_spline(births ~ date, color = ~wday, data = Births78, df = 20)
+ gf_spline(births ~ date, color = ~wday, data = Births78, df = 4)
+ }
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: mosaicData
Loading required package: Matrix
The 'mosaic' package masks several functions from core packages in order to add additional features.
The original behavior of these functions should not be affected by this.
Attaching package: ‘mosaic’
The following object is masked from ‘package:Matrix’:
mean
The following objects are masked from ‘package:dplyr’:
count, do, tally
The following objects are masked from ‘package:stats’:
D, IQR, binom.test, cor, cov, fivenum, median, prop.test, quantile,
sd, t.test, var
The following objects are masked from ‘package:base’:
max, mean, min, prod, range, sample, sum
Error: StatSpline was built with an incompatible version of ggproto.
Please reinstall the package that provides this extension.
Execution halted
Flavor: r-oldrel-osx-x86_64