You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# more evasion of setup-r-dependencies used in CI testing.
140
-
# Write loadNamespace("nc1Package") indirectly so it
140
+
# Write loadNamespace("nc1Package") indirectly so it
141
141
# doesn't think nc1Package is a CRAN package
142
142
load_dynamic_namespace("nc1Package")
143
143
})
@@ -203,7 +203,7 @@ test_that("Basic serialization works (via writePackage, with generic interface,
203
203
test_that("Basic serialization works (via nCompile(package=TRUE), with generic interface, for single and multiple objects, in current or new session)",
204
204
{
205
205
nc1<- nClass(
206
-
classname="nc1",
206
+
## classname = "nc1", ## If we give this the same name as above, on linux the old one is found and used at some step, making it look like deserialization fails.
207
207
Rpublic=list(
208
208
Rv=NULL,
209
209
Rfoo=function(x) x+1
@@ -329,7 +329,7 @@ test_that("Basic serialization works (via writePackage, with full interface, for
0 commit comments