Displaying 20 results from an estimated 4000 matches similar to: "mgcv stopped working mid-session"
2012 Aug 14
1
problem installing mgcv
Hi all,
I am running into a problem installing a package. I am using a Mac with
OSX 10.5.8
I have been using mgcv for gam models, it has been working fine.
The mgcv listed in my directory of R packages (Package Manager) does not
load up and I receive the following:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object
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
2008 Sep 02
1
installation problem: package 'mgcv' could not be loaded
Hello all, i'm a newbie of R trying to make some statistical work in R
environment. Now i have to laptops, one is Thinkpad X40 with Debian
Lenny and the other is Thinkpad T43 with Ubuntu 8.10. Recently i met
such problem and am wondering if anybody can do some help.
After upgrading my /etc/apt/sources.list , i install R by apt-get
install command. It works fine in both laptops. Then i
2008 Sep 02
1
installation problem: package 'mgcv' could not be loaded
Hello all, i'm a newbie of R trying to make some statistical work in R
environment. Now i have to laptops, one is Thinkpad X40 with Debian
Lenny and the other is Thinkpad T43 with Ubuntu 8.10. Recently i met
such problem and am wondering if anybody can do some help.
After upgrading my /etc/apt/sources.list , i install R by apt-get
install command. It works fine in both laptops. Then i
2006 Sep 29
2
scatter3d() model.summary coefficients?
Hello All,
I am a R newbie and am probably misinterpreting something really
obvious...
In the Rcmdr package there is a scatter3d() function that can fit a
curve and also provide coefficients for the model. If I'm understanding
this right, I think it's calling the lower level stats package function
lm(), which is the part that actually does the curve fitting.
Anyway, what has me
2011 Dec 16
1
mgcv 1.7-12 crashes R
Dear community,
I encountered a very disturbing phenomenon today:
When I try to fit any gam() with mgcv R aborts. I could not find any post
regarding this in google, which mades in even more strange.
I am using the latest Ubuntu, latest R and latest mgcv everything up to
date. The crash occured too with the last mgcv 1.7-11.
This is the output from the R shell:
<pre>
R version 2.14.0
2012 Apr 12
2
scatter3d: problem with spheres-color
Dear List,
I don't get scatter3d to color the sheres according to the '|' argument.
library(car)
scatter3d(prestige ~ income + education|type, data=Prestige)
The spheres on my screen are all colored the same and they are not
conditional on Prestige$type.
On the other hand: Fit3d and Ellipse3d are colored according to the
group argument.
rgl_0.92.879
car_2.0-12
R version 2.15.0
2005 Mar 14
2
Problem updating mgcv package
Hi All:
I tried to update the package mgcv from my current version 1.1-8 to mgcv version 1.2. Using the command update.packages("mgcv") to update mgcv failed in my computer and the returning message was:
"Error in old.packages(lib.loc=lib.loc, contriburl=contriburl, method=method, :no installed.packages for (?invalid) lib.loc=mgcv"
When I typed installed.packages(), I got
2010 Feb 04
3
mgcv problem
Dear friends,
I have install the last version 2.10 and now I have probles with 'mgcv' which can be load. I proved to eliminated and reinstalled but always obtain the same message:
> library (mgcv)
This is mgcv 1.6-1. For overview type `help("mgcv-package")'.
Error in runif(1) :
.Random.seed is not an integer vector but of type 'list'
Error : .onAttach non
2009 May 12
0
[Fwd: Re: Problem at instaling robustbase (Rlapack)]
Dear list,
I'm forwarding these 2 messages as suggested by the package
developer.
My system is
> sessionInfo()
R version 2.9.0 (2009-04-17)
i486-pc-linux-gnu
on Ubuntu 8.04, with r-base-core, r-base-dev and r-recommended
installed from binaries through Synaptic. I normally install the rest
of packages using install.packages() from within R (started
from an xterminal by su)
Agus
2006 Sep 19
2
mgcv in R-2.4.0.alpha
Hola!
I am sending this to the list since emails from me to Simon Wood
has bounced earlier.
I get:
> library(tsDyn)
Loading required package: mgcv
Erro en `parent.env<-`(`*tmp*`, value = NULL) :
use of NULL environment is defunct
Error: package 'mgcv' could not be loaded
> library(mgcv)
Erro en `parent.env<-`(`*tmp*`, value = NULL) :
use of NULL environment
2003 Sep 30
2
cluster & mgcv update
Hello,
After reinstalling the whole OS and R as well, I tried to update.packages()
and get the follwing error message:
concerning the mgcv update: atlas2-base is installed and blas as well (on
debian). I haven't found lf77blas, I assume it's a library or something
similar associated with blas.
any suggestion how to solve that, thanks Martin
* Installing *source* package
2011 Aug 16
0
Cubic splines in package "mgcv"
re: Cubic splines in package "mgcv"
I don't have access to Gu (2002) but clearly the function R(x,z) defined
on p126 of Simon Wood's book is piecewise quartic, not piecewise cubic.
Like Kunio Takezawa (below) I was puzzled by the word "cubic" on p126.
As Simon Wood writes, this basis is not actually used by mgcv when
specifying bs="cr".
Maybe the point is
2011 May 25
1
[Fwd: Re: the mgcv package can not be loaded]
Sorry, I forgot to be more specific.
I am using Windows XP.
I am using R.12.2
I installed both packages from the install packages menu.
I always write library(name.of.library), and it is enough.
But when I write library(nlme), R does not find nlme right away
I load nlme first and it says package was downloaded succesfully.
However, when I try to do this again in another day, R cannot find
2008 Dec 09
1
update.packages() for R 2.7.1: mgcv fails
Hi
I just upgraded my debian/stable to R 2.7.1 via apt-get install r-base
r-base-core r-base-dev, and then
began to update.packages()
> update.packages(lib.loc="/usr/local/lib/R/site-library")
> update.packages(lib.loc="/usr/lib/R/library")
but I get:
....
* Installing *source* package 'mgcv' ...
** libs
gcc -std=gnu99 -I/usr/share/R/include -fpic -g
2009 Oct 28
4
unable to compile mgcv
Hello -- I am trying to compile R-2.9.2 on IBM Power5 machine with AIX 5.3. I have posted three previous posts. Over time I have made significant progress towards getting a successful build. I am now getting the following error:
==========================================================
begin installing recommended package mgcv
* Installing *source* package 'mgcv' ...
** libs
gmake[2]:
2010 Feb 04
1
mgcv problem to load
Dear friends,
I cannot load the pachkages labdsv...which i do not understand is linked to 'mgcv' package. Anyway neither the last is loadable in my new R 2.10 version. Th emessage on the screen is the following:
This is mgcv 1.6-1. For overview type `help("mgcv-package")'.
Error in runif(1) :
.Random.seed is not an integer vector but of type 'list'
Error :
2010 Jun 27
1
mgcv out of memory
Hello, I am trying to update the mgcv package on my Linux box and I keep
getting an "Out of memory!" error. Does anyone know of a fix for this?
Below is a snippet of the message that I keep getting: Thank you. Geoff
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
>>> Building/Updating help pages for package 'mgcv'
Formats:
2004 Mar 16
0
mgcv 1.0
mgcv 1.0 (package providing gams etc) will be released with R 1.9.0.
(R 1.8.x compatible versions can be found at:
http://www.stats.gla.ac.uk/~simon/simon/mgcv.html)
There are quite a few changes from mgcv 0.9: hence this message.
The main new features are:
* A generalized additive mixed modelling function `gamm' (which uses lme
from the nlme library of glmmPQL from the MASS library for
2004 Mar 16
0
mgcv 1.0
mgcv 1.0 (package providing gams etc) will be released with R 1.9.0.
(R 1.8.x compatible versions can be found at:
http://www.stats.gla.ac.uk/~simon/simon/mgcv.html)
There are quite a few changes from mgcv 0.9: hence this message.
The main new features are:
* A generalized additive mixed modelling function `gamm' (which uses lme
from the nlme library of glmmPQL from the MASS library for