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

Make orderly_resource docs more explicit #204

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: orderly2
Title: Orderly Next Generation
Version: 1.99.59
Version: 1.99.60
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "[email protected]"),
person("Robert", "Ashton", role = "aut"),
Expand Down
4 changes: 3 additions & 1 deletion R/metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ static_orderly_description <- function(args) {
##'
##' @title Declare orderly resources
##'
##' @param files Any number of names of files
##' @param files Any number of names of files or directories. If you
##' list a directory it is expanded recursively to include all
##' subdirectories and files.
##'
##' @return Invisibly, a character vector of resources included by the
##' call. Don't rely on the order of these files if they are
Expand Down
4 changes: 3 additions & 1 deletion man/orderly_resource.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading