[R] R base packages

Rich Calaway richcala at microsoft.com
Mon Oct 23 23:19:51 CEST 2017


This will give you a list of the current base packages:

priority <- installed.packages()[,"Priority"]
names(priority)[priority %in% "base"]

Change "base" to "recommended" to see the current recommended packages.

The base packages are part of R, they are not available separately. If you try to install one, you'll see a warning such as the following:

2: package 'compiler' is a base package, and should not be updated

Cheers,

Rich Calaway
Microsoft R Team

-----Original Message-----
From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Bert Gunter
Sent: Monday, October 23, 2017 12:50 PM
To: Rene J Suarez-Soto <rene.j.suarez at gmail.com>
Cc: R-help <r-help at r-project.org>
Subject: Re: [R] R base packages

?library

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 Mon, Oct 23, 2017 at 11:36 AM, Rene J Suarez-Soto < rene.j.suarez at gmail.com> wrote:

> I installed R 3.4.2 (Windows) and noticed that 30 folders are under my 
> R_HOME/library folder. I assume all of these are R base packages. Is 
> this correct? Where can I see a list of current R base packages? Also; 
> are R base packages also in CRAN? and are these packages updated only 
> when a new version of R is released or can the be updated at a 
> different time? Thanks
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstat.
> ethz.ch%2Fmailman%2Flistinfo%2Fr-help&data=02%7C01%7Crichcala%40micros
> oft.com%7Ca2db429d766c4519841008d51a4f4ed1%7C72f988bf86f141af91ab2d7cd
> 011db47%7C1%7C0%7C636443850296347312&sdata=3BPg6KXz7hpnY1P69pQ6O6h2%2B
> 3A1W5dfT4Rwpi9UCgE%3D&reserved=0 PLEASE do read the posting guide 
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.R-
> project.org%2F&data=02%7C01%7Crichcala%40microsoft.com%7Ca2db429d766c4
> 519841008d51a4f4ed1%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C63644
> 3850296347312&sdata=znCtjImoj3%2FytzeIyJ6x1qVJ1nCYzPptoyz2n7M%2FhMg%3D
> &reserved=0
> posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

	[[alternative HTML version deleted]]

______________________________________________
R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstat.ethz.ch%2Fmailman%2Flistinfo%2Fr-help&data=02%7C01%7Crichcala%40microsoft.com%7Ca2db429d766c4519841008d51a4f4ed1%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636443850296347312&sdata=3BPg6KXz7hpnY1P69pQ6O6h2%2B3A1W5dfT4Rwpi9UCgE%3D&reserved=0
PLEASE do read the posting guide https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.R-project.org%2Fposting-guide.html&data=02%7C01%7Crichcala%40microsoft.com%7Ca2db429d766c4519841008d51a4f4ed1%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636443850296347312&sdata=Jch5hvNbcJDIwJ4OFI9snayCkSuptZr7CfLz1DuLIy0%3D&reserved=0
and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list