search for: hydrogof

Displaying 13 results from an estimated 13 matches for "hydrogof".

2024 Jan 22
0
hydroGOF back on CRAN (v0.5-4 released)
Dear all, After being archived on CRAN on 2023-10-16 , hydroGOF is finally back on CRAN since January 21th: https://cran.r-project.org/package=hydroGOF. This new version 0.5-4 includes: *) the following new functions: -) KGElf (Garc?a et al., 2017), -) sKGE (Fowler et al., 2018), -) KGEnp (Pool et al., 2018), -) dr (Willmott et al., 2012),...
2024 Jan 22
0
hydroGOF back on CRAN (v0.5-4 released)
Dear all, After being archived on CRAN on 2023-10-16 , hydroGOF is finally back on CRAN since January 21th: https://cran.r-project.org/package=hydroGOF. This new version 0.5-4 includes: *) the following new functions: -) KGElf (Garc?a et al., 2017), -) sKGE (Fowler et al., 2018), -) KGEnp (Pool et al., 2018), -) dr (Willmott et al., 2012),...
2010 Oct 18
0
new packages: hydroTSM 0.2-0 and hydroGOF 0.2-0
...nthly / seasonal / annual time series. The focus of this package has been put in providing a collection of functions useful for the daily work of hydrologists, and although an effort was made to optimise each function as much as possible, functionality has had priority over speed. ############ # hydroGOF # ############ 2) hydroGOF is a package for comparison of simulated and observed hydrological time series: http://cran.r-project.org/web/packages/hydroGOF/ hydroGOF includes S3 functions implementing both statistical and graphical goodness-of-fit measures between observed and simulated values, m...
2010 Oct 18
0
new packages: hydroTSM 0.2-0 and hydroGOF 0.2-0
...nthly / seasonal / annual time series. The focus of this package has been put in providing a collection of functions useful for the daily work of hydrologists, and although an effort was made to optimise each function as much as possible, functionality has had priority over speed. ############ # hydroGOF # ############ 2) hydroGOF is a package for comparison of simulated and observed hydrological time series: http://cran.r-project.org/web/packages/hydroGOF/ hydroGOF includes S3 functions implementing both statistical and graphical goodness-of-fit measures between observed and simulated values, m...
2011 Sep 02
0
hydroTSM 0.3-0 and hydroGOF 0.3-0
Dear R users and hydrological/environmental community, I'm glad to announce that a major (and recommended) update for the packages hydroTSM and hydroGOF are now available on CRAN: -) hydroTSM: http://cran.r-project.org/web/packages/hydroTSM/ -) hydroGOF: http://cran.r-project.org/web/packages/hydroGOF/ ################### # hydroTSM v0.3-0 # ################### hydroTSM is a package for management, analysis, interpolation and plotting of time...
2011 Sep 02
0
hydroTSM 0.3-0 and hydroGOF 0.3-0
Dear R users and hydrological/environmental community, I'm glad to announce that a major (and recommended) update for the packages hydroTSM and hydroGOF are now available on CRAN: -) hydroTSM: http://cran.r-project.org/web/packages/hydroTSM/ -) hydroGOF: http://cran.r-project.org/web/packages/hydroGOF/ ################### # hydroTSM v0.3-0 # ################### hydroTSM is a package for management, analysis, interpolation and plotting of time...
2011 Nov 08
1
Building package problem
Dear R-users I am trying to recompile a CRAN package on Windows 32. Rtools for 2.14 (that is the version I am running) and miktex were sucessfully installed on my machine. Problems: a) hydroGOF is a CRAN package, but R CMD check does not work on it. C:\Users\eduardo\Documents\R_tests2>R CMD check hydroGOF * using log directory 'C:/Users/eduardo/Documents/R_tests2/hydroGOF.Rcheck' * using R version 2.14.0 (2011-10-31) * using platform: i386-pc-mingw32 (32-bit) * using session c...
2011 Nov 13
1
hydroTSm-hydroGOF
Por favor podrian ayudarme con esos paquetes (hydroTSm-hydroGOF), si tienen algunas ayudas con las escrituras para ejecutar los comandos de cada uno de ellos seria excelente, necesito mucha ayuda en esto, desde ya muchas gracias saludos -- *Diego G. Mejía V. Medio Ambiente-Universidad Nacional de Loja* *Grupo de Ciencias de la Tierra y del Ambiente (GCTA)* *...
2012 Jul 02
1
Dependency problem for "hasArg"
...quot;myRscript.R") I do not get any error. As you can see in the error message, the function 'plot_results' calls 'plot_out' (both in the hydroPSO package). Then 'plot_out' calls the function 'ggof', which in turn calls 'plot2' (the latter 2 in the hydroGOF package), and 'plot2' has a call to 'hasArg'. The package 'hydroGOF' exports all its functions by using: exportPattern("^[^\\.]") At the other hand, the package 'hydroPSO' does not import any function of the 'hydroGOF' package, because the call...
2011 Oct 04
1
Problems loading package hydroTSM
Hello I have the following problem when loading the package hydroGOF on Windows 7 running R.12.2 library(hydroGOF) Error : package 'hydroTSM' does not have a name space Error: package/namespace load failed for 'hydroGOF' The same command does not result in error on R.13.1 at my Mac running Lion. Have I done something wrong? Many th...
2012 May 02
1
--as-cran error
Dear List, While using the --as-cran option for checking one of my packages: R CMD check --as-cran hydroGOF_0.3-3.tar.gz I got the following error message: pkgname <- "hydroGOF" > source(file.path(R.home("share"), "R", "examples-header.R")) > options(warn = 1) > library('hydroGOF') Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) :...
2012 Nov 29
0
What am I missing when using zoo on version 2.15?
Hello I am running R versions 2.13 and 2.15. One of my codes run ok on 2.13 but on 2.15. I have tried to understand what is wrong but come up with nothing. Here is the code rm(list=ls()) graphics.off() library(R.matlab) library(zoo); library(xts); library(lattice); library(hydroGOF); a=readMat("exemplo_narmax_Aimores_MISO.mat") predicoes=zoo(cbind(a$predicoes[,,1]$Real,a$predicoes[,,1]$Predito),as.Date( a$predicoes[,,1]$data)) names(predicoes)=c("Real","Predito") ggof(obs=predicoes$Real,sim=predicoes$Predito,main="Predicao Vazao -...
2012 Apr 15
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * disclapmix (0.1) Maintainer: Mikkel Meyer Andersen Author(s): Mikkel Meyer Andersen and Poul Svante Eriksen License: GPL-2 http://crantastic.org/packages/disclapmix disclapmix makes inference in a mixture of Discrete Laplace distributions using the EM algorithm. * EstSimPDMP (1.1) Maintainer: Unknown Author(s):