similar to: R 2.6.1

Displaying 20 results from an estimated 4000 matches similar to: "R 2.6.1"

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 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
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 =
2017 Sep 25
3
rkward_0.6.5-1~stretchcran.0_amd64.deb missing
Hello Johannes: I'm sorry, but I still have the same problem with Rkward. After running apt-get update, I still can not find the amd64 version of the Rkward package. I have tried it with the following sources: deb http://cran.r-project.org/bin/linux/debian stretch-cran34/ deb http://chem.uft.uni-bremen.de/ranke/r-cran stretch-cran34/ deb
2006 May 20
1
(PR#8877) predict.lm does not have a weights argument for newdata
Dear R developers, I am a little disappointed that my bug report only made it to the wishlist, with the argument: Well, it does not say it has. Only relevant to prediction intervals. predict.lm does calculate prediction intervals for linear models from weighted regression, so they should be correct, right? As far as I can see they are bound to be wrong in almost all cases, if no weights
2017 Sep 26
2
rkward_0.6.5-1~stretchcran.0_amd64.deb missing
Hi Johannes: Thank you very much. Rkward now works. The only drawback is that I had to install it "by hand": sudo dpkg -i rkward_0.6.5-1~stretchcran.0_amd64.deb rkward-data_0.6.5-1~stretchcran.0_all.deb By default, apt-get installed the Debian repository version (rkward 0.6.5-1+b1 0.6.5-1+b1). Thanks for your contributions to the R-Debian project! Regards. Griera. On Mon, 25
2017 Sep 20
3
rkward_0.6.5-1~stretchcran.0_amd64.deb missing
Hi: I have tried to upgrade from version 3.4.0 to 3.4.1 in a Debian Stretch following the instructions of the web page: https://cran.r-project.org/bin/linux/debian/ but after updating, Rkward does not work (Error in RK: Graphics API version mismatch). Analyzing the problem, I notice that the Rkward package is not available in the amd64 version (yes in the i386 version), for example here:
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 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
2007 Nov 06
1
library(tcltk) fails
Dear list, I cannot load the tcltk library: > library(tcltk) Loading Tcl/Tk interface ... Error in fun(...) : Can't find a usable tk.tcl in the following directories: /usr/share/tcltk/tcl8.4/tk8.4 ./lib/tk8.4 /usr/local/lib/tcltk/tk8.4 /usr/local/share/tcltk/tk8.4 /usr/lib/tcltk/tk8.4 /usr/share/tcltk/tk8.4 ./library ./tk8.4.16/library This probably means that tk wasn't
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,
2009 Mar 11
1
compile under Ubuntu 8.10 (Ibex)
I fired up a new machine last night and loaded Ubuntu 8.10 on it. I then had to add in the usual compiler stuff which is not loaded by default: make, emacs, fortran, c++, etc. I'm having trouble compiling R 2.8 however. I get a message that it cannot figure out how to link f77 and C. I've pulled in "gfortran". A google search on "fortran ubuntu 8.10" shows
2009 Nov 03
0
[LLVMdev] LLVM + FORTRAN 95
Hi David/Renato, By AST I mean Abstract Syntax Tree. We are writing an optimization pass for some FORTRAN95 + MPI code that requires us to analyze the AST. We thought of 2 ways of doing this: 1. Compile the code using Clang/llvm-gfortran, get the textual AST dump (somehow), analyze the AST dump using Ruby, modify it and then feed back the modified AST to LLVM. 2. Do the analysis as an LLVM
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
2008 Jun 26
4
Problems when installing RODBC in debian etch
Hello: I am tried to install the RODBC package in debian etch. At the end of the installation it appears errors: ********************************************** * Installing *source* package 'RODBC' ... checking for gcc... gcc -std=gnu99 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no
2009 Mar 25
1
[LLVMdev] Google Summer of Code 2009
Hi, I am final year undergraduate in the Indian Institute of Technology Kanpur, India and I would like to work on the LLVM compiler infrastructure in the summers under Google Summer of Code 2009. I am greatly interested in adding new transformations and optimization passes to the existing compiler - particularly the _value range propagation_ or _predictive commoning_. Since coming across
2009 Apr 29
1
etch AMD64 debs missing
Thanks Piet & Johannes for the backports. There seems to be a problem with the files for the amd64 architecture getting out. Here is my apt-get update Get:1 http://cran.ms.unimelb.edu.au etch-cran/ Release.gpg [189B] Hit http://cran.ms.unimelb.edu.au etch-cran/ Release Ign http://cran.ms.unimelb.edu.au etch-cran/ Packages/DiffIndex Ign http://cran.ms.unimelb.edu.au etch-cran/ Packages
2013 Dec 06
2
Regarding installation of Raring Ringtail (13.04) (UBUNTU PACKAGE FOR R)
Dear Sir Can't find /etc/apt/sources.list file please help. When I tried the command on terminal some errors has occurred as follows- manjulata@manjulata-HP-Pavilion-dv4-Notebook-PC:~/Desktop/ndnSIM$ deb http://ftp.iitm.ac.in/cran/bin/linux/ubuntu raring/ No command 'deb' found, did you mean: Command 'dab' from package 'bsdgames' (universe) Command 'dwb'