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 187350c commit a84f2bcCopy full SHA for a84f2bc
tests/testthat/test-qenv_extract.R
@@ -21,7 +21,7 @@ testthat::test_that("`[.` returns limited qenv for some names not in qenv", {
21
)
22
})
23
24
-testthat::test_that("`[.` extracts proper objects", {
+testthat::test_that("`[.` subsets environment and code to specified object names", {
25
q <- qenv()
26
code <- c("x<-1", "a<-1;b<-2")
27
q <- eval_code(q, code)
0 commit comments