[R] R Compied for Mac OS X
William Michels
wjm1 @end|ng |rom c@@@co|umb|@@edu
Fri Jun 26 02:05:11 CEST 2020
Hi, you can try starting at the link below:
https://stat.ethz.ch/R-manual/R-patched/doc/html/packages.html
Or type any of following commands into your R-Console (for starters):
> library()
> library(help="base")
> library(help="stats")
> library(help="graphics")
> library(help="grDevices")
> library(help="utils")
> library(help="datasets")
> library(help="methods")
>
HTH, Bill.
W. Michels, Ph.D.
On Thu, Jun 25, 2020 at 4:09 PM Gregory Coats via R-help
<r-help using r-project.org> wrote:
>
> Today, I downloaded, and installed the June 6, 2020 version of R, from the CRAN official site at Carnegie Mellon University. Unfortunately, while the CMU compiled Mac OS X R application provides access to base R stat functions, like mean, it does not provide me with access to any of R’s more advanced functions like movavg, and ggplot.
> From where can I download a more complete R executable, compiled for Mac OS X?
> Greg Coats
>
> http://lib.stat.cmu.edu/R/CRAN/ <http://lib.stat.cmu.edu/R/CRAN/>
> Download R for (Mac) OS X
> R-4.0.2.pkg (notarized and signed)
> > version
> platform x86_64-apple-darwin17.0
> arch x86_64
> os darwin17.0
> system x86_64, darwin17.0
> status
> major 4
> minor 0.1
> year 2020
> month 06
> day 06
> svn rev 78648
> language R
> version.string R version 4.0.1 (2020-06-06)
> nickname See Things Now
> > mean
> function (x, ...)
> UseMethod("mean")
> <bytecode: 0x7ffe5d0f0c60>
> <environment: namespace:base>
> > movavg
> Error: object 'movavg' not found
> > ggplot
> Error: object 'ggplot' not found
> >
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help using 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.
More information about the R-help
mailing list