search for: r58492

Displaying 2 results from an estimated 2 matches for "r58492".

Did you mean: 58492
2012 Feb 26
1
improved error message when existing implicit S4 generic is not imported?
...' for 'plot' Error: loading failed Execution halted ERROR: loading failed which doesn't seem accurate, rather "'pkgB' does not import S4 implicit generic for 'plot' created by 'pkgA'" > sessionInfo() R Under development (unstable) (2012-02-25 r58492) Platform: x86_64-unknown-linux-gnu (64-bit) Martin -- Computational Biology Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: M1-B861 Telephone: 206 667-2793
2012 Feb 27
0
Conflict from saved implicit generics in methods package for rcond, norm, backsolve
...bckslv+ c(0,0,2)) bckslvR> ( y <- backsolve(r, x <- c(8,4,2)) ) # -1 3 1 Error in base::backsolve(r, x, k = k, upper.tri = upper.tri, transpose = transpose, : argument "k" is missing, with no default R> sessionInfo() R Under development (unstable) (2012-02-25 r58492) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.15.0 The controversial bit is how to address the issue: a) patch them in the methods pa...