Skip to content

Commit

Permalink
Add @keywords internal
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Jan 16, 2024
1 parent ac4ab34 commit 853faa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ tags <- lapply(known_tags, function(tagname) {
#' length 2 will be interpreted as multiple namespaces, in increasing
#' order of specificity (i.e. starting with the top-level namespace).
#' @param id The id string to be namespaced (optional).
#' @keywords internal
NS <- function (namespace, id = NULL) {
if (length(namespace) == 0)
ns_prefix <- character(0)
Expand All @@ -197,4 +198,4 @@ NS <- function (namespace, id = NULL) {

#' @rdname NS
#' @export
ns.sep <- "-"
ns.sep <- "-"

0 comments on commit 853faa5

Please sign in to comment.