Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning when compiling cogscimodels (devtools::load_all()) #50

Open
FlorianSeitz opened this issue Apr 28, 2020 · 1 comment
Open

Warning when compiling cogscimodels (devtools::load_all()) #50

FlorianSeitz opened this issue Apr 28, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@FlorianSeitz
Copy link
Collaborator

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

@FlorianSeitz FlorianSeitz added the enhancement New feature or request label Apr 28, 2020
@FlorianSeitz
Copy link
Collaborator Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants