Skip to content

Commit

Permalink
Updated documentation with new version system
Browse files Browse the repository at this point in the history
  • Loading branch information
fontikar committed Nov 13, 2024
1 parent 7762270 commit bf1553e
Show file tree
Hide file tree
Showing 5 changed files with 159 additions and 121 deletions.
4 changes: 2 additions & 2 deletions R/load_taxonomic_resources.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#' @examples
#' \donttest{
#' load_taxonomic_resources(stable_or_current_data="stable",
#' version="0.0.2.9000")}
#' version="2024-10-11")}
#'

load_taxonomic_resources <-
Expand Down Expand Up @@ -302,7 +302,7 @@ load_taxonomic_resources <-
##'
##'
##' # Load the a stable version of the dataset
##' dataset_access_function(version="0.0.2.9000",type = "stable")
##' dataset_access_function(version="2024-10-11",type = "stable")
##'
##' @noRd
dataset_access_function <-
Expand Down
2 changes: 1 addition & 1 deletion man/load_taxonomic_resources.Rd

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

2 changes: 1 addition & 1 deletion tests/testthat/helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
if(exists("resources", envir = globalenv())) {
resources <- get("resources", envir = globalenv())
} else {
resources <- load_taxonomic_resources(stable_or_current_data = "stable", version = "0.0.2.9000")
resources <- load_taxonomic_resources(stable_or_current_data = "stable", version = "2024-10-11")
}
Loading

0 comments on commit bf1553e

Please sign in to comment.