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
Warning messages:
1: In (function (dep_name, dep_ver = "*") :
Need matlib >= 0.9.3 but loaded version is 0.9.2
2: replacing previous import ‘cognitiveutils::akaike_weight’ by ‘cogsciutils::akaike_weight’ when loading ‘cognitivemodels’
3: replacing previous import ‘cognitiveutils::cr_argmax’ by ‘cogsciutils::cr_argmax’ when loading ‘cognitivemodels’
4: replacing previous import ‘cognitiveutils::cr_epsilon’ by ‘cogsciutils::cr_epsilon’ when loading ‘cognitivemodels’
5: replacing previous import ‘cognitiveutils::cr_luce’ by ‘cogsciutils::cr_luce’ when loading ‘cognitivemodels’
6: replacing previous import ‘cognitiveutils::cr_softmax’ by ‘cogsciutils::cr_softmax’ when loading ‘cognitivemodels’
7: In loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ‘matlib’ 0.9.2 is already loaded, but >= 0.9.3 is required
The text was updated successfully, but these errors were encountered:
@JanaJarecki
The amount of warnings diminished significantly. I still get the following:
Loading cognitivemodels
Warning messages:
1: In (function (dep_name, dep_ver = "*") :
Need matlib >= 0.9.3 but loaded version is 0.9.2
2: In loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ‘matlib’ 0.9.2 is already loaded, but >= 0.9.3 is required
I guess this is okay, as you wrote in the text that users need the latest version of matlib.
Warning messages:
1: In (function (dep_name, dep_ver = "*") :
Need matlib >= 0.9.3 but loaded version is 0.9.2
2: replacing previous import ‘cognitiveutils::akaike_weight’ by ‘cogsciutils::akaike_weight’ when loading ‘cognitivemodels’
3: replacing previous import ‘cognitiveutils::cr_argmax’ by ‘cogsciutils::cr_argmax’ when loading ‘cognitivemodels’
4: replacing previous import ‘cognitiveutils::cr_epsilon’ by ‘cogsciutils::cr_epsilon’ when loading ‘cognitivemodels’
5: replacing previous import ‘cognitiveutils::cr_luce’ by ‘cogsciutils::cr_luce’ when loading ‘cognitivemodels’
6: replacing previous import ‘cognitiveutils::cr_softmax’ by ‘cogsciutils::cr_softmax’ when loading ‘cognitivemodels’
7: In loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ‘matlib’ 0.9.2 is already loaded, but >= 0.9.3 is required
The text was updated successfully, but these errors were encountered: