From e26795586657a77a6d87841ff6554d1304cfaa04 Mon Sep 17 00:00:00 2001 From: DivadNojnarg Date: Tue, 16 Jan 2024 22:10:00 +0100 Subject: [PATCH] rox --- DESCRIPTION | 2 +- man/NS.Rd | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 567cbc5..8e82352 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -21,5 +21,5 @@ Suggests: License: GPL-2 Encoding: UTF-8 LazyData: true -RoxygenNote: 7.0.1 +RoxygenNote: 7.2.3 VignetteBuilder: knitr diff --git a/man/NS.Rd b/man/NS.Rd index 16ad7a1..23ba36d 100644 --- a/man/NS.Rd +++ b/man/NS.Rd @@ -5,7 +5,9 @@ \alias{NS} \alias{ns.sep} \title{Namespaced IDs for inputs/outputs} -\format{An object of class \code{character} of length 1.} +\format{ +An object of class \code{character} of length 1. +} \usage{ NS(namespace, id = NULL) @@ -24,3 +26,4 @@ order of specificity (i.e. starting with the top-level namespace).} Namespaced IDs for inputs/outputs } \keyword{datasets} +\keyword{internal}