similar to: Problems with updating R-packages

Displaying 20 results from an estimated 1000 matches similar to: "Problems with updating R-packages"

2003 Sep 23
3
problems installing Design and Hmisc libs
Dear All, when I try to: install.packages("Design"); install.packages("Hmisc") I get the following error messages: * Installing *source* package 'Design' ... ** libs g77 -mieee-fp -O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=pentiumpro -O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=pentiumpro -c lrmfit.f -o lrmfit.o make: g77: Command not found make: ***
2005 Dec 21
2
Why lmer() is not working, altough lme4 is installed?
I have installed lme4 library, but when I try something with lmer() function, I receive error message. On the other hand, I can use lme() function from the same library. Are those two the very same function or not? I am a bit confused. I am using: $platform: "i386-pc-linux-gnu" $arch: "i386" $os: "linux-gnu" $system: "i386, linux-gnu" $major: "2"
2009 Sep 04
3
Applying qqmath using gamma distribution...
Hello ALL! Can anyone tell me how to specify qqmath() function with distribution qgamma? In help it is bit vague how to pass shape and scale parameters for gamma. Thank you in advance. Best, PM
2009 May 16
4
rgl install failed...
Hello! Interesting thing is that I cannot install rgl. It reports: checking for X... no configure: error: X11 not found but required, configure aborted. ERROR: configuration failed for package ?rgl? * Removing ?/usr/local/lib/R/site-library/rgl? I am pretty sure that my X11 is fine. Does anyone know why I got this error message? Best, PM
2011 Jun 03
2
Checking and building package
Hello! I am truing to compile an R-package having c-code. I put foo.c in src/ folder and useDynLib("foo") in NAMESPACE file. When trying R CMD check, I got an error message that shared object 'foo' is not found. Then I did R CMD SHLIB foo.c first. However, after that, I got warnings from R CMD check that there is an object file in /src folder. Even worse is if I run R CMD
2007 Mar 21
2
Detailed legend in mathplot ...
Hello, Recently, I have asked for a help with building graphs, and I got few great advices. Now, my appetite is growing :) and I wander how to add legend for two (or more) lines in following example: matplot(DAT[, c(3,4)], type="b", ylim=c(0,8), xaxt="n", yaxt="n", + pch=c(21,22), col="black", lty=c("dashed","solid"), xlab="",
2009 Sep 08
2
Very basic question regarding plot.Design...
Hello ALL! I have a problem to plot factor (lets say gender) as a line, or at least both line and point, from ols model: ols1 <- ols(Y ~ gender, data=dat, x=T, y=T) plot(ols1, gender=NA, xlab="gender", ylab="Y", ylim=c(5,30), conf.int=FALSE) If I convert gender into discrete numeric predictor, and use forceLines=TRUE, plot is not nice and true, since it shows values
2006 Jan 24
1
Can’t find X11 font when trying to produce graph
I am using R 2.1.1 on i486-pc-gnu-linux (Ubuntu Breezy). Recently, I bought new laptop HP nx8220 and installed Breezy with a few problems starting X-Windows. Nevertheless, I followed some instruction, managed to start X, and added R from the Ubuntu's repositories. When I try to produce any graph (like plot, bwplot etc.), I receive an error message: can't find X11 font Error in X11( ....
2007 Jan 25
2
Unable to install gtkDevice ...
Hello! I am trying to install gtkDevice package, but without success. It is complaining about: * Installing *source* package 'gtkDevice' ... checking for gtk-config... no checking for gtk12-config... no ERROR: Cannot find gtk-config. I am using Ubuntu 6.06, and I cannot find that package in the repositories. Is there a remedy of any kind? What can I do? Best, Petar M.
2012 Apr 18
3
Installing texlive dependencies
Hello ALL! I am running Fedora 16 x86_64. Due to some dubious problems, that i couldn't resolve, with the TeXLive (2007, which is a default), I removed it. That removed R as well, and some other dependent packages. Then, I installed TeXLive 2011 from CTAN. However, when I wanted to install R, from Fedora's repositories, it asks for some TeX dependencies (for example, tex-preview,
2005 Nov 30
1
How to solve allocation problem in lme() analysis?
Hello! I am running analysis on the data from 4 experiments, with approximately 4600 rows (cases). My working model is: fitA1 = lme(RT~F1+F2+L,random=~1|Experiment/Subject,data=data) Model works very fine, but if I try to check whether the effect of L depends on Experiments/Subjects with: fitA2 = lme(RT~F1+F2+L,random=~1+L|Experiment/Subject,data=data) [with the idea to make: anova(fitA1,fitA2)]
2009 Sep 15
5
Very general question about Debian...
Hello ALL! First, I apologize for sending question that spill-out from the scope of this list. However, you might be essentially the best informants. In brief, I am thinking to give second shot to the Debian. Currently I am using Ubuntu 9.04, but Debian still teases me, so to say. I used to use Debian testing (Lenny at that time), but when Lenny became stable, things became very shaky in
2009 Mar 18
2
Updated R on Debian testing machine...
Hello! I recently switched to Debian testing OS and explanation at the: http://cran.at.r-project.org/bin/linux/debian/ is a little bit fuzzy. Can anyone give step-by-step how-to have updated R on Debian testing and/or unstable. Thanks in advance! PM
2012 Aug 30
2
Which BUGS should one use?
Hello ALL! Some times ago I started to learn and play with Bayesian stuffs. Many advice use of WinBUGS for Bayesian inference Using Gibbs Sampler. However, WinBUGS is discontinued, and now, development is under OpenBUGS. I wasn't lazy, so I installed both and tried out. In more than 90% of cases they give comparable outcome. But in few cases I got substantial differences. Recently, I read nice
2009 Jun 01
2
Calling Fortran from C++
Hi, can anybody point me to a package with C++ code that call Fortran subroutines? I am trying to do the same thing but we scarce success. Error in dyn.load("utils.so") : unable to load shared library 'utils.so': dlopen(utils.so, 6): Symbol not found: _robcovf Referenced from: utils.so Expected in: dynamic lookup [[alternative HTML version deleted]]
2006 Mar 21
1
Is it possible to model with Laplace's error distribution?
Hello! My question is stated in the Subject: Is it possible to model with Laplace's error distribution? For example, lmer() function have few families of functions, like binomial etc., but not Laplace. Is there any other package that would allow for Laplace? Or is there a way to give "user-defined" family? Sincerely, P. Milin
2011 Aug 25
4
[LLVMdev] Changes to Debian's linker object files breaks building LLVM [crti.o, crt1.o, crtn.o]
I've got a simple workaround which obviously everyone will figure out: mdriftmeyer at horus:/usr/lib$ sudo ln -s x86_64-linux-gnu/crti.o crti.o mdriftmeyer at horus:/usr/lib$ sudo ln -s x86_64-linux-gnu/crt1.o crt1.o mdriftmeyer at horus:/usr/lib$ sudo ln -s x86_64-linux-gnu/crtn.o crtn.o My real question concerns whether or not I should file a bug report against Debian not having a
2012 Apr 18
2
Installing texlive dependencies
Hello ALL! I am running Fedora 16 x86_64. Due to some dubious problems with the TeXLive (2007, which is a default), I removed it. That removed R as well, and some other dependent packages. Then, I installed TeXLive 2011 from CTAN. However, when I wanted to install R, from Fedora's repositories, it asks for some TeX dependencies (for example, tex-preview, texinfo-tex, texlive, texlive-dvips
2011 May 31
3
Compiling C-code in Windows
Hello ALL! I am an Linux user (Debian testing i386), with very dusty Win-experience. Nevertheless, my colleagues and I are making some package in R, and I built C-routines to speed up things. I followed instruction how to compile C for R (very useful link: http://www.stat.lsa.umich.edu/~yizwang/software/maxLinear/noteonR.html, and links listed there). Everything works like a charm in Linux. I
2006 Feb 23
2
Strange p-level for the fixed effect with lme function
Hello, I ran two lme analyses and got expected results. However, I saw something suspicious regarding p-level for fixed effect. Models are the same, only experimental designs differ and, of course, subjects. I am aware that I could done nesting Subjects within Experiments, but it is expected to have much slower RT (reaction time) in the second experiment, since the task is more complex, so it