installing source package ‘hydroGOF’ ...
package ‘hydroGOF’ successfully unpacked and MD5 sums checked
R
data
inst
preparing package for lazy loading
help
* installing help indices
building package indices
installing vignettes
testing if installed package can be loaded
DONE (hydroGOF)
The downloaded source packages are in
‘/tmp/RtmpxILLDO/downloaded_packages’
library(hydroGOF)
Loading required package: zoo
Attaching package: ‘zoo’
The following objects are masked from ‘package:base’:
as.Date, as.Date.numeric
library(PSF)
Error in library(PSF) : there is no package called ‘PSF’
p <- psf(nottem)
Error in psf(nottem) : could not find function "psf"
a <- predict(p, n.ahead = 12)
Error in predict(p, n.ahead = 12) : object 'p' not found
a
Error: object 'a' not found
Attaching package: ‘zoo’
The following objects are masked from ‘package:base’:
I wrote following program:
install.packages("hydroGOF", repos = "http://cran.r-project.org/")
library(hydroGOF) library(PSF)
p <- psf(nottem) a <- predict(p, n.ahead = 12) a
The downloaded source packages are in ‘/tmp/RtmpxILLDO/downloaded_packages’
Attaching package: ‘zoo’
The following objects are masked from ‘package:base’: