https://github.com/cran/XML
Raw File
Tip revision: c5d145673d3feb15d9c872aea3be3647966d1a4f authored by ORPHANED on 19 June 2017, 11:43:32 UTC
version 3.98-1.9
Tip revision: c5d1456
testRemoveFinalizers.R
x = try(dyn.load(sprintf("testRemoveFinalizers%s", .Platform$dynlib.ext)))
q(status = if(inherits(x, "try-error")) 1L else 0L)



back to top