Skip to content

Implement FacetGrid #557

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Implement FacetGrid #557

wants to merge 4 commits into from

Conversation

moodymudskipper
Copy link
Collaborator

Closes #525

Copy link
Contributor

aviator-app bot commented Apr 24, 2025

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes.
Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This pull request is currently open (not queued).

How to merge

To merge this PR, comment /aviator merge or add the mergequeue label.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.

@moodymudskipper
Copy link
Collaborator Author

I don't get this. We have this error:

❯ checking for missing documentation entries ... WARNING
Undocumented code objects:
‘opts_FacetGrid’
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.

But the object is documented properly :

#' @export
#' @rdname other-opts
opts_FacetGrid <- function(constructor = c("facet_grid", "ggproto", "next", "environment"), ...) {
  .cstr_options("FacetGrid", constructor = constructor[[1]], ...)
}

Anf we can check the doc without problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

facet_grid() issue
1 participant