R Users: Whenever I fire up R, I now get the following message (red) at the end of the prologue. R version 3.5.1 (2018-07-02) -- "Feather Spray" Copyright (C) 2018 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. Error in loadNamespace(name) : there is no package called ?yaml? How do I get rid of it? Joe [[alternative HTML version deleted]]
On Mon, 30 Jul 2018, JLucke at ria.buffalo.edu wrote:> Error in loadNamespace(name) : there is no package called ?yaml? > How do I get rid of it?Joe, Easiest way is to install it:> install.packages("yaml")Rich
Hello, Maybe R is loading a previously saved session. Check whether you have a file named .RData in your working directory. (This is not a file extension, it's the full filename.) Hope this helps, Rui Barradas ?s 20:14 de 30-07-2018, JLucke at ria.buffalo.edu escreveu:> R Users: > > Whenever I fire up R, I now get the following message (red) at the end of > the prologue. > > R version 3.5.1 (2018-07-02) -- "Feather Spray" > Copyright (C) 2018 The R Foundation for Statistical Computing > Platform: x86_64-w64-mingw32/x64 (64-bit) > > R is free software and comes with ABSOLUTELY NO WARRANTY. > You are welcome to redistribute it under certain conditions. > Type 'license()' or 'licence()' for distribution details. > > R is a collaborative project with many contributors. > Type 'contributors()' for more information and > 'citation()' on how to cite R or R packages in publications. > > Type 'demo()' for some demos, 'help()' for on-line help, or > 'help.start()' for an HTML browser interface to help. > Type 'q()' to quit R. > > Error in loadNamespace(name) : there is no package called ?yaml? > > How do I get rid of it? > Joe > > [[alternative HTML version deleted]] > > ______________________________________________ > 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. >
.RData does not save any info abut previously loaded packages - so this would not cause the problem. Rainer> On 30 Jul 2018, at 21:27, Rui Barradas <ruipbarradas at sapo.pt> wrote: > > Hello, > > Maybe R is loading a previously saved session. > Check whether you have a file named .RData in your working directory. > (This is not a file extension, it's the full filename.) > > Hope this helps, > > Rui Barradas > > ?s 20:14 de 30-07-2018, JLucke at ria.buffalo.edu escreveu: >> R Users: >> Whenever I fire up R, I now get the following message (red) at the end of >> the prologue. >> R version 3.5.1 (2018-07-02) -- "Feather Spray" >> Copyright (C) 2018 The R Foundation for Statistical Computing >> Platform: x86_64-w64-mingw32/x64 (64-bit) >> R is free software and comes with ABSOLUTELY NO WARRANTY. >> You are welcome to redistribute it under certain conditions. >> Type 'license()' or 'licence()' for distribution details. >> R is a collaborative project with many contributors. >> Type 'contributors()' for more information and >> 'citation()' on how to cite R or R packages in publications. >> Type 'demo()' for some demos, 'help()' for on-line help, or >> 'help.start()' for an HTML browser interface to help. >> Type 'q()' to quit R. >> Error in loadNamespace(name) : there is no package called ?yaml? >> How do I get rid of it? >> Joe >> [[alternative HTML version deleted]] >> ______________________________________________ >> 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. >> > > ______________________________________________ > 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.-- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) University of Z?rich Cell: +41 (0)78 630 66 57 email: Rainer at krugs.de Skype: RMkrug PGP: 0x0F52F982 [[alternative HTML version deleted]]