File: run-unit-test

package info (click to toggle)
r-bioc-biocparallel 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,148 kB
  • ctags: 7
  • sloc: sh: 13; makefile: 12
file content (6 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh -e

LC_ALL=C R --no-save <<EOT
BiocGenerics:::testPackage("BiocParallel")
EOT