Skip to content

Commit

Permalink
Bump down version to force dependency installation by rworkflows
Browse files Browse the repository at this point in the history
  • Loading branch information
HDash committed Jun 18, 2024
1 parent a132611 commit 61f555e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: MotifPeeker
Type: Package
Title: Benchmarking Epigenomic Profiling Methods Using Motif Enrichment
Version: 0.99.0
Version: 0.98.0
Authors@R: c(
person(given = "Hiranyamaya",
family = "Dash",
Expand Down
2 changes: 1 addition & 1 deletion R/check_dep.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#'
#' @param pkg a character string of the package name
#'
#' @return NULL
#' @return Null
#' @keywords internal
check_dep <- function(pkg){
if (!requireNamespace(pkg, quietly = TRUE)) {
Expand Down
2 changes: 1 addition & 1 deletion R/messager.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @param parallel Whether to enable message print when wrapped
#' in parallelised functions.
#'
#' @return NULL
#' @return Null
#' @keywords internal
messager <- function(...,
v = Sys.getenv("VERBOSE")!="FALSE",
Expand Down
2 changes: 1 addition & 1 deletion R/stopper.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' must first be stored to a variable before passing to \link[base]{stop}.
#' @param v Whether to print messages or not.
#'
#' @return NULL
#' @return Null
#' @keywords internal
stopper <- function(..., v = TRUE) {
msg <- paste(...)
Expand Down
3 changes: 3 additions & 0 deletions man/check_dep.Rd

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

3 changes: 3 additions & 0 deletions man/messager.Rd

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

3 changes: 3 additions & 0 deletions man/stopper.Rd

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

0 comments on commit 61f555e

Please sign in to comment.