search for: vr_frset

Displaying 5 results from an estimated 5 matches for "vr_frset".

2017 Apr 27
2
R-3.4.0 and recommended packages
...not found > Maybe this part of NEWS is what matters: * Packages which register native routines for .C or .Fortran need to be re-installed for this version (unless installed with R-devel SVN revision r72375 or later). KernSmooth surely has .Fortran. Your spatial example had VR_frset failing, and that too is called by the old .C. A counter-example is eg my RcppEigen package -- I can load it and run example(fastLm) just fine as that uses .Call rather than .C or .Fortran. I think you are -- correct in that we need rebuilds -- but only for packages using .C and .Fortran calls...
2017 Apr 27
2
R-3.4.0 and recommended packages
...ial on a **fresh Debian sid chroot**, and get > library(spatial) > example(surf.gls) srf.gl> library(MASS) # for eqscplot srf.gl> data(topo, package="MASS") srf.gl> topo.kr <- surf.gls(2, expcov, topo, d=0.7) Error in surf.gls(2, expcov, topo, d = 0.7) : object 'VR_frset' not found so it seems to me this must affect all packages in Debian sid that were built before the release of R 3.4.0! And in fact, nlme, is affected as well: > library(nlme) > example(nlme) nlme> fm1 <- nlme(height ~ SSasymp(age, Asym, R0, lrc), nlme+ data = Loblo...
2017 Apr 27
0
R-3.4.0 and recommended packages
....Fortran need > to be re-installed for this version (unless installed with > R-devel SVN revision r72375 or later). Yes, that is what Martin M?chler referred to in the answer to Bj?ran's call for help on r-help. > KernSmooth surely has .Fortran. Your spatial example had VR_frset failing, > and that too is called by the old .C. > > A counter-example is eg my RcppEigen package -- I can load it and run > example(fastLm) just fine as that uses .Call rather than .C or .Fortran. > > I think you are > > -- correct in that we need rebuilds > -- but...
2017 Apr 25
4
R-3.4.0 and recommended packages
Am Dienstag, 25. April 2017, 08:50:34 schrieb Dirk Eddelbuettel: > On 25 April 2017 at 14:58, G?ran Brostr?m wrote: > | hello, > | > | I just installed R-3.4.0 from scratch: > | > | $ sudo apt install r-base > | > | but when I try > | > | > library(survival, lib.loc = "/usr/lib/R/library") > | > fit <- coxph(Surv(exit, event) ~ x, data =
2017 Apr 27
3
R-3.4.0 and recommended packages
...| > to be re-installed for this version (unless installed with | > R-devel SVN revision r72375 or later). | | Yes, that is what Martin M?chler referred to in the answer to Bj?ran's call | for help on r-help. | | > KernSmooth surely has .Fortran. Your spatial example had VR_frset failing, | > and that too is called by the old .C. | > | > A counter-example is eg my RcppEigen package -- I can load it and run | > example(fastLm) just fine as that uses .Call rather than .C or .Fortran. | > | > I think you are | > | > -- correct in that we need rebuil...