Strange capitalisation warning when trying to update loaded github package
LukasWallrich opened this issue · 1 comments
LukasWallrich commented
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?
andschar commented
I have the same issue. Any progress on that? Loading the package works, but the warnings are distracting.