Re: [R] package forecast is not working properly

2015-07-02 Thread Uwe Ligges
On 01.07.2015 14:51, Magda Joana Silva wrote: Hello all, I just installed "forecast" package but I have the following error when I try to load the library: library("forecast") Loading required package: zoo Attaching package: ‘zoo’ The following objects are masked from ‘package:base’:

Re: [R] package forecast is not working properly

2015-07-02 Thread David Winsemius
This has been reported once on rhelp and once on StackOverflow and both times the advice to update to R 3.2.1 was effective in removing the difficulty. (You did get a warning.) R 3.2.1 changed the number of arguments to nchar and this was announced in the NEWS. -- David. On Jul 1, 2015, at

[R] package forecast is not working properly

2015-07-01 Thread Magda Joana Silva
Hello all, I just installed "forecast" package but I have the following error when I try to load the library: > library("forecast") Loading required package: zoo Attaching package: ‘zoo’ The following objects are masked from ‘package:base’: as.Date, as.Date.numeric Loading required packa