Skip to content

Commit

Permalink
fix also
Browse files Browse the repository at this point in the history
  • Loading branch information
damondpham committed May 15, 2022
1 parent 18a59c4 commit 496b255
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/view_xifti_volume.R
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,10 @@ view_xifti_volume <- function(

} else {

if (!requireNamespace("papayar", quietly = TRUE)) {
stop("Package \"papayar\" needed for this function to work. Please install it.",
call. = FALSE)
}
# if (!requireNamespace("papayar", quietly = TRUE)) {
# stop("Package \"papayar\" needed for this function to work. Please install it.",
# call. = FALSE)
# }

# `fname`, `legend_fname`
if (!isFALSE(fname)) {
Expand Down

0 comments on commit 496b255

Please sign in to comment.