Prevent concurrent runs of crantools check on the same R version. This can be done by for instance checking the existence of checks/tmp/ directory, e.g. ../_R-3.2.0devel/matrixStats_0.10.3.CRAN/checks/tmp.
Add 'crantools --force check' that will remove (i) checks/tmp/ and (ii) the ,EmailToCRAN.txt file. Then it'll do crantools check.
Prevent concurrent runs of
crantools check
on the same R version. This can be done by for instance checking the existence ofchecks/tmp/
directory, e.g.../_R-3.2.0devel/matrixStats_0.10.3.CRAN/checks/tmp
.Add 'crantools --force check' that will remove (i)
checks/tmp/
and (ii) the,EmailToCRAN.txt
file. Then it'll docrantools check
.