Please go to:
http://cran.r-project.org/
and start reading. In particular, how to download packages and other software.
-- 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"
Thanks, Bert. This website is comprehensive. So for any kind of packages in
the future, can I just download from this website? I did a search from
google before.
On Tue, Mar 7, 2017 at 12:14 PM, Bert Gunter wrote:
> Huh?
>
> I just installed the Mavericks binary on my OSX Sierra without problems
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 goo
Or if there is another way to get '', 'mm', and 'dd' from time variable
'dd-mm-'? Thanks very much.
On Tue, Mar 7, 2017 at 11:45 AM, lily li wrote:
> Hi R users,
>
> I'd like to ask that where to find the 'lubridate' package for Mac Sierra?
> I downloaded one version for OS X Mavericks
Hi R users,
I'd like to ask that where to find the 'lubridate' package for Mac Sierra?
I downloaded one version for OS X Mavericks binaries, but it does not work.
The error message is as below:
> install.packages("~/Downloads/lubridate_1.6.0.tar.gz", repos = NULL, type
= "source")
ERROR: dependen
5 matches
Mail list logo