Skip to content

Commit

Permalink
Avoid the 'build_Lifemap' example
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Mar 19, 2024
1 parent b01c20f commit dd54aad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/build_Lifemap.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
#' @export
#' @examples
#' data(eukaryotes_80)
#' \dontrun{
#' # make sure you have a good internet connection to load these very large files
#' LM <- build_Lifemap(eukaryotes_80, "fr")
#' }
build_Lifemap <- function(df, basemap = c("ncbi", "base", "fr", "virus"), verbose = TRUE) {

basemap <- match.arg(arg = basemap, choices = basemap)
Expand Down
3 changes: 3 additions & 0 deletions man/build_Lifemap.Rd

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

0 comments on commit dd54aad

Please sign in to comment.