Open LukasWallrich opened 4 years ago
When I run pacman::p_load_current_gh("lukaswallrich/rNuggets", dependencies = FALSE) while rNuggets is loaded, I get the following warning message:
Warning message: In p_install_gh(package, dependencies = dependencies, ...) : The following may have incorrect capitalization specification: rNuggets
When the package is up-to-date or unloaded, the warning does not appear. This should probably be replaced by a more appropriate warning?
I have the same issue. Any progress on that? Loading the package works, but the warnings are distracting.
When I run pacman::p_load_current_gh("lukaswallrich/rNuggets", dependencies = FALSE) while rNuggets is loaded, I get the following warning message:
When the package is up-to-date or unloaded, the warning does not appear. This should probably be replaced by a more appropriate warning?