Skip to content

Commit

Permalink
Remove dontrun example for CRAN submission
Browse files Browse the repository at this point in the history
Example was for parallizing with future() but should be clear from the details of the function definition if the user is inclined to explore the feature.
  • Loading branch information
al-obrien committed Nov 10, 2023
1 parent 0d8fa85 commit 9a4d1a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions R/create_lists.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@
#' pkg_vul <- osv_query(c('dask', 'dash'), ecosystem = c('PyPI', 'PyPI'))
#' create_osv_list(rosv_query = pkg_vul)
#'
#' \dontrun{
#' # In parallel
#' future::plan(multisession, workers = 4)
#' pypi_vul <- create_osv_list(ecosystem = 'PyPI')
#' future::plan(sequential)
#' }
#'
#' @export
create_osv_list <- function(rosv_query = NULL, ecosystem = NULL, delim = '\t', as.data.frame = FALSE, refresh = FALSE, clear_cache = FALSE) {

Expand Down
7 changes: 0 additions & 7 deletions man/create_osv_list.Rd

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

0 comments on commit 9a4d1a7

Please # to comment.