Skip to content

Commit 992a813

Browse files
committed
fix example
1 parent 97d2c4d commit 992a813

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

R/info.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ orderly_info <- function(id, name, root = NULL, locate = TRUE) {
8080
##' @export
8181
##'
8282
##' @examples
83-
##' orderly::orderly_packages()
83+
##' path <- orderly::orderly_example("minimal")
8484
##' orderly::orderly_packages(root = path)
8585
orderly_packages <- function(root = NULL, locate = TRUE) {
8686
cfg <- orderly_config(root, locate)

inst/examples/minimal/src/example/orderly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ artefacts:
66
staticgraph:
77
description: A graph of things
88
filenames: mygraph.png
9+
packages:
10+
- withr

man/orderly_packages.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)