File: generic

package info (click to toggle)
r-cran-blob 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 136 kB
  • sloc: sh: 17; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
#!/bin/sh -e

for testfile in tests/*.R; do
    echo "BEGIN TEST $testfile"
    LC_ALL=C R --no-save < $testfile
done