search for: c_in_out

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

2017 Mar 21
1
Incompatible change in R-devel
...d symbols. Here's an example of what can go wrong, x86_64 Linux; > library(mgcv, lib = "/usr/local/lib64/R/library") # R 3.3.3 Loading required package: nlme This is mgcv 1.8-17. For overview type 'help("mgcv-package")'. > mgcv:::in.out ... um <- .C(C_in_out, bx = as.double(bnd[, 1]), by = as.double(bnd[, ... > mgcv:::C_in_out Error in get(name, envir = asNamespace(pkg), inherits = FALSE) : object 'C_in_out' not found (the last message being found in testing a package which called mgcv). -- Brian D. Ripley, ripley at...
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 is a least bad time (before binary packages for pre-3.4.0 are built