Hi! I'm taking The Analytics Edge course (certified) on EdX. It's my first time using R and I ran into some trouble with the second assignment. I am currently using R 3.2.0 GUI 1.65 Mavericks build as this is the version we were asked to download.
I'm trying to install the zoo package and i've done the ff:
'''install.packages('zoo_1.8-8.tgz', repos = NULL, type="source")
Installing package into '/Users/mlv/Library/R/3.2/library'
(as 'lib' is unspecified)
During startup - Warning messages:
1: Setting LC_CTYPE failed, using "C"
2: Setting LC_TIME failed, using "C"
3: Setting LC_MESSAGES failed, using "C"
4: Setting LC_MONETARY failed, using "C"
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2020a.1.0/zoneinfo/Asia/Manila'
- installing binary package 'zoo' ...
- DONE (zoo)'''
3. install.packages('zoo',repos='http://cran.us.r-project.org')
When I answered Y, the installer ran but I got the error "Can't install the software because it is not currently available from the Software Update Server"
Any help would be much appreciated