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 a84f2bc commit 084382aCopy full SHA for 084382a
tests/testthat/test-qenv_extract.R
@@ -30,7 +30,7 @@ testthat::test_that("`[.` subsets environment and code to specified object names
30
testthat::expect_true(all(ls(get_env(qs)) %in% object_names))
31
})
32
33
-testthat::test_that("`[.` extract proper code", {
+testthat::test_that("`[.` extracts the code only needed to recreate objects passed through 'names'", {
34
q <- qenv()
35
code <- c("x<-1", "a<-1;b<-2")
36
q <- eval_code(q, code)
0 commit comments