- using R Under development (unstable) (2025-11-19 r89040)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 21.1.5 (1)
Debian flang version 21.1.5 (1)
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘ggformula/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘ggformula’ version ‘1.0.0’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/3s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘ggformula’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [3s/4s] OK
- checking whether the package can be loaded with stated dependencies ... [2s/3s] OK
- checking whether the package can be unloaded cleanly ... [2s/3s] OK
- checking whether the namespace can be loaded with stated dependencies ... [2s/3s] OK
- checking whether the namespace can be unloaded cleanly ... [2s/3s] OK
- checking loading without being on the library search path ... [2s/4s] OK
- checking whether startup messages can be suppressed ... [2s/4s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [63s/78s] OK
- checking Rd files ... [2s/2s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... WARNING
Codoc mismatches from Rd file 'gf_lines.Rd':
gf_abline
Code: function(object = NULL, gformula = NULL, data = NULL, ...,
slope, intercept, color, linetype, linewidth, alpha,
xlab, ylab, title, subtitle, caption, stat =
"identity", show.legend = NA, show.help = NULL,
inherit = FALSE, environment = parent.frame())
Docs: function(object = NULL, gformula = NULL, data = NULL, ...,
slope, intercept, 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:
stat
Mismatches in argument names (first 3):
Position: 16 Code: stat Docs: show.legend
Position: 17 Code: show.legend Docs: show.help
Position: 18 Code: show.help Docs: inherit
gf_hline
Code: function(object = NULL, gformula = NULL, data = NULL, ...,
yintercept, color, linetype, linewidth, alpha, xlab,
ylab, title, subtitle, caption, stat = "identity",
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, position = "identity",
show.legend = NA, show.help = NULL, inherit = FALSE,
environment = parent.frame())
Argument names in code not in docs:
stat
Mismatches in argument names (first 3):
Position: 15 Code: stat Docs: position
Position: 16 Code: position Docs: show.legend
Position: 17 Code: show.legend Docs: show.help
gf_vline
Code: function(object = NULL, gformula = NULL, data = NULL, ...,
xintercept, color, linetype, linewidth, alpha, xlab,
ylab, title, subtitle, caption, stat = "identity",
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, position = "identity",
show.legend = NA, show.help = NULL, inherit = FALSE,
environment = parent.frame())
Argument names in code not in docs:
stat
Mismatches in argument names (first 3):
Position: 15 Code: stat Docs: position
Position: 16 Code: position Docs: show.legend
Position: 17 Code: show.legend Docs: show.help
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [138s/178s] OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
gf_linerange 6.464 0.048 7.795
ggridges 5.792 0.063 8.810
gf_bar 5.668 0.047 7.312
gf_lines 5.549 0.004 6.655
gf_guides 4.725 0.004 5.713
gf_facet_grid 4.570 0.113 6.464
gf_smooth 4.197 0.005 5.840
gf_function2d 4.011 0.064 5.099
gf_rug 3.648 0.011 5.141
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [64s/84s] OK
Running ‘testthat.R’ [64s/83s]
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [50s/51s] OK
- checking PDF version of manual ... [23s/30s] OK
- checking HTML version of manual ... [19s/27s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 WARNING