Last updated on 2018-08-13 15:51:12 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 2.01 | 24.49 | 26.50 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 1.73 | 19.70 | 21.43 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 32.22 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 29.99 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.0.0 | 6.00 | 39.00 | 45.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.0 | 1.79 | 21.41 | 23.20 | ERROR | |
r-patched-solaris-x86 | 1.0.0 | 47.60 | ERROR | |||
r-release-linux-x86_64 | 1.0.0 | 2.24 | 21.95 | 24.19 | ERROR | |
r-release-windows-ix86+x86_64 | 1.0.0 | 5.00 | 40.00 | 45.00 | ERROR | |
r-release-osx-x86_64 | 1.0.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 6.00 | 35.00 | 41.00 | ERROR | |
r-oldrel-osx-x86_64 | 1.0.0 | NOTE |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘ggFacetSample-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: facet_sample
> ### Title: Sample facets when ggplotting.
> ### Aliases: facet_sample
>
> ### ** Examples
>
> # construct some data:
> sampn <- 10000
>
> testdata <- data.frame(
+ rowcat = paste0("1", sample(LETTERS[1:10], sampn, replace = TRUE)),
+ rowcat2 = paste0("2", sample(LETTERS[11:15], sampn, replace = TRUE)),
+ colcat = paste0("2", sample(letters[1:10], sampn, replace = TRUE)),
+ x = runif(sampn),
+ y = runif(sampn)
+ )
>
> p <- ggplot2::ggplot(testdata) + ggplot2::aes(x=x, y=y, color=rowcat2) +
+ ggplot2::geom_point()
>
> # plot the works (not actually recommended)
> ## Not run: p + ggplot2::facet_grid(rowcat ~ colcat)
>
> # plot a sample of the row-facets:
> p + facet_sample(rowcat ~ colcat, sample_n = c(3, NA))
Error in UseMethod("as.quoted") :
no applicable method for 'as.quoted' applied to an object of class "quosures"
Calls: <Anonymous> ... <Anonymous> -> f -> <Anonymous> -> f -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘plyr’
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: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘ggFacetSample-Ex.R’ failed
The error most likely occurred in:
> ### Name: facet_sample
> ### Title: Sample facets when ggplotting.
> ### Aliases: facet_sample
>
> ### ** Examples
>
> # construct some data:
> sampn <- 10000
>
> testdata <- data.frame(
+ rowcat = paste0("1", sample(LETTERS[1:10], sampn, replace = TRUE)),
+ rowcat2 = paste0("2", sample(LETTERS[11:15], sampn, replace = TRUE)),
+ colcat = paste0("2", sample(letters[1:10], sampn, replace = TRUE)),
+ x = runif(sampn),
+ y = runif(sampn)
+ )
>
> p <- ggplot2::ggplot(testdata) + ggplot2::aes(x=x, y=y, color=rowcat2) +
+ ggplot2::geom_point()
>
> # plot the works (not actually recommended)
> ## Not run: p + ggplot2::facet_grid(rowcat ~ colcat)
>
> # plot a sample of the row-facets:
> p + facet_sample(rowcat ~ colcat, sample_n = c(3, NA))
Error in UseMethod("as.quoted") :
no applicable method for 'as.quoted' applied to an object of class "quosures"
Calls: <Anonymous> ... <Anonymous> -> f -> <Anonymous> -> f -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64