Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

partial argument match of 'inherit' to 'inherit.aes' #170

Open
achubaty opened this issue Nov 10, 2023 · 0 comments
Open

partial argument match of 'inherit' to 'inherit.aes' #170

achubaty opened this issue Nov 10, 2023 · 0 comments

Comments

@achubaty
Copy link

Setting the following options

options(
  warnPartialMatchArgs = TRUE,
  warnPartialMatchAttr = TRUE,
  warnPartialMatchDollar = TRUE
)

and installing the package, I see the following warnings:

* installing *source* packageggformula...
** packageggformulasuccessfully unpacked and MD5 sums checked
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Warning in layer_factory(geom = "rug", aes_form = list(~x, y ~ x, NULL),  :
  partial argument match of 'inherit' to 'inherit.aes'
Warning in layer_factory(geom = "rug", aes_form = list(~y, y ~ ., NULL),  :
  partial argument match of 'inherit' to 'inherit.aes'
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (ggformula)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant