search for: retracemem

Displaying 10 results from an estimated 10 matches for "retracemem".

2010 May 14
1
debugging substitute function in R 2.11
...({ : unused argument(s) (list = list(member = as.name(member), property = property, fcn = as.name(property))) ****** This seems to be due to a change in the substitute function in R 2.11, as described in the release notes: ****** Primitive functions UseMethod(), attr(), attr<-(), on.exit(), retracemem() and substitute() now use standard argument matching (rather than positional matching). This means that all multi-argument primitives which are not internal now use standard argument matching except where positional matching is desirable (as for switch(), call(), .C() ...). ****** I've t...
2010 May 05
1
testInstalledBasic question
...imTrace", ".primUntrace", "lazyLoadDBfetch", + ".Internal", ".Primitive", "^", "|", "%*%", "rep", "seq.int", + ## these may not be enabled + "tracemem", "retracemem", "untracemem") > > for(f in ls(.GenericArgsEnv, all.names=TRUE)[-(1:15)]) + { + if (f %in% except) next + g <- get(f, envir = .GenericArgsEnv) + an <- names(formals(args(g))) + if(length(an) >0 && an[1] == "...") next + an <-...
2011 Jun 29
0
Error in testInstalledBasic
...testing non-generic 'nzchar' testing non-generic 'oldClass' testing non-generic 'oldClass<-' testing non-generic 'on.exit' testing non-generic 'pos.to.env' testing non-generic 'proc.time' testing non-generic 'quote' testing non-generic 'retracemem' testing non-generic 'seq_along' testing non-generic 'seq_len' testing non-generic 'standardGeneric' testing non-generic 'storage.mode<-' testing non-generic 'substitute' testing non-generic 'switch' testing non-generic 'tracemem' testi...
2011 Sep 30
0
R 2.13.2 is released
...compliant. o filter(x, recursive = TRUE) gave incorrect results on a series containing NAs. (Spotted by Bill Dunlap.) o Profiling stats::mle() fits with a fixed parameter was not supported. (https://bugs.R-project.org/bugzilla3/show_bug.cgi?id=14646PR#14646) o retracemem() was still using positional matching. (https://bugs.R-project.org/bugzilla3/show_bug.cgi?id=14650PR#14650) o The quantile method for "ecdf" objects now works and is documented. o xtabs(~ .., ..., sparse=TRUE) now also works together with an exclude = .. specif...
2011 Sep 30
0
R 2.13.2 is released
...compliant. o filter(x, recursive = TRUE) gave incorrect results on a series containing NAs. (Spotted by Bill Dunlap.) o Profiling stats::mle() fits with a fixed parameter was not supported. (https://bugs.R-project.org/bugzilla3/show_bug.cgi?id=14646PR#14646) o retracemem() was still using positional matching. (https://bugs.R-project.org/bugzilla3/show_bug.cgi?id=14650PR#14650) o The quantile method for "ecdf" objects now works and is documented. o xtabs(~ .., ..., sparse=TRUE) now also works together with an exclude = .. specif...
2011 Aug 14
0
Improved version of Rprofmem
...", do_Rprof, 0, 11, 4, {PP_FUNCALL, PREC_FN, 0}}, -{"Rprofmem", do_Rprofmem, 0, 11, 3, {PP_FUNCALL, PREC_FN, 0}}, +{"Rprofmem", do_Rprofmem, 0, 11, 7, {PP_FUNCALL, PREC_FN, 0}}, {"tracemem", do_tracemem, 0, 1, 1, {PP_FUNCALL, PREC_FN, 0}}, {"retracemem", do_retracemem, 0, 201, -1, {PP_FUNCALL, PREC_FN, 0}}, {"untracemem", do_untracemem, 0, 101, 1, {PP_FUNCALL, PREC_FN, 0}}, Index: src/main/memory.c =================================================================== --- src/main/memory.c (revision 35) ++...
2010 Apr 22
2
R2.11.0 - rasterImage() and barplot fill-patterns
...without-else. > > It is now primitive: this means that EXPR is always matched to > the first argument and there is no danger of partial matching > to later named arguments. > > o Primitive functions UseMethod(), attr(), attr<-(), on.exit(), > retracemem() and substitute() now use standard argument > matching (rather than positional matching). This means that > all multi-argument primitives which are not internal now use > standard argument matching except where positional matching is > desirable (as for swi...
2010 Apr 22
0
R 2.11.0 is released
..., analogously to if-without-else. It is now primitive: this means that EXPR is always matched to the first argument and there is no danger of partial matching to later named arguments. o Primitive functions UseMethod(), attr(), attr<-(), on.exit(), retracemem() and substitute() now use standard argument matching (rather than positional matching). This means that all multi-argument primitives which are not internal now use standard argument matching except where positional matching is desirable (as for switch(), call(), ....
2010 Apr 22
0
R 2.11.0 is released
..., analogously to if-without-else. It is now primitive: this means that EXPR is always matched to the first argument and there is no danger of partial matching to later named arguments. o Primitive functions UseMethod(), attr(), attr<-(), on.exit(), retracemem() and substitute() now use standard argument matching (rather than positional matching). This means that all multi-argument primitives which are not internal now use standard argument matching except where positional matching is desirable (as for switch(), call(), ....
2011 Jun 30
0
help with interpreting what nnet() output gives:
...testing non-generic 'nzchar' testing non-generic 'oldClass' testing non-generic 'oldClass<-' testing non-generic 'on.exit' testing non-generic 'pos.to.env' testing non-generic 'proc.time' testing non-generic 'quote' testing non-generic 'retracemem' testing non-generic 'seq_along' testing non-generic 'seq_len' testing non-generic 'standardGeneric' testing non-generic 'storage.mode<-' testing non-generic 'substitute' testing non-generic 'switch' testing non-generic 'tracemem' testi...