Skip to content

Commit 5bfcf3c

Browse files
committed
chore: deactivated example for get_package_names
1 parent 0822b2b commit 5bfcf3c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

R/get_package_names.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@
3535
#'
3636
#' @return A vector of all found package names.
3737
#' @examples
38+
#' \dontrun{
3839
#' paths <- c("~", "/path/to/project/R")
3940
#' get_package_names(
4041
#' paths = paths
4142
#' )
42-
#'
43+
#' }
4344
#' @export
4445
#'
4546
get_package_names <- function(paths = c("."),

man/get_package_names.Rd

Lines changed: 2 additions & 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)