search for: cholmod_start

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

Did you mean: cholmod_l_start
2010 Jan 10
1
lme4 and function 'cholmod_start' not provided by package 'Matrix' / Ubuntu
...llo all, Using Ubuntu 9.04 and R 2.8.1. For a project I need to use the Zelig package, which in turn wants to use the lme4 package. When trying to use Zelig and it tries to its required packages I get the following error message. Error in dyn.load(file, DLLpath = DLLpath, ...) : function 'cholmod_start' not provided by package 'Matrix' Error in loadModelDeps(model) : This model depends on package "lme4". Please install this package and try again However, library() lists this package: Packages in library '/usr/lib/R/site-library': coda Output...
2017 Feb 22
0
Crash in the latest release
...> library(lme4) Loading required package: Matrix > startvec <- c(Asym = 200, xmid = 725, scal = 350) > (nm1 <- nlmer(circumference ~ SSlogis(age, Asym, xmid, scal) ~ Asym|Tree, + Orange, start = startvec)) ==31901== Invalid write of size 4 ==31901== at 0xA13DA20: cholmod_start (cholmod_common.c:184) ==31901== by 0xD8B3065: cholmod_start (in /home/therneau/Rlib/lme4/libs/lme4.so) ==31901== by 0xD8B728D: Eigen::CholmodBase<Eigen::SparseMatrix<double, 0, int>, 1, Eigen::CholmodDecomposition<Eigen::SparseMatrix<double, 0, int>, 1> >::CholmodBas...
2017 Feb 22
0
[Lme4-authors] Crash in the latest release
...Loading required package: Matrix >> startvec <- c(Asym = 200, xmid = 725, scal = 350) >> (nm1 <- nlmer(circumference ~ SSlogis(age, Asym, xmid, scal) ~ Asym|Tree, > + Orange, start = startvec)) > ==31901== Invalid write of size 4 > ==31901== at 0xA13DA20: cholmod_start (cholmod_common.c:184) > ==31901== by 0xD8B3065: cholmod_start (in > /home/therneau/Rlib/lme4/libs/lme4.so) > ==31901== by 0xD8B728D: Eigen::CholmodBase<Eigen::SparseMatrix<double, 0, > int>, 1, Eigen::CholmodDecomposition<Eigen::SparseMatrix<double, 0, int>, 1&g...
2009 Jun 10
1
Unable to load package:lme4 [ Ubuntu 9.04 ]
Hi folks, When I try to load package 'lme4' on my Linux box (64-bit Ubuntu 9.04), I get the following error: ------------------------------------- > library(lme4) Error in dyn.load(file, DLLpath = DLLpath, ...) : function 'cholmod_start' not provided by package 'Matrix' Error: package/namespace load failed for 'lme4' ------------------------------------ I removed and re-installed both 'Matrix' and 'lme4', but that doesn't seem to solve the problem. If this is something for the [R-sig-ME] ma...
2008 Dec 20
2
Problems installing lme4 on Ubuntu
...S | Loading required package: Matrix | Loading required package: lattice | | Attaching package: 'Matrix' | | | The following object(s) are masked from package:stats : | | xtabs | | Loading required package: lme4 | Error in dyn.load(file, DLLpath = DLLpath, ...) : | function 'cholmod_start' not provided by package 'Matrix' | Error: package 'lme4' could not be loaded `---- even though ,---- | > library() | Packages in library '/home/bill/R/i486-pc-linux-gnu-library/2.7': | | arm Data Analysis Using Regression and |...