library(hms)
Hi: install.packages("hms") should work if you have R installed along with
an internet connection.
When you do above, if you get a message about other packages needing to be
installed, then use
install.packages("hms", dependencies = TRUE).
On Wed, Mar 17, 2021 at 1:08 PM Gregory Coats via R-help <
r-help at r-project.org> wrote:
On my MacBook, I do not have, and do not know how to install, library(hms). Greg Coats
library(hms)
Error in library(hms) : there is no package called ?hms?
Install.libraries(?hms?)
Error: unexpected input in "Install.libraries(?"
[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.