Hi Rers: Is there anything I can check for as to why I cannot install several packages, i.e., sample, resample, resample_bootstrap, apply, sapply, ...? The error message I get is:>install.packages("sample") Installing package into?C:/Users/BruceRatner/Documents/R/win-library/3.3? (as ?lib? is unspecified) Warning in install.packages : package ?sample? is not available (for R version 3.3.3) Thanks. Bruce
Doran, Harold
2017-Apr-10 17:11 UTC
[R] Too strange that I cannot install several packages
You really need to stop spamming this list and take time to learn R basics. You sent me emails directly on this and asked me this specific question before. These are not packages, but are functions and you do not work with R this way. -----Original Message----- From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of BR_email Sent: Monday, April 10, 2017 1:08 PM To: r-help at r-project.org Subject: [R] Too strange that I cannot install several packages Hi Rers: Is there anything I can check for as to why I cannot install several packages, i.e., sample, resample, resample_bootstrap, apply, sapply, ...? The error message I get is:>install.packages("sample") Installing package into?C:/Users/BruceRatner/Documents/R/win-library/3.3? (as ?lib? is unspecified) Warning in install.packages : package ?sample? is not available (for R version 3.3.3) Thanks. Bruce ______________________________________________ R-help at 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.
Simmering, Jacob E
2017-Apr-10 17:15 UTC
[R] Too strange that I cannot install several packages
Bruce, `sample` doesn?t appear to be an R package. `resample` installed for me. `apply` and `sapply` aren?t packages either. `sample`, `apply` and `sapply` are all functions, however.> On Apr 10, 2017, at 12:08 PM, BR_email <br at dmstat1.com> wrote: > > Hi Rers: > Is there anything I can check for as to why I cannot install several packages, i.e., sample, resample, resample_bootstrap, apply, sapply, ...? > > The error message I get is: > >> install.packages("sample") Installing package into > ?C:/Users/BruceRatner/Documents/R/win-library/3.3? (as ?lib? is unspecified) Warning in install.packages : > package ?sample? is not available (for R version 3.3.3) > > > Thanks. > Bruce > > ______________________________________________ > R-help at 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.
Thanks, Jacob. Bruce Simmering, Jacob E wrote:> Bruce, > > `sample` doesn?t appear to be an R package. `resample` installed for me. `apply` and `sapply` aren?t packages either. > > `sample`, `apply` and `sapply` are all functions, however. > > > >> On Apr 10, 2017, at 12:08 PM, BR_email <br at dmstat1.com> wrote: >> >> Hi Rers: >> Is there anything I can check for as to why I cannot install several packages, i.e., sample, resample, resample_bootstrap, apply, sapply, ...? >> >> The error message I get is: >> >>> install.packages("sample") Installing package into >> ?C:/Users/BruceRatner/Documents/R/win-library/3.3? (as ?lib? is unspecified) Warning in install.packages : >> package ?sample? is not available (for R version 3.3.3) >> >> >> Thanks. >> Bruce >> >> ______________________________________________ >> R-help at 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.
Bruce Ratner PhD
2017-Apr-10 18:12 UTC
[R] Too strange that I cannot install several packages
Dear Harold: If you do not want to answer my questions, then do not reply. Warmest Regards, Bruce ______________ Bruce Ratner PhD The Significant Statistician? (516) 791-3544 Statistical Predictive Analytics -- www.DMSTAT1.com Machine-Learning Data Mining -- www.GenIQ.net> On Apr 10, 2017, at 1:11 PM, Doran, Harold <HDoran at air.org> wrote: > > You really need to stop spamming this list and take time to learn R basics. You sent me emails directly on this and asked me this specific question before. > > These are not packages, but are functions and you do not work with R this way. > > -----Original Message----- > From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of BR_email > Sent: Monday, April 10, 2017 1:08 PM > To: r-help at r-project.org > Subject: [R] Too strange that I cannot install several packages > > Hi Rers: > Is there anything I can check for as to why I cannot install several packages, i.e., sample, resample, resample_bootstrap, apply, sapply, ...? > > The error message I get is: > >> install.packages("sample") Installing package into > ?C:/Users/BruceRatner/Documents/R/win-library/3.3? (as ?lib? is > unspecified) Warning in install.packages : > package ?sample? is not available (for R version 3.3.3) > > > Thanks. > Bruce > > ______________________________________________ > R-help at 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.