search for: leobenerstr

Displaying 14 results from an estimated 14 matches for "leobenerstr".

2007 May 01
1
R 2.5.0 packages for Debian stable/etch
...t can of course be installed in the standard non-Debian ways. Please consult the README file in the Debian directory, and report problems to me directly or to this list. Best regards, Johannes Ranke -- Dr. Johannes Ranke jranke at uni-bremen.de Key ID: F649AF90 UFT Bremen, Leobenerstr. 1 +49 421 218 63373 D-28359 Bremen http://www.uft.uni-bremen.de/chemie/ranke
2007 Oct 03
1
R CMD javareconf in r-base-dev 2.6.0
...ot building the packages as root in my etch chroot, this fails, even if I am using fakeroot. My workaround was to simply remove gij-4.1 from the chroot, so /usr/bin/java is not found any more. Johannes -- Dr. Johannes Ranke jranke at uni-bremen.de Key ID: F649AF90 UFT Bremen, Leobenerstr. 1 +49 421 218 63373 D-28359 Bremen http://www.uft.uni-bremen.de/chemie/ranke
2008 Apr 28
0
Change in the Debian backports archive on CRAN
...nce. I would also like to announce the immediate availability of the backporto of the maintenance release 0.4.9a of the KDE GUI rkward, compiled against R 2.7.0 on Debian etch. Best regards, Johannes -- Dr. Johannes Ranke jranke at uni-bremen.de Key ID: F649AF90 UFT Bremen, Leobenerstr. 1 +49 421 218 63373 D-28359 Bremen http://www.uft.uni-bremen.de/chemie/ranke
2006 Jun 12
2
solving first-order differential equation
I am an initial user of R. Could you give me some explanations or examples on how to solve the first order differential equations by the first-order Runge-Kutta method? Thank you very much Kind regards
2006 May 20
1
(PR#8877) predict.lm does not have a weights argument for newdata
...n.de/chemie/ranke/r-patches/lm.predict.patch and I wrote up a small demonstration of the problem and my proposed solution: http://www.uft.uni-bremen.de/chemie/ranke/r-patches/lm.predict.pdf Kind regards, Johannes Ranke -- Dr. Johannes Ranke jranke at uni-bremen.de UFT Bremen, Leobenerstr. 1 +49 421 218 8971 D-28359 Bremen http://www.uft.uni-bremen.de/chemie/ranke
2007 May 15
1
apt-get update: GPG error from cran.R-project.org
I recently was forced to do a dist-upgrade and rebuild my kernel, so a lot has changed on my system, and I don't know if that is related to the errors & warnings I get from apt-get update. Any ideas? thanks -Michael euclid:~# apt-get update Get: 1 http://debian.yorku.ca stable Release.gpg [378B] Get: 2 http://debian.yorku.ca stable/updates Release.gpg [189B] Get: 3
2007 Nov 26
2
R 2.6.1
R 2.6.1 is on its way to Debian unstable. I removed the references to gcc-4.2, so backporting should be easier. One thing I lfet in was the shlibs.local which will make R depend on tk8.4 newer than what testing and Ubuntu have, so Johannes and Vincent may need to remove the file. Debian testing users cannot run the unstable binaries as libc6 is ahead on unstable. We'll have to wait for libc6,
2006 Jun 29
4
Extracting R plots from MS Word
Hi, I am revising a paper that I am a co-author of. The figures are plots generated from R but at the moment I do not have the R code that generates them. As this is time critical I would like to slightly abuse the list by asking whether anyone knows how to extract from MS Word into a stand-alone graphics file a plot that was pasted into Word from R (probably as a Windows Metafile, but possibly
2006 Jun 15
2
download.file() yields incomplete files with method="internal"
Dear all, as the bug # 7991 is flagged not-reproducible, let me give you some pieces of code, as I have the same or similar problem. The problem always shows up with the first example (a small text file) and only sometimes (but without obvious pattern) with the second example, which is a binary file. > download.file("ftp://ftp.nhc.noaa.gov/pub/atcf/btk/bal012006.dat",
2006 Jun 23
3
problem installing gsl package under Ubuntu Breezy Badger
I am trying to install the gls package (a wrapper for GNU scientific library special functions) package under Ubuntu 5.10. I have gls-bin (the debian GNU Scientific Library binary package). When I try to install the R package, I receive the following. > install.packages("gsl",dependencies=T) Warning in install.packages("gsl", dependencies = T) : argument
2008 Apr 09
1
Updating packages after install of r-base 2.6.2: cant update rgl
Hi I just upgraded my R from stabel/etch from 2.4.x to 2.6.2 via sudo apt-get install r-base which worked fine, installing all dependencies From R, as root, I did update.packages() but a number of packages packages failed to install, either for missing gfortran or missing dependencies. Warning messages: 1: In install.packages(update[instlib == l, "Package"], l, contriburl =
2006 Jun 23
7
PowerPoint
Dear All, I am looking for the best way to use graphs from R (like xyplot, curve ...) for a presentation with powerpoint. I used to save my plot as pdf and after to copy them as image in powerpoint but the quality is not optimal by so doing. Another completely independent question is the following: when I use "main" in the xyplot, the main title is very close to my plot,
2007 Jan 30
1
errors upgrading to 2.4.1-1~sargecran1
I needed to upgrade to R 2.4.1 from debian stable maintained at http://cran.r-project.org/bin/linux/debian/. and tried to upgrade with apt-get install r-base. It installed R 2.4.1 successfully, but ran into errors while also upgrading r-recommended packages. I was able to fix that using apt-get install -f euclid:~# aptitude install r-base Reading Package Lists... Done Building Dependency
2007 Oct 30
6
trouble installing building packages from source using R 2.6.0 on Ubuntu Gutsy AMD64
I have recently upgraded to Ubuntu Gutsy and, for the first time, am using a 64-bit installation. After failing miserably to install R from source, not a problem for me in the past with a 32-bit install, I went the route of using the Debian Etch build. This went smoothly, but I am unable to update my numerous R and BioConductor packages, getting non-zero exit status errors on each package. Is