sashahafner / biogas

Tools for biogas research in R: process biogas data and predict biogas production
14 stars 4 forks source link

&& problem in R-devel check #21

Closed sashahafner closed 4 years ago

sashahafner commented 5 years ago

Last time I tried, package did not pass CRAN tests on R-devel because of this issue. Best option would be to get rid of all of the && and || operators if possible. I am not sure which ones remain.

sashahafner commented 4 years ago

For v. 1.23 the R devel issue seemed to be in checkArgs. . .() function, issue with classes with length > 1. But I did a very thorough check/replacement in cumBg() if() statements to avoid length > 1 in logical results. This included a switch to && and some indexing. Is not an issue at the moment.