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 4cf5dae commit 1eadf31Copy full SHA for 1eadf31
R/aaa.R
@@ -2,9 +2,11 @@
2
# Using convention in https://github.com/tidyverse/design/issues/126
3
the <- rlang::new_environment(
4
list(
5
- preview_infos = list(),
6
- latest_stable = list(date = NULL, infos = NULL),
7
- latest_prerelease = list(date = NULL, infos = NULL)
+ preview_infos = list()
+
+ # other possibles values in this env but should not exist because of env_cache usage
8
+ # latest_stable = list(date = NULL, infos = NULL),
9
+ # latest_prerelease = list(date = NULL, infos = NULL)
10
),
11
parent = emptyenv()
12
)
0 commit comments