tests/testthat/helper-preliminaries.R

## determine whether the package was built with .NET CLR server support
is.net.installed <- function ()
{
    packagedir <- path.package("rDotNet")
    server <- sprintf("%s/server/bin/Debug/CLRServer.exe", packagedir)

    ## check to see if was compiled / exists
    file.exists(server)
}

Try the rDotNet package in your browser

Any scripts or data that you put into this service are public.

rDotNet documentation built on May 2, 2019, 8:19 a.m.