Skip to content

Commit

Permalink
address r cmd check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghoonio committed Jun 25, 2024
1 parent 66ac9b4 commit b8a9e26
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ exportMethods("$")
exportMethods("[")
exportMethods("[[")
import(RCurl)
import(httr)
import(pryr)
import(stringr)
import(yaml)
Expand Down
1 change: 1 addition & 0 deletions R/pepr.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#' @import yaml
#' @import stringr
#' @import pryr
#' @import httr
#' @importFrom tidyr unnest
#'
#' @references
Expand Down
3 changes: 1 addition & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,8 @@ fetchPEP = function(registryPath, raw = TRUE) {
#' This is a helper that saves a PEP Project to a local output directory
#'
#' @param project a PEP Project
#' @param projectDir a string for the output directory, defaults to current working directory
#' @param outputDir a string for the output directory, defaults to current working directory
#' @param overwrite a boolean for whether to overwrite an existing project at the output directory
#' @param sampleTableIndex a string indicating the sample attribute that is used
#'
#' @return a boolean, TRUE if the save was successful and FALSE if otherwise
#' @export
Expand Down
6 changes: 2 additions & 4 deletions man/saveProject.Rd

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

0 comments on commit b8a9e26

Please sign in to comment.