From 1ea929ea552b6961c3282f6386cc9e1e72ed976b Mon Sep 17 00:00:00 2001 From: Lionel Henry Date: Tue, 19 Sep 2023 09:27:14 +0200 Subject: [PATCH] Fix documentation of `imports_env(package = )` --- R/imports-env.R | 2 +- man/imports_env.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/imports-env.R b/R/imports-env.R index b9589e35..0a281f69 100644 --- a/R/imports-env.R +++ b/R/imports-env.R @@ -4,7 +4,7 @@ #' package namespace environment, and is a child of ``, #' which is a child of `R_GlobalEnv`. #' @keywords internal -#' @param path TODO: fix doc +#' @param package The package name as a string. #' @seealso [ns_env()] for the namespace environment that #' all the objects (exported and not exported). #' @seealso [pkg_env()] for the attached environment that contains diff --git a/man/imports_env.Rd b/man/imports_env.Rd index 9bebaadb..d1d76201 100644 --- a/man/imports_env.Rd +++ b/man/imports_env.Rd @@ -7,7 +7,7 @@ imports_env(package) } \arguments{ -\item{path}{TODO: fix doc} +\item{package}{The package name as a string.} } \description{ Contains objects imported from other packages. Is the parent of the