Skip to content

Commit

Permalink
Default of remove_asr = FALSE in importBugphyzz.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Jan 11, 2024
1 parent 6306b21 commit 70e2336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/bugphyzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' bp <- importBugphyzz()
#' names(bp)
#'
importBugphyzz <- function(version = 'devel', force_download = FALSE, v = 0.5, remove_asr = TRUE) {
importBugphyzz <- function(version = 'devel', force_download = FALSE, v = 0.5, remove_asr = FALSE) {
types <- c("multistate", "binary", "numeric")
urls <- paste0(
"https://github.com/waldronlab/bugphyzzExports/raw/sdgamboa/phylo/bugphyzz_",
Expand Down
2 changes: 1 addition & 1 deletion man/importBugphyzz.Rd

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

0 comments on commit 70e2336

Please sign in to comment.