trinker / pacman

A package management tools for R
314 stars 37 forks source link

Strange capitalisation warning when trying to update loaded github package #133

Open LukasWallrich opened 4 years ago

LukasWallrich commented 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?

andschar commented 3 years ago

I have the same issue. Any progress on that? Loading the package works, but the warnings are distracting.