File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ Proper use of this package requires a Julia and DifferentialEquations.jl install
1111This is noted in the installation guide. The Github Actions tests show that on
1212the major operating systems, if this is installed, then the package will successfully
1313pass its tests. However, since these softwares are not available on all of the CRAN
14- computers the tests fail as expected there, and are thus skipped.
15-
16- Previously, the package was archived on CRAN due to accidentally installing
17- Julia on the CRAN computers. Given the comments from the Twitter thread
18- https://twitter.com/ChrisRackauckas/status/1405518810958991361 , the community
19- suggested the fix of using \dontrun instead of \donttest to the offending examples,
20- which is the fix that has been implemented here .
14+ computers the tests fail as expected there, and are thus skipped. Uwe had suggested
15+ updating the CRAN Julia installation, but this will still require a
16+ DifferentialEquations.jl installation, which itself will pull in other binaries,
17+ will be something we will want to be frequently updated, etc. which I can
18+ foresee leading to its own set of issues. Thus we believe the best approach is
19+ to simply \dontrun on CRAN and use our own CI for handling the various
20+ operating systems and binary installations .
2121
2222## R CMD check results
2323
You can’t perform that action at this time.
0 commit comments