File: rcheck.sh

package info (click to toggle)
isospec 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,472 kB
  • sloc: cpp: 9,530; python: 2,095; makefile: 180; ansic: 100; sh: 88
file content (6 lines) | stat: -rwxr-xr-x 151 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/bin/bash

cd $(git rev-parse --show-toplevel)
rm -rf IsoSpecR_*.tar.gz IsoSpecR.Rcheck
R CMD build IsoSpecR
R CMD check IsoSpecR_*.tar.gz --as-cran