Skip to content

Commit

Permalink
Merge pull request nationalparkservice#121 from RobLBaker/master
Browse files Browse the repository at this point in the history
better hide internal functions from users
  • Loading branch information
RobLBaker authored Sep 20, 2024
2 parents 39ffe96 + b0ac08c commit f63462f
Show file tree
Hide file tree
Showing 51 changed files with 518 additions and 986 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/pkgdown.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/test-coverage.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Imports:
cli,
purrr,
lifecycle
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export(get_dp_flags)
export(get_elevation)
export(get_park_polygon)
export(get_taxon_rank)
export(get_user_email)
export(get_utm_zone)
export(long2UTM)
export(order_cols)
Expand Down
2 changes: 2 additions & 0 deletions R/geography.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ return(in_park)
#' @param park_units String. Or list of strings.
#'
#' @return sf dataframe
#' @keywords internal
#' @noRd
#' @examples
#' \dontrun{
#' .get_unit_boundary("ROMO")
Expand Down
3 changes: 2 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ globalVariables(c("any_of",
#' This function probaby won't work for anyone outside of NPS and likely won't work for anyone who is not using a Windows machine. So build those prerequisites (NPS = FALSE) in when calling it from within other function.
#'
#' @return String. The user's email address.
#' @export
#' @keywords internal
#' @noRd
#'
#' @examples
#' \dontrun{
Expand Down
14 changes: 7 additions & 7 deletions docs/404.html

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

14 changes: 7 additions & 7 deletions docs/LICENSE-text.html

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

14 changes: 7 additions & 7 deletions docs/LICENSE.html

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

19 changes: 8 additions & 11 deletions docs/articles/DRR_Purpose_and_Scope.html

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

Loading

0 comments on commit f63462f

Please sign in to comment.