Skip to content

Commit

Permalink
no RD for cache functions
Browse files Browse the repository at this point in the history
  • Loading branch information
elimillera committed May 9, 2023
1 parent 8ef5bd9 commit 873d3c5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 24 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export(metric_score)
export(pkg_assess)
export(pkg_metric)
export(pkg_ref)
export(pkg_ref_cache)
export(pkg_score)
export(score_error_NA)
export(score_error_default)
Expand Down
3 changes: 2 additions & 1 deletion R/pkg_ref_cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ available_pkg_ref_fields <- function(x) {
#' @family package reference cache
#'
#' @rdname riskmetric_metadata_caching
#' @export
#' @keyworks internal
#' @noRd
pkg_ref_cache <- function(x, name, ..., .class = as.character(name)) {
UseMethod("pkg_ref_cache", structure(list(), class = .class))
}
5 changes: 0 additions & 5 deletions man/pkg_ref_cache.r_cmd_check.pkg_source.Rd

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

17 changes: 0 additions & 17 deletions man/riskmetric_metadata_caching.Rd

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

0 comments on commit 873d3c5

Please sign in to comment.