You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means you need to document them in a slightly different way: instead of documenting the data directly, you quote the dataset's name.
IINM, this is about using #' blocks over the character string "dataset-name" to document a data set, however that string doesn't appear in the vignette?
roxygen2/vignettes/rd-other.Rmd
Line 23 in 9652d15
IINM, this is about using
#'
blocks over the character string"dataset-name"
to document a data set, however that string doesn't appear in the vignette?c.f. https://github.com/tidyverse/ggplot2/blob/ddd207e926cc1c1847dc661d9a099b8ec19c4010/R/data.R#L20
Or a different data set:
https://github.com/tidyverse/tidyr/blob/622afe810825ffb5de750c060778b150c68ba71a/R/data.R#L33-L36
The text was updated successfully, but these errors were encountered: