library(hms)
It appears that
install.libraries(?hms?)
is unsuccessful, but that
install.packages(?hms?)
is successful.
install.packages("lubridate")
downloaded 1.5 MB
install.packages("hms")
downloaded 95 KB
install.packages("data.table")
downloaded 2.2 MB
Greg
On Mar 17, 2021, at 1:07 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.