File: run-all.R

package info (click to toggle)
r-cran-parallelmap 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 336 kB
  • sloc: sh: 13; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# FIXME: R CMD check does not run on true batch systems, but maybe it does not have to
# we can check there with 'make test' and run 'make check' locally

library(testthat)
test_check("parallelMap")

# #FIXME: bad hack
# # for some reason using test_package and opening a socked node
# # blocks R CMD check
# # but we really want to test at least one real parallel mode on cran

# if (!interactive()) {
library(BBmisc)
library(parallelMap)
source("testthat/helpers.R")
source("testthat/helper_sockettest.R")
sockettest()
# }