search for: dpleydel

Displaying 6 results from an estimated 6 matches for "dpleydel".

2013 Apr 23
1
Verbose output from R CMD check
...put that could point me to the lines of code that generate the message? Without this information debugging is rendered unnecessarily hard, time consuming and frustrating. many thanks David -- David Pleydell, INRA, UMR-1351 CMAEE, Domaine Duclos, Prise D'eau, 97122 Petit Bourg, Guadeloupe dpleydell at antilles.inra.fr pleydell at cirad.fr Tel +33 5 90 25 54 42 Fax +33 5 90 94 03 96
2006 Feb 20
2
Matrix / SparseM conflict (PR#8618)
Full_Name: David Pleydell Version: 2.2.1 OS: Debian Etch Submission from: (NULL) (193.55.70.206) There appears to be a conflict between the chol functions from the Matrix and the SparseM packages. chol() can only be applied to a matrix of class dspMatrix if SparseM is not in the path. with gratitude David > library(Matrix) > sm <- as(as(Matrix(diag(5) + 1), "dsyMatrix"),
2005 Oct 29
2
LaTex error when creating DVI version when compiling package
...s. Journal of Wildlife Management, 65, 373-378; Burnham, K.P. and Anderson, D.R. (2002) Model Selection and Multimodel Inference: a Practical Information-Theoretic Approach, 2nd edn., Springer-Verlag, New York. 353 pp } \author{ Patrick Giraudoux and David Pleydell: pgiraudo at univ-fcomte.fr, dpleydel at univ-fcomte.fr } \seealso{ \code{\link{AIC}},\code{\link{logLik}} } \examples{ library(MASS) anorex.1 <- lm(Postwt ~ Prewt*Treat, data = anorexia) selMod(anorex.1) anorex.2 <- glm(Postwt ~ Prewt*Treat, family=gaussian,data = anorexia) selMod(anorex.2) anorex.3<-lm(Postwt ~ Prewt+...
2006 Mar 24
1
Subdirectory 'data' contains no data sets.
Hi R CMD check is giving me the following error * checking package subdirectories ... WARNING Subdirectory 'data' contains no data sets. This is not true. That subdirectory contains the file myData.Rdata (I have tried .rda format too, same result). There is also a myData.Rd in the man subdirectory. If I remove the .Rd and the data directory R CMD check executes normally. I am using
2007 Jun 27
1
Another loop avoidance question.
...ut2 = matrix(0,nrow=n,ncol=k2) pt2 = proc.time(for (i in 1:k2) output2[,i] = rowSums( m1*m2[,i] )) ## Same result sum(output1-output2) -- David Pleydell Laboratoire de Biologie Environnementale USC INRA-EA 3184 Universit? de Franche-Comt? Place Leclerc F 25030 Besan?on France (0033) 0381665763 dpleydel at univ-fcomte.fr
2007 Jan 10
0
Installation problem with package mixtools
I am trying to install mixtools on Debian Etch and get the following error dell-2 /usr/lib # R CMD INSTALL mixtools_0.1.0.tar.gz * Installing *source* package 'mixtools' ... ** libs gcc -I/usr/share/R/include -I/usr/share/R/include -fpic -g -O2 -std=gnu99 -c new_svalues.c -o new_svalues.o gfortran -fpic -g -O2 -c sphericaldepth.f -o sphericaldepth.o make: gfortran: Command not