Skip to content

Commit

Permalink
update documentation and default value for validation argument in imp…
Browse files Browse the repository at this point in the history
…ortBugphyzz
  • Loading branch information
sdgamboa committed May 9, 2024
1 parent 9d5af97 commit a9c769c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/bugphyzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ utils::globalVariables(c(
#' latest release on Zenodo. Options: Zenodo DOI, GitHub commit hash, or devel.
#' @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).
#' @param v Validation value. Default 0.8 (see details).
#' @param exclude_rarely Default is TRUE. Exclude values with
#' Frequency == FALSE (see details).
#'
Expand Down Expand Up @@ -54,7 +54,7 @@ utils::globalVariables(c(
#' names(bp)
#'
importBugphyzz <- function(
version = "10.5281/zenodo.10980813", force_download = FALSE, v = 0.5,
version = "10.5281/zenodo.10980813", force_download = FALSE, v = 0.8,
exclude_rarely = TRUE

) {
Expand Down
4 changes: 2 additions & 2 deletions man/importBugphyzz.Rd

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

0 comments on commit a9c769c

Please sign in to comment.