Closed hol430 closed 4 years ago
Hi Drew,
yep, thanks for the report. I fixed the pb (b11ab5f and 17d3631), should work well now. Just note that using dependencies=NA (the default) in install_github should be enough to install all the packages needed to run CroptimizR. Using dependencies=TRUE will install additional packages (those listed in Suggests section of the DESCRIPTION file) that may not be of interest for all your users (e.g. packages related to Stics).
all the best, Samuel
Ahh, yes the dependencies=TRUE was causing the problem. Thanks for letting me know - and for the quick fix.
Unable to install package
Hi all, I'm having some trouble installing the package on a new machine today:
Expected Behavior
I can install the package
Current Behavior
Unable to install the package
Failure Information (for bugs)
There seems to be a cyclic dependency between this package (CroptimizR) and SticksRPacks. These two packages both list the other in their DESCRIPTION file. No idea if this is a good or bad thing in R.
Example:
R code:
Output (note that this is being exeucted by another tool (apsim), so the stdout and stderr are separated):
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.