Skip to content
Prev 367578 / 398500 Next

About installing the lubridate package

Huh?

I just installed the Mavericks binary on my OSX Sierra without problems:

install.packages("lubridate", repos='https://cran.revolutionanalytics.com')

A google search would have found this essentially instantly!

As for native R functions for parsing dates: of course!

?strptime

Again, a google search would have found this (e.g. on "parse dates in
R"). Please make a minimal effort to search before posting such "where
do I find" queries here.

Cheers,
Bert


Bert Gunter

"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Tue, Mar 7, 2017 at 10:45 AM, lily li <chocold12 at gmail.com> wrote: