Skip to content

Commit

Permalink
don't export internal functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mps9506 committed Feb 9, 2022
1 parent 1b11a04 commit e7957d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ export(download_lep)
export(download_reservoir)
export(download_well)
export(download_well_meta)
export(errs)
export(get_download)
importFrom(crul,HttpClient)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
Expand Down
2 changes: 0 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#' @param opts curl options to crul::HttpClient. Must be a list.
#'
#' @return Parsed json content or csv
#' @export
#' @importFrom crul HttpClient
#' @keywords internal
#' @noRd
Expand Down Expand Up @@ -49,7 +48,6 @@ get_download <- function(url,
#' @param x http request
#'
#' @return error message or nothing
#' @export
#' @keywords internal
#' @noRd
#' @importFrom fauxpas find_error_class
Expand Down

0 comments on commit e7957d9

Please sign in to comment.