Skip to content

Commit 25e014f

Browse files
committed
fixup the internal state environment definition
1 parent 69a4c02 commit 25e014f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/aaa.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#' Internal package state
2-
#' @noRd
3-
the <- new.env(
1+
# internal environment acting as storage and cache
2+
# Using convention in https://github.com/tidyverse/design/issues/126
3+
the <- rlang::new_environment(
44
list(
55
latest_stable = list(date = NULL, infos = NULL),
66
latest_prerelease = list(date = NULL, infos = NULL)

0 commit comments

Comments
 (0)