Displaying 12 results from an estimated 12 matches for "trysilent".
2003 Jan 08
1
try.Silent
...out that there is no restrictive reason to be in this package.
I did not know about this function and just incorporate it in several
functions of the geoR package where a much less elegant solution was
being used.
I guess other packages could use it as well.
Therefore, would be an idea to move trySilent() to `base' ?
Cheers
P.J.
--
Paulo Justiniano Ribeiro Jr
Departamento de EstatÃstica
Universidade Federal do Paraná
Caixa Postal 19.081
CEP 81.531-990
Curitiba, PR - Brasil
Tel: (+55) 41 361 3471
Fax: (+55) 41 361 3141
e-mail: Paulo.Ribeiro@est.ufpr.br
http://www.est.ufpr.br/~paulojus (p...
2009 Mar 09
3
E`<`<rrors in recursive default argument references
Tested in: R version 2.8.1 (2008-12-22) / Windows
Recursive default argument references normally give nice clear errors.
In the first set of examples, you get the error:
Error in ... :
promise already under evaluation: recursive default argument
reference or earlier problems?
(function(a = a) a ) ()
(function(a = a) c(a) ) ()
(function(a = a) a[1] ) ()
(function(a = a)
2003 Nov 29
3
performance gap between R 1.7.1 and 1.8.0
Dear R-help,
A colleague of mine was running some code on two of our boxes, and noticed a
rather large difference in running time. We've so far isolated the problem
to the difference between R 1.7.1 and 1.8.0, but not more than that. The
exact same code took 933.5 seconds in 1.7.1, and 3594.4 seconds in 1.8.1, on
the same box.
Basically, the code calls boot() to bootstrap fitting mixture
2010 Apr 22
2
R2.11.0 - rasterImage() and barplot fill-patterns
...e defunct.
>
> o stats::clearNames() is defunct: use unname().
>
> o Basic regular expressions are defunct, and strsplit(), grep(),
> grepl(), sub(), gsub(), regexpr() and gregexpr() no longer
> have an 'extended' argument.
>
> o methods::trySilent() is defunct.
>
> o index.search() (which was deprecated in 2.10.0) is no longer
> exported and has a different argument list.
>
> o Use of multiple arguments to return() is now defunct.
>
> o The use of UseMethod() with more than two arguments is now defu...
2010 Apr 22
0
R 2.11.0 is released
...o Bundles of packages are defunct.
o stats::clearNames() is defunct: use unname().
o Basic regular expressions are defunct, and strsplit(), grep(),
grepl(), sub(), gsub(), regexpr() and gregexpr() no longer
have an 'extended' argument.
o methods::trySilent() is defunct.
o index.search() (which was deprecated in 2.10.0) is no longer
exported and has a different argument list.
o Use of multiple arguments to return() is now defunct.
o The use of UseMethod() with more than two arguments is now defunct.
o In the 'me...
2010 Apr 22
0
R 2.11.0 is released
...o Bundles of packages are defunct.
o stats::clearNames() is defunct: use unname().
o Basic regular expressions are defunct, and strsplit(), grep(),
grepl(), sub(), gsub(), regexpr() and gregexpr() no longer
have an 'extended' argument.
o methods::trySilent() is defunct.
o index.search() (which was deprecated in 2.10.0) is no longer
exported and has a different argument list.
o Use of multiple arguments to return() is now defunct.
o The use of UseMethod() with more than two arguments is now defunct.
o In the 'me...
2009 Oct 26
0
R 2.9.0 is released
...ALSE) are deprecated in
strsplit, grep and friends. There is a precise POSIX standard
for them, but it is not what recent RE engines implement, and
it seems that in almost all cases package authors intended
fixed = TRUE when using extended = FALSE.
o methods::trySilent() is deprecated for try(*, silent=TRUE) or
- more efficiently and flexibly - something like
tryCatch(*, error = function(e) e).
o index.search() is deprecated: there are no longer directories of
types other than 'help'.
INSTALLATION
o cairo >= 1.2...
2009 Oct 26
0
R 2.9.0 is released
...ALSE) are deprecated in
strsplit, grep and friends. There is a precise POSIX standard
for them, but it is not what recent RE engines implement, and
it seems that in almost all cases package authors intended
fixed = TRUE when using extended = FALSE.
o methods::trySilent() is deprecated for try(*, silent=TRUE) or
- more efficiently and flexibly - something like
tryCatch(*, error = function(e) e).
o index.search() is deprecated: there are no longer directories of
types other than 'help'.
INSTALLATION
o cairo >= 1.2...
2009 Oct 26
0
R 2.10.0 is released
...ALSE) are deprecated in
strsplit, grep and friends. There is a precise POSIX standard
for them, but it is not what recent RE engines implement, and
it seems that in almost all cases package authors intended
fixed = TRUE when using extended = FALSE.
o methods::trySilent() is deprecated for try(*, silent=TRUE) or
- more efficiently and flexibly - something like
tryCatch(*, error = function(e) e).
o index.search() is deprecated: there are no longer directories of
types other than 'help'.
INSTALLATION
o cairo >= 1.2...
2009 Oct 26
0
R 2.10.0 is released
...ALSE) are deprecated in
strsplit, grep and friends. There is a precise POSIX standard
for them, but it is not what recent RE engines implement, and
it seems that in almost all cases package authors intended
fixed = TRUE when using extended = FALSE.
o methods::trySilent() is deprecated for try(*, silent=TRUE) or
- more efficiently and flexibly - something like
tryCatch(*, error = function(e) e).
o index.search() is deprecated: there are no longer directories of
types other than 'help'.
INSTALLATION
o cairo >= 1.2...
2013 Apr 03
0
R 3.0.0 is released
...categpry(), clearNames(), gammaCody(), glm.fit.null(),
lm.fit.null(), lm.wfit.null(), manglePackageNames(),
mauchley.test(), package.contents(), print.coefmat(),
reshapeLong(), reshapeWide(), tkclose(), tkcmd(), tkfile.dir(),
tkfile.tail(), tkopen(), tkputs(), tkread(), trySilent() and
zip.file.extract() have been removed entirely (but are still
documented in the help system).
o The unused dataPath argument to attachNamespace() has been
removed.
o grid.prompt() has been removed: use devAskNewPage() instead.
o The long-deprecated intensities...
2013 Apr 03
0
R 3.0.0 is released
...categpry(), clearNames(), gammaCody(), glm.fit.null(),
lm.fit.null(), lm.wfit.null(), manglePackageNames(),
mauchley.test(), package.contents(), print.coefmat(),
reshapeLong(), reshapeWide(), tkclose(), tkcmd(), tkfile.dir(),
tkfile.tail(), tkopen(), tkputs(), tkread(), trySilent() and
zip.file.extract() have been removed entirely (but are still
documented in the help system).
o The unused dataPath argument to attachNamespace() has been
removed.
o grid.prompt() has been removed: use devAskNewPage() instead.
o The long-deprecated intensities...