search for: r_check_class_and_super

Displaying 3 results from an estimated 3 matches for "r_check_class_and_super".

2011 Apr 22
1
mgcv won't load
Hi, I'm getting the following error when I try and load mgcv: > library(mgcv) Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/lib/R/library/Matrix/libs/Matrix.so': /usr/lib/R/library/Matrix/libs/Matrix.so: undefined symbol: R_check_class_and_super Error: package/namespace load failed for 'mgcv' I thought there might be a mismatch between packages from cran2deb, install.packages() and the main R repos, so I purged my R installation and rm-ed all the locally-installed packages and reinstalled, using only the official R repos. Same err...
2018 Apr 23
0
R 3.5.0 is released
...ly gave a numeric matrix). * pretty(x, n) for large n or large diff(range(x)) now works better (though it was never meant for large n); internally it uses the same rounding fuzz (1e-10) as seq.default() - as it did up to 2010-02-03 when both were 1e-7. * Internal C-level R_check_class_and_super() and hence R_check_class_etc() now also consider non-direct super classes and hence return a match in more cases. This e.g., fixes behaviour of derived classes in package Matrix. * Reverted unintended change in behavior of return calls in on.exit expressions introduce...
2018 Apr 23
0
R 3.5.0 is released
...ly gave a numeric matrix). * pretty(x, n) for large n or large diff(range(x)) now works better (though it was never meant for large n); internally it uses the same rounding fuzz (1e-10) as seq.default() - as it did up to 2010-02-03 when both were 1e-7. * Internal C-level R_check_class_and_super() and hence R_check_class_etc() now also consider non-direct super classes and hence return a match in more cases. This e.g., fixes behaviour of derived classes in package Matrix. * Reverted unintended change in behavior of return calls in on.exit expressions introduce...