From fb142842f40afade1c8f951259880f08a5273847 Mon Sep 17 00:00:00 2001 From: sdgamboa Date: Fri, 22 Mar 2024 18:20:38 -0400 Subject: [PATCH] update docs --- R/bugphyzz.R | 2 +- man/importBugphyzz.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/bugphyzz.R b/R/bugphyzz.R index 0730af83..6492af15 100644 --- a/R/bugphyzz.R +++ b/R/bugphyzz.R @@ -13,7 +13,7 @@ utils::globalVariables(c( #' please check the bugphyzz vignette with `browseVignettes("bugphyzz")`. #' #' @param version Character string indicating the version. -#' Options: devel, doi, GitHub hash. +#' Options: devel or a zenodo record. #' @param force_download Logical value. Force a fresh download of the data or #' use the one stored in the cache (if available). Default is FALSE. #' @param v Validation value. Default 0.5 (see details). diff --git a/man/importBugphyzz.Rd b/man/importBugphyzz.Rd index d6bb95c0..48b5df0f 100644 --- a/man/importBugphyzz.Rd +++ b/man/importBugphyzz.Rd @@ -13,7 +13,7 @@ importBugphyzz( } \arguments{ \item{version}{Character string indicating the version. -Options: devel, doi, GitHub hash.} +Options: devel or a zenodo record.} \item{force_download}{Logical value. Force a fresh download of the data or use the one stored in the cache (if available). Default is FALSE.}