Skip to content
Prev 2653 / 12125 Next

[R-pkg-devel] some notes

On 2018-04-24 09:50, Duncan Murdoch wrote:
????? If it becomes infeasible to find smaller datasets, etc., you can 
cut out certain tests with a construct like the following:


if(!fda::CRAN()){
# ... tests to run on other computers but to skip on CRAN.? ...
}


 ????? Obviously, you'll need fda::CRAN.? I found it infeasible to meet 
that requirement and so disabled the tests that violated CRAN's rule on 
this.


 ????? I've been told that this is a suboptimal solution and should be 
avoided.? I agree.


 ????? Hope this helps.
 ????? Spencer Graves