Skip to content

Commit

Permalink
\value not recognized
Browse files Browse the repository at this point in the history
  • Loading branch information
douwe committed Feb 5, 2024
1 parent 666d45d commit 79eb9af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/store.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' The `.parcr` environment is used for storing and retrieving variables by the
#' user.
#' @returns \value{None}
#' @returns Nothing
#' @noRd
.parcr <- list2env(list(), parent = emptyenv())

Expand All @@ -13,7 +13,7 @@
#' @param name a string used as the name of the stored object.
#' @param value object to be stored.
#'
#' @returns \value{None} for `store()` and the stored object for `retrieve()`.
#' @returns Nothing for `store()` and the stored object for `retrieve()`.
#' @export
#'
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion man/store.Rd

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

0 comments on commit 79eb9af

Please sign in to comment.