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 af835b6 commit a4502c2Copy full SHA for a4502c2
inst/unitTests/runit.environments.R
@@ -264,9 +264,9 @@ if (.runThisTest) {
264
checkEquals( runit_Rcpp(), asNamespace("Rcpp") , msg = "cached Rcpp namespace" )
265
}
266
267
- test.environment.child <- function(){
268
- checkEquals( parent.env(runit_child()), globalenv(), msg = "child environment" )
269
- }
+ #test.environment.child <- function(){
+ # checkEquals( parent.env(runit_child()), globalenv(), msg = "child environment" )
+ #}
270
271
test.environment.new_env <- function() {
272
env <- new.env()
0 commit comments