Last updated on 2025-10-10 13:50:10 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
fastR2 | 2 | 11 | |
ggformula | 1 | 3 | 9 |
mosaic | 2 | 11 | |
mosaicCore | 13 | ||
mosaicData | 2 | 11 | |
NHANES | 13 |
Current CRAN status: ERROR: 2, OK: 11
Version: 1.2.5
Check: examples
Result: ERROR
Running examples in ‘fastR2-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Cuckoo
> ### Title: Cuckoo eggs in other birds' nests
> ### Aliases: Cuckoo
> ### Keywords: datasets
>
> ### ** Examples
>
>
> data(Cuckoo)
Warning in data(Cuckoo) : data set ‘Cuckoo’ not found
> gf_boxplot(length ~ species, data = Cuckoo)
Error in `position_dodge()`:
! `orientation` must be a string or character vector.
Backtrace:
▆
1. ├─ggformula::gf_boxplot(length ~ species, data = Cuckoo)
2. │ ├─base::do.call(position_fun, pdots)
3. │ └─ggplot2::position_dodge(orientation = NA)
4. │ ├─ggplot2::ggproto(...)
5. │ │ └─rlang::list2(...)
6. │ └─rlang::arg_match0(orientation, c("x", "y"))
7. └─rlang::abort(message = message, call = call)
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.2.5
Check: examples
Result: ERROR
Running examples in 'fastR2-Ex.R' failed
The error most likely occurred in:
> ### Name: Cuckoo
> ### Title: Cuckoo eggs in other birds' nests
> ### Aliases: Cuckoo
> ### Keywords: datasets
>
> ### ** Examples
>
>
> data(Cuckoo)
Warning in data(Cuckoo) : data set 'Cuckoo' not found
> gf_boxplot(length ~ species, data = Cuckoo)
Error in `position_dodge()`:
! `orientation` must be a string or character vector.
Backtrace:
▆
1. ├─ggformula::gf_boxplot(length ~ species, data = Cuckoo)
2. │ ├─base::do.call(position_fun, pdots)
3. │ └─ggplot2::position_dodge(orientation = NA)
4. │ ├─ggplot2::ggproto(...)
5. │ │ └─rlang::list2(...)
6. │ └─rlang::arg_match0(orientation, c("x", "y"))
7. └─rlang::abort(message = message, call = call)
Execution halted
Flavor: r-release-windows-x86_64
Current CRAN status: ERROR: 1, NOTE: 3, OK: 9
Version: 0.12.2
Check: for code/documentation mismatches
Result: WARN
Codoc mismatches from Rd file 'gf_lines.Rd':
gf_hline
Code: function(object = NULL, gformula = NULL, data = NULL, ...,
yintercept, color, linetype, linewidth, alpha, xlab,
ylab, title, subtitle, caption, position = "identity",
show.legend = NA, show.help = NULL, inherit = FALSE,
environment = parent.frame())
Docs: function(object = NULL, gformula = NULL, data = NULL, ...,
yintercept, color, linetype, linewidth, alpha, xlab,
ylab, title, subtitle, caption, show.legend = NA,
show.help = NULL, inherit = FALSE, environment =
parent.frame())
Argument names in code not in docs:
position
Mismatches in argument names (first 3):
Position: 15 Code: position Docs: show.legend
Position: 16 Code: show.legend Docs: show.help
Position: 17 Code: show.help Docs: inherit
gf_vline
Code: function(object = NULL, gformula = NULL, data = NULL, ...,
xintercept, color, linetype, linewidth, alpha, xlab,
ylab, title, subtitle, caption, position = "identity",
show.legend = NA, show.help = NULL, inherit = FALSE,
environment = parent.frame())
Docs: function(object = NULL, gformula = NULL, data = NULL, ...,
xintercept, color, linetype, linewidth, alpha, xlab,
ylab, title, subtitle, caption, show.legend = NA,
show.help = NULL, inherit = FALSE, environment =
parent.frame())
Argument names in code not in docs:
position
Mismatches in argument names (first 3):
Position: 15 Code: position Docs: show.legend
Position: 16 Code: show.legend Docs: show.help
Position: 17 Code: show.help Docs: inherit
Flavor: r-release-linux-x86_64
Version: 0.12.2
Check: examples
Result: ERROR
Running examples in ‘ggformula-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: gf_boxplot
> ### Title: Formula interface to geom_boxplot()
> ### Aliases: gf_boxplot
>
> ### ** Examples
>
> gf_boxplot(age ~ substance, data = mosaicData::HELPrct)
Error in `position_dodge()`:
! `orientation` must be a string or character vector.
Backtrace:
▆
1. ├─ggformula::gf_boxplot(age ~ substance, data = mosaicData::HELPrct)
2. │ ├─base::do.call(position_fun, pdots)
3. │ └─ggplot2::position_dodge(orientation = NA)
4. │ ├─ggplot2::ggproto(...)
5. │ │ └─rlang::list2(...)
6. │ └─rlang::arg_match0(orientation, c("x", "y"))
7. └─rlang::abort(message = message, call = call)
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
gf_bar 5.451 0.039 6.881
Flavor: r-release-linux-x86_64
Version: 0.12.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [27s/36s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ggformula)
Loading required package: ggplot2
Loading required package: scales
Loading required package: ggridges
New to ggformula? Try the tutorials:
learnr::run_tutorial("introduction", package = "ggformula")
learnr::run_tutorial("refining", package = "ggformula")
>
> test_check("ggformula")
Smoothing formula not specified. Using: y ~ x
Smoothing formula not specified. Using: y ~ x
[ FAIL 1 | WARN 2 | SKIP 46 | PASS 0 ]
══ Skipped tests (46) ══════════════════════════════════════════════════════════
• On CRAN (46): 'test-annotate.R:7:5', 'test-annotate.R:16:5',
'test-annotate.R:25:5', 'test-annotate.R:35:5', 'test-annotate.R:45:5',
'test-annotate.R:55:5', 'test-annotate.R:64:5', 'test-labeling.R:7:5',
'test-labeling.R:17:5', 'test-labeling.R:26:5', 'test-labeling.R:48:5',
'test-layer-factory.R:28:5', 'test-layer-factory.R:78:5',
'test-layer-factory.R:98:5', 'test-layer-factory.R:139:5',
'test-layer-factory.R:183:5', 'test-layer-factory.R:193:5',
'test-layer-factory.R:237:5', 'test-layer-factory.R:252:5',
'test-layer-factory.R:311:5', 'test-layer-factory.R:340:5',
'test-layer-factory.R:449:5', 'test-layer-factory.R:460:5',
'test-layer-factory.R:480:5', 'test-layer-factory.R:510:5',
'test-layer-factory.R:528:5', 'test-layer-factory.R:556:5',
'test-layer-factory.R:574:5', 'test-layer-factory.R:590:5',
'test-layer-factory.R:606:5', 'test-layer-factory.R:646:5',
'test-layer-factory.R:661:5', 'test-layer-factory.R:689:5',
'test-layer-factory.R:702:5', 'test-layer-factory.R:727:5',
'test-layer-factory.R:749:5', 'test-layer-factory.R:762:5',
'test-layer-factory.R:779:5', 'test-layer-factory.R:791:5',
'test-layer-factory.R:811:5', 'test-layer-factory.R:827:5',
'test-layer-factory.R:844:5', 'test-layer-factory.R:938:5',
'test-layer-factory.R:954:5', 'test-layer-factory.R:971:5',
'test-layer-factory.R:984:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-layer-factory.R:213:5'): gf_boxplot() ──────────────────────────
Error in `position_dodge(orientation = NA)`: `orientation` must be a string or character vector.
Backtrace:
▆
1. ├─ggformula:::wrapped_expect_doppelganger(...) at test-layer-factory.R:213:5
2. │ └─vdiffr::expect_doppelganger(title, fig, ...)
3. │ └─vdiffr (local) writer(fig, testcase, title)
4. │ └─vdiffr:::print_plot(plot, title)
5. ├─ggformula::gf_boxplot(...)
6. │ ├─base::do.call(position_fun, pdots)
7. │ └─ggplot2::position_dodge(orientation = NA)
8. │ ├─ggplot2::ggproto(...)
9. │ │ └─rlang::list2(...)
10. │ └─rlang::arg_match0(orientation, c("x", "y"))
11. └─rlang::abort(message = message, call = call)
[ FAIL 1 | WARN 2 | SKIP 46 | PASS 0 ]
Deleting unused snapshots:
• labeling/using.svg
• layer-factory/discrete-breaks-2-0.svg
• layer-factory/gf-abline2.svg
• layer-factory/gf-abline3.svg
• layer-factory/gf-abline4.svg
• layer-factory/gf-abline5.svg
• layer-factory/gf-abline6.svg
• layer-factory/gf-abline7.svg
• layer-factory/gf-area1.svg
• layer-factory/gf-ash2.svg
• layer-factory/gf-ash3.svg
• layer-factory/gf-blank1.svg
• layer-factory/gf-boxplot2.svg
• layer-factory/gf-boxplot3.svg
• layer-factory/gf-coefline2.svg
• layer-factory/gf-col1.svg
• layer-factory/gf-contour2.svg
• layer-factory/gf-contour3.svg
• layer-factory/gf-crossbar1.svg
• layer-factory/gf-dens2.svg
• layer-factory/gf-density-2d.svg
• layer-factory/gf-density-with-fill.svg
• layer-factory/gf-density1.svg
• layer-factory/gf-density2.svg
• layer-factory/gf-density2d1.svg
• layer-factory/gf-density2d2.svg
• layer-factory/gf-dhistogram1.svg
• layer-factory/gf-dhistogramh1.svg
• layer-factory/gf-dhistogramh2.svg
• layer-factory/gf-dist2.svg
• layer-factory/gf-dist3.svg
• layer-factory/gf-dist4.svg
• layer-factory/gf-dist5.svg
• layer-factory/gf-dist6.svg
• layer-factory/gf-dotplot2.svg
• layer-factory/gf-empty2.svg
• layer-factory/gf-errorbar1.svg
• layer-factory/gf-fitdistr2.svg
• layer-factory/gf-frame1.svg
• layer-factory/gf-freqpoly2.svg
• layer-factory/gf-fun2.svg
• layer-factory/gf-fun2d2.svg
• layer-factory/gf-fun2d3.svg
• layer-factory/gf-fun2d4.svg
• layer-factory/gf-fun2d5.svg
• layer-factory/gf-fun2d6.svg
• layer-factory/gf-histogram-with-facets.svg
• layer-factory/gf-histogram2.svg
• layer-factory/gf-label2.svg
• layer-factory/gf-line2.svg
• layer-factory/gf-percents1.svg
• layer-factory/gf-point2.svg
• layer-factory/gf-pointrange1.svg
• layer-factory/gf-props1.svg
• layer-factory/gf-qqstep1.svg
• layer-factory/gf-ribbon2.svg
• layer-factory/gf-rug-1.svg
• layer-factory/gf-rug-2.svg
• layer-factory/gf-rug-3.svg
• layer-factory/gf-rug-4.svg
• layer-factory/gf-rug-5.svg
• layer-factory/gf-rug-6.svg
• layer-factory/gf-rug-7.svg
• layer-factory/gf-rug-8.svg
• layer-factory/gf-rug-on-y-only-but-with-jitter.svg
• layer-factory/gf-rugx-gf-rug-y-with-jitter.svg
• layer-factory/gf-rugx-with-jitter.svg
• layer-factory/gf-rugx-without-jitter.svg
• layer-factory/gf-rugy.svg
• layer-factory/gf-spoke2.svg
• layer-factory/gf-text1.svg
• layer-factory/gf-text2.svg
• layer-factory/gf-tile1.svg
• layer-factory/proportions-within-all-dodge.svg
• layer-factory/proportions-within-fill-dodge.svg
• layer-factory/proportions-within-fill-facet-grid-and-group.svg
• layer-factory/proportions-within-fill-facet-grid.svg
• layer-factory/proportions-within-group-facet-grid.svg
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.0.0
Check: installed package size
Result: NOTE
installed size is 9.5Mb
sub-directories of 1Mb or more:
R 2.0Mb
doc 2.3Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 2, OK: 11
Version: 1.9.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘Resampling.Rmd’ using rmarkdown
Quitting from Resampling.Rmd:438-440 [unnamed-chunk-13]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Resampling.Rmd' failed with diagnostics:
`orientation` must be a string or character vector.
--- failed re-building ‘Resampling.Rmd’
--- re-building ‘mosaic-resources.Rmd’ using rmarkdown
--- finished re-building ‘mosaic-resources.Rmd’
--- re-building ‘MinimalRgg.Rnw’ using knitr
Quitting from MinimalRgg.Rnw:494-496 [bwplot]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'MinimalRgg.Rnw' failed with diagnostics:
`orientation` must be a string
or character vector.
--- failed re-building ‘MinimalRgg.Rnw’
SUMMARY: processing the following files failed:
‘Resampling.Rmd’ ‘MinimalRgg.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.9.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'Resampling.Rmd' using rmarkdown
Quitting from Resampling.Rmd:438-440 [unnamed-chunk-13]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Resampling.Rmd' failed with diagnostics:
`orientation` must be a string or character vector.
--- failed re-building 'Resampling.Rmd'
--- re-building 'mosaic-resources.Rmd' using rmarkdown
--- finished re-building 'mosaic-resources.Rmd'
--- re-building 'MinimalRgg.Rnw' using knitr
Quitting from MinimalRgg.Rnw:494-496 [bwplot]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'MinimalRgg.Rnw' failed with diagnostics:
`orientation` must be a string
or character vector.
--- failed re-building 'MinimalRgg.Rnw'
SUMMARY: processing the following files failed:
'Resampling.Rmd' 'MinimalRgg.Rnw'
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: NOTE: 2, OK: 11
Version: 0.20.4
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Randall Pruim <rpruim@calvin.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Randall",
family = "Pruim",
role = c("aut", "cre"),
email = "rpruim@calvin.edu"),
person(given = "Daniel",
family = "Kaplan",
role = "aut",
email = "kaplan@macalester.edu"),
person(given = "Nicholas",
family = "Horton",
role = "aut",
email = "nhorton@amherst.edu"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 13
Version: 2.1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Randall Pruim <rpruim@calvin.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Randall",
family = "Pruim",
role = c("aut", "cre"),
email = "rpruim@calvin.edu")
as necessary.
The Description field contains
http://www.cdc.gov/nchs/nhanes.htm for details.
Please enclose URLs in angle brackets (<...>).
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.1.0
Check: Rd files
Result: NOTE
checkRd: (-1) NHANES.Rd:278: Lost braces
278 | \code{AgeFirstMarij}{Age participant first tried marijuana. Reported for participants aged 18 to 59 years.}
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.