Displaying 7 results from an estimated 7 matches for "r72375".
Did you mean:
372375
2017 Mar 21
2
Incompatible change in R-devel
As of today's commit r72375 all packages with native-routine
registration of C or Fortran routines need to be reinstalled in R-devel
(and that include some of the recommended packages in R itself which
will not be reinstalled via make dependencies, so we advise a clean
rebuild of R).
We try to avoid such things, but now...
2017 Apr 27
2
R-3.4.0 and recommended packages
...=0.25)
Error in linbin(x, gpoints, truncate) : object 'F_linbin' 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...
2017 Mar 21
1
Incompatible change in R-devel
On 21/03/2017 16:38, Dirk Eddelbuettel wrote:
>
> Hi Brian,
>
> On 21 March 2017 at 07:29, Prof Brian Ripley wrote:
> | As of today's commit r72375 all packages with native-routine
> | registration of C or Fortran routines need to be reinstalled in R-devel
> | (and that include some of the recommended packages in R itself which
> | will not be reinstalled via make dependencies, so we advise a clean
> | rebuild of R).
>
> I am...
2017 Apr 27
0
R-3.4.0 and recommended packages
..., gpoints, truncate) : object 'F_linbin' 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).
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 c...
2017 Mar 21
0
Incompatible change in R-devel
Hi Brian,
On 21 March 2017 at 07:29, Prof Brian Ripley wrote:
| As of today's commit r72375 all packages with native-routine
| registration of C or Fortran routines need to be reinstalled in R-devel
| (and that include some of the recommended packages in R itself which
| will not be reinstalled via make dependencies, so we advise a clean
| rebuild of R).
I am confused by this.
So in...
2017 Apr 27
2
R-3.4.0 and recommended packages
Am Dienstag, 25. April 2017, 11:21:31 schrieb Dirk Eddelbuettel:
> On 25 April 2017 at 16:11, Johannes Ranke wrote:
> | This looks similar to what I got this morning when I tested my
> | (unreleased)
> | backport of R 3.4.0 to Debian jessie. My test was
> |
> | library(MASS)
> | example(rlm)
> |
> | and there was an object that was not found. I am on a train on the way
2017 Apr 27
3
R-3.4.0 and recommended packages
...ncate) : object 'F_linbin' 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).
|
| 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 RcppEige...