You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
experiment2 is complaining that a particular (earlier) version of SpaDES.core -- which is listed in one of the modules -- is not available, when the installed version is higher.
Also, running spades on the same simLists presents no issues.
## separate spades calls work:
> spades(mySimGLM, debug = TRUE)
Mar10 17:05:58 Using setDTthreads(1). To change: 'options(spades.DTthreads = X)'.
Mar10 17:05:58 chckpn eventTime moduleName eventType eventPriority
Mar10 17:05:58 chckpn 1 checkpoint init 0
Mar10 17:05:58 save 1 save init 0
Mar10 17:05:58 prgrss 1 progress init 0
Mar10 17:05:58 load 1 load init 0
(...)
Mar10 17:07:00 prjctS Saved figure to: D:/GitHub/SpaDES4Dummies/outputs/figures/projRawVals_GLM_Year5.png
Mar10 17:07:01 prjctS Saving 4.37 x 4.24 in image
Mar10 17:07:03 prjctS Saved figure to: D:/GitHub/SpaDES4Dummies/outputs/figures/projPA_GLM_Year5.png
simList saved in
SpaDES.core:::.pkgEnv$.sim
It will be deleted at next spades() call.
> spades(mySimMaxEnt, debug = TRUE)
Mar10 17:02:24 Using setDTthreads(1). To change: 'options(spades.DTthreads = X)'.
Mar10 17:02:24 chckpn eventTime moduleName eventType eventPriority
Mar10 17:02:24 chckpn 1 checkpoint init 0
Mar10 17:02:24 save 1 save init 0
Mar10 17:02:24 prgrss 1 progress init 0
Mar10 17:02:24 load 1 load init 0
Mar10 17:02:24 clmtDt 1 climateData init 1
(...)
Mar10 17:03:32 prjctS Saving 4.37 x 4.24 in image
Mar10 17:03:34 prjctS Saved figure to: D:/GitHub/SpaDES4Dummies/outputs/figures/projRawVals_MaxEnt_Year5.png
Mar10 17:03:35 prjctS Saving 4.37 x 4.24 in image
Mar10 17:03:37 prjctS Saved figure to: D:/GitHub/SpaDES4Dummies/outputs/figures/projPA_MaxEnt_Year5.png
simList saved in
SpaDES.core:::.pkgEnv$.sim
It will be deleted at next spades() call.
## experiment2 fails
> experiment2(MaxEnt = mySimMaxEnt,
+ GLM = mySimGLM,
+ debug = TRUE,
+ replicates = 1)
Error in loadNamespace(pkg) :
there is no package called ‘SpaDES.core (>=1.0.10.9005)’
Note that I'm using the recently PRed version of SpaDES.experiment@development (c594ea3), because there was a big I had to fix earlier.
The text was updated successfully, but these errors were encountered:
CeresBarros
changed the title
experiment2 fails to detect installed pkg version is more recent and fails where spades doesn'texperiment2 fails to detect installed pkg version is more recent and fails where spades doesn't
Mar 11, 2022
Update: I bypassed the issue by adding the PredictiveEcology repo to the SpaDES.core minimum version listed in the module. But it puzzles me that spades didn't need that and experiment2 did.
experiment2
is complaining that a particular (earlier) version ofSpaDES.core
-- which is listed in one of the modules -- is not available, when the installed version is higher.Also, running
spades
on the samesimList
s presents no issues.My session info:
Note that I'm using the recently PRed version of
SpaDES.experiment@development
(c594ea3), because there was a big I had to fix earlier.The text was updated successfully, but these errors were encountered: