inst/rhub-tests.R

# remote tests using rhub
library(rhub)

to_test_on <- c("windows-x86_64-release",
                "ubuntu-gcc-release",
                "macos-highsierra-release",
                "fedora-clang-devel",
                "solaris-x86-patched"
                )

check_cran <- rhub::check_for_cran(platforms = to_test_on)
check_cran$cran_summary()


previous_checks <- rhub::list_package_checks()
group_id <- previous_checks$group[1]
group_check <- rhub::get_check(group_id)
group_check


to_test_on <- c("fedora-clang-devel", "solaris-x86-patched")
check_cran <- rhub::check_for_cran(platforms = to_test_on)
check_cran$cran_summary()

Try the rTorch package in your browser

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

rTorch documentation built on Jan. 13, 2021, 4:32 p.m.