Displaying 2 results from an estimated 2 matches for "make_s3_methods_stop_list".
2005 Sep 30
3
Dots in function names
Recent R function names seem to be using CaseOfTheLetters to mark words
rather than dots as was done previously. Is the use of dots in function
names deprecated, or is that simply a style choice? Will function names
with dots cause problems in future revisions?
Mike Prager
2010 Jan 19
2
Help deciphering segfault in make check
...tenv, handler)
5: tryCatchOne(expr, names, parentenv, handlers[[1L]])
6: tryCatchList(expr, classes, parentenv, handlers)
7: tryCatch(loadNamespace(name), error = function(e) stop(e))
8: getNamespace(ns)
9: asNamespace(pkg)
10: get(name, envir = asNamespace(pkg), inherits = FALSE)
11: tools:::.make_S3_methods_stop_list
12: methods("Math")
aborting ...
Segmentation fault
Note that make check for R in Sage passes on Mac OSX, as far as I can
tell. For this particular machine and build, earlier in the same fail
file the methods package was listed as
methods /home/.../sage-4.3-linux-sage.math.washin...