Skip to content

Commit

Permalink
fix: exports
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewallenbruce committed Jun 19, 2024
1 parent cf1969b commit 8c8b7ba
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 4 deletions.
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,20 @@ export(display_long)
export(duration_vec)
export(fancy_ts)
export(geomean)
export(get_pin)
export(gg_theme)
export(gh_raw)
export(gt_marks)
export(histogram)
export(invert_named)
export(is_directory)
export(is_readable)
export(list_pins)
export(make_interval)
export(mean_na)
export(median_na)
export(months_regex)
export(mount_board)
export(na_if_common)
export(named_group_split)
export(new_value)
Expand Down
16 changes: 12 additions & 4 deletions R/pins.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
#'
#' @autoglobal
#'
#' @noRd
#' @keywords internal
#'
#' @export
gh_raw <- function(x) {
paste0("https://raw.githubusercontent.com/", x)
}
Expand All @@ -24,7 +26,9 @@ gh_raw <- function(x) {
#'
#' @autoglobal
#'
#' @noRd
#' @keywords internal
#'
#' @export
mount_board <- function(source = c("local", "remote"), package = "fuimus") {

source <- match.arg(source)
Expand All @@ -49,7 +53,9 @@ mount_board <- function(source = c("local", "remote"), package = "fuimus") {
#'
#' @autoglobal
#'
#' @noRd
#' @keywords internal
#'
#' @export
get_pin <- function(pin, ...) {

board <- mount_board(...)
Expand All @@ -68,7 +74,9 @@ get_pin <- function(pin, ...) {
#'
#' @autoglobal
#'
#' @noRd
#' @keywords internal
#'
#' @export
list_pins <- function(...) {

board <- mount_board(...)
Expand Down
20 changes: 20 additions & 0 deletions man/get_pin.Rd

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

22 changes: 22 additions & 0 deletions man/gh_raw.Rd

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

18 changes: 18 additions & 0 deletions man/list_pins.Rd

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

20 changes: 20 additions & 0 deletions man/mount_board.Rd

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

0 comments on commit 8c8b7ba

Please sign in to comment.