[R] Error : '.path.package' is defunct.

2014-09-25 Thread Yuan, Rebecca
Hello all, After this reinstallation of R 3.1.1 and Rstudio 0.98.1028, I have the following error messages whenever I tried to load a library to it: library('zoo') Error : '.path.package' is defunct. Use 'path.package' instead. See help(Defunct) Attaching package: 'zoo' The following objects

Re: [R] Error : '.path.package' is defunct.

2014-09-25 Thread Rui Barradas
Hello, This seems to be an RStudio issue, to load package zoo works on R 3.1.1 on Windows, at least when using RGui. RStudio has its own help list, maybe you should contact them, at https://support.rstudio.com. library(zoo) Attaching package: ‘zoo’ The following objects are masked from

Re: [R] Error : '.path.package' is defunct.

2014-09-25 Thread Marc Schwartz
On Sep 25, 2014, at 1:02 PM, Yuan, Rebecca rebecca.y...@bankofamerica.com wrote: Hello all, After this reinstallation of R 3.1.1 and Rstudio 0.98.1028, I have the following error messages whenever I tried to load a library to it: library('zoo') Error : '.path.package' is defunct. Use