Displaying 20 results from an estimated 200 matches similar to: "Dependency problem for "hasArg""
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")
2004 Jun 28
2
Problem with hasArg and the ... argument (PR#7027)
Full_Name: Jelle Goeman
Version: 1.9.0
OS: mingw32, windows 2000
Submission from: (NULL) (145.88.209.33)
Hi Everyone,
I get very strange results using the function hasArg with the ... function
argument. In my own function:
> gt <- globaltest(X,Y)
> sampling(gt)
works fine, but
> sampling(globaltest(X,Y))
results in:
Error in eval(expr, envir, enclos) : "missing"
2004 Jan 23
1
Problem with hasArg() using R-files
Please do give reproducible example. The code you gave, which you claimed
`works correctly' doesn't:
> SDT.Optim <- function(crit = NULL, Hess = F)
+ {
+ q <- length(par); x <- data
+ if(hasArg(crit))
+ cat("\n Crit present\n")
+ else
+
2013 Jan 10
0
hydroPSO 0.3-0 on CRAN
Dear R and hydrological/environmental community,
A major release of hydroPSO is now available on CRAN. This new release:
-) implements the Standard Particle Swarm 2011 (SPSO-2011)
-) is parallel-capable, to alleviate the computational burden of
complex models with "long" execution time
-) has an improved performance (33% - 38% faster)
-) allows normalization, when the parameter space
2013 Jan 10
0
hydroPSO 0.3-0 on CRAN
Dear R and hydrological/environmental community,
A major release of hydroPSO is now available on CRAN. This new release:
-) implements the Standard Particle Swarm 2011 (SPSO-2011)
-) is parallel-capable, to alleviate the computational burden of
complex models with "long" execution time
-) has an improved performance (33% - 38% faster)
-) allows normalization, when the parameter space
2012 Apr 18
0
new package: hydroPSO 0.1-54-1
Dear R and hydrological/environmental community,
I would like to draw your attention to hydroPSO, a newly developed R
package for the calibration/optimisation of (complex) environmental models.
hydroPSO implements a state-of-the-art Particle Swarm Optimisation (PSO)
algorithm, which is a global optimisation technique with a surge of
attention given its flexibility, ease of implementation and
2012 Apr 18
0
new package: hydroPSO 0.1-54-1
Dear R and hydrological/environmental community,
I would like to draw your attention to hydroPSO, a newly developed R
package for the calibration/optimisation of (complex) environmental models.
hydroPSO implements a state-of-the-art Particle Swarm Optimisation (PSO)
algorithm, which is a global optimisation technique with a surge of
attention given its flexibility, ease of implementation and
2010 Oct 18
0
new packages: hydroTSM 0.2-0 and hydroGOF 0.2-0
Dear R and hydrological community,
The first public (beta) release of two new R packages are now available
on CRAN:
############
# hydroTSM #
############
1) hydroTSM is a package for management and analysis of hydrological
time series:
http://cran.r-project.org/web/packages/hydroTSM/
hydroTSM includes S3 functions for management, analysis, interpolation
and plot of hydrological time series,
2010 Oct 18
0
new packages: hydroTSM 0.2-0 and hydroGOF 0.2-0
Dear R and hydrological community,
The first public (beta) release of two new R packages are now available
on CRAN:
############
# hydroTSM #
############
1) hydroTSM is a package for management and analysis of hydrological
time series:
http://cran.r-project.org/web/packages/hydroTSM/
hydroTSM includes S3 functions for management, analysis, interpolation
and plot of hydrological time series,
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),
-) ubRMSE (Entekhabi et al.,
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),
-) ubRMSE (Entekhabi et al.,
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
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
2008 Aug 22
0
R CMD check warning "no visible binding for global variable" and hasArg()
Hi R-devels,
latetely I reported having problems with understanding warnings
issued by a devel version of R CMD check, which Brian Ripley in
his reply
https://stat.ethz.ch/pipermail/r-devel/2008-August/050493.html
correctly attributed to my using an outdated version (July 29)
--- you really have to be quick with updating these days!
Having switched to a more recent version, R CMD check
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'
2015 Jul 22
2
[LLVMdev] (no subject)
Hello,
I have tried a lot fix this error but am not able to can you please
find me a solution am trying to compile the SAFECode in Cygwin Environment
to work for windows.
used make -j4 command to make the files in cygwin i have got this error
make[5]: Leaving directory
'/home/uidr7475/Work/LLVM_OBJ/projects/safecode/tools/clang/include'
/usr/bin/cp: cannot stat
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 thanks
Ed
2011 Oct 07
1
modify "..." (optional args)
Hi all,
Is there a way to modify the optional arguments (...) passed to a
function, so that these can be passed in modified form to a subsequent
function call? I checked "Programming with Data" but could not find a
solution there.
What I'd like is something along these lines:
test <- function(x,y,...) {
if(!hasArg(xlab)) { ___add xlab to ...___ }
if(hasArg(xlab)) {
2003 Sep 16
7
Retrieve ... argument values
Dear R users,
I want to retrieve "..." argument values within a function. Here is a small
exmaple:
myfunc <- function(x, ...)
{
if (hasArg(ylim)) a <- ylim
plot(x, ...)
}
x <- rnorm(100)
myfunc(x, ylim=c(-0.5, 0.5))
Error in myfunc(x, ylim = c(-0.5, 0.5)) : Object "ylim" not found
>
I need to retrieve values of "ylim" (if it is defined
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,