We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a4c02 commit 25e014fCopy full SHA for 25e014f
R/aaa.R
@@ -1,6 +1,6 @@
1
-#' Internal package state
2
-#' @noRd
3
-the <- new.env(
+# internal environment acting as storage and cache
+# Using convention in https://github.com/tidyverse/design/issues/126
+the <- rlang::new_environment(
4
list(
5
latest_stable = list(date = NULL, infos = NULL),
6
latest_prerelease = list(date = NULL, infos = NULL)
0 commit comments