similar to: Backports of R 3.4.1 to Debian delayed

Displaying 20 results from an estimated 800 matches similar to: "Backports of R 3.4.1 to Debian delayed"

2015 Jan 24
2
Unable to install R 3.1.2 on Debian:Testing
> otherwise I will only have time in the weekend to do something (amend the > README or set up a new repo for jessie) on the weekend. The repository for jessie is in the works - but don't expect it to be up before next weekend. Johannes
2015 Feb 26
3
R 3.1.2 for Debian jessie/testing available on CRAN
Dear Johannes, Thanks a lot for this work! I have to admit that I'm now a little bit puzzled, though. I'm running Debian Jessie (current testing) with great satisfaction. When it comes to R, I simply have the SID repository (official Debian) enabled, with some pining to get only R-related stuff. Now, I'm not sure to understand the benefit of using the CRAN repository for Jessie?I
2012 Dec 13
2
package ‘Design’ is not available (for R version 2.15.2)
Dear all, i have re-installed Debian on my computer and for some reason I cannot install some packages anymore using the install.package command from the R console. Some packages I can, and some I cannot (Design for instance) this is what I get: > install.packages('Design') Installing package(s) into ‘/usr/local/lib/R/site-library’ (as ‘lib’ is unspecified) --- Please select a CRAN
2015 Jan 18
3
Unable to install R 3.1.2 on Debian:Testing
Hi Johannes, On 18 January 2015 at 20:47, Johannes Ranke wrote: | At the moment you are on your own with R 3.1.2 on jessie. The easiest safe bet in my opinion | would be to install from the Debian sources in unstable, i.e. add a deb-src entry for unstable | to your sources.list, do an apt-get build-dep r-base and then apt-get source --build r-base | and install the packages with dpkg. Ok. I
2015 Feb 26
2
Suggestions to improve the info page of /bin/linux/debian
After Johannes set up the CRAN repository for Jessie, I had quite some trouble figuring out what any user should do to have a running and up-to-date R in Debian (particularly Testing). Part of the problem is, I think, the overwhelming documentation on the page "DEBIAN PACKAGES OF R SOFTWARE" which is provided on CRAN at /bin/linux/debian. Some information is also lacking in places.
2015 Mar 03
2
Suggestions to improve the info page of /bin/linux/debian
Hi Johannes, I didn't know what would be the best approach to modify the page?how it was generated, is there a central place, etc.?which is why I posted on r-sig-debian in the first place. Anyway, although I'm more or less familiar with markdown and pandoc, it was easier for me to edit directly README.html as it was on CRAN. Please find attached a revision with the modifications I
2017 Nov 27
0
Data expert position: PostGIS and spatial ecology, University of Florida, Fort Lauderdale, FL
The MabLab at the University of Florida's Fort Lauderdale Research and Education Center (Davie, FL) is looking to fill an immediate opening for the position of a Biological Scientist. We are looking for an enthusiastic, highly motivated and responsible individual to join an exciting research team focused on spatial ecology, from fine-scale movement and habitat selection to range dynamics.
2018 May 09
0
Data manager in a Spatial Ecology lab, Univ Florida, Fort Lauderdale FL
The MabLab at the University of Florida is recruiting a Data Manager to fill an immediate opening for the position of Biological Scientist in the lab. We are looking for an enthusiastic, highly motivated and responsible individual to join an exciting research team focused on spatial ecology. The Data Manager will be responsible for the group's database system, and will assist with multiple
2015 Feb 26
2
R 3.1.2 for Debian jessie/testing available on CRAN
Thanks Johannes to clarify this point. It makes more sense to me now. So I understand that the idea is to make it simpler without apt-pinning for less adventurous people (I mean normal people :)): just add jessie-cran3 repo and you're good to go. Am I also correct that jessie-cran3 is essentially a backport of Debian SID, with some (short?) delay? In other words, modulo a couple of days,
2015 Jan 19
2
Unable to install R 3.1.2 on Debian:Testing
Le 18/01/2015 15:55, Dirk Eddelbuettel a ?crit : > > On 18 January 2015 at 14:14, Dirk Eddelbuettel wrote: > | Ok. I will set up a new toolchain for testing then. We need this for Rocker > | all the time---eg I just put something marvelous into littler which I need in > | Rocker, yet Debian is frozen with no timeline for release. And it is silly > | for us to keep rebuilding all
2015 Mar 03
0
Suggestions to improve the info page of /bin/linux/debian
Le 03/03/2015 10:02, Mathieu Basille a ?crit : > Hi Johannes, > > I didn't know what would be the best approach to modify the page?how it was > generated, is there a central place, etc.?which is why I posted on > r-sig-debian in the first place. Anyway, although I'm more or less familiar > with markdown and pandoc, it was easier for me to edit directly README.html > as
2011 May 10
2
translation from windows to linux
Hi all, I started recently to use R with linux(ubuntu) but I often get code written under windows or mac. I have two questions. When I encounter a function which is not in R linux what is the best way to find the right linux function for it? So next time I can help myself. I browsed the web for a long time and could not find anything to the the function zip.unpack. Thats actually my second
2004 Jul 19
2
8 bit characters and smbmount
Does somebody know how to handle 8bit characters ..? I have problems with 8bit characters (ntilde, Otilde, etc) I'm trying to copy from a spanish XP box to my linux (using smbmount) and the system shows "Oacute" just as "O" and when copying I get "No such file or directory" error. I've tried dos charset, unix charset, display
2010 Oct 30
2
How to get write permissions for (lib="~/.R/library") ??
Hi I am trying to install R-igraph, but when I issue the command : install.packages("igraph", lib="~/.R/library") in the R session, I get the following error: Warning in install.packages("igraph", lib = "~/.R/library") : 'lib = "~/.R/library"' is not writable Error in install.packages("igraph", lib =
2017 Sep 25
0
rkward_0.6.5-1~stretchcran.0_amd64.deb missing
Hello Griera, sorry, I forgot an "svn add", so the package got lost on the way. It is on chem now, and will migrate to CRAN shortly. Johannes Am Montag, 25. September 2017, 10:57:37 CEST schrieb Griera: > 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
2005 Nov 08
2
question about R graphics-example plot attached
---------- Forwarded message ---------- From: jia ding <dingjia at gmail.com> Date: Nov 2, 2005 4:03 PM Subject: question about R graphics-example plot attached To: r-help at lists.r-project.org Suppose I have the data set like this: A 1 3 7 10 B 5 9 13 The numbers here actually is A or B's occurence positions.So it means, position 1,3,7,10 is A;position 5,9,13 is B's occurence. I
2017 Sep 20
0
rkward_0.6.5-1~stretchcran.0_amd64.deb missing
Hello, Am Mittwoch, 20. September 2017, 15:43:32 CEST schrieb Griera: > 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
2012 Mar 13
2
Upgrade from 2.11.1 to 2.14.2 options?
Linux kernel 2.6.18-2-pve Proxmox vm. debian_version 6.0.4 Squeeze sessionInfo() R version 2.11.1 (2010-05-31) x86_64-pc-linux-gnu locale: C New to R, new to Debian. I'm trying to upgrade from 2.11.1 to 2.14 following the steps outlined in the doc below that I found on the link. http://www.r-project.org/ - DEBIAN PACKAGES OF R SOFTWARE I added this line to the sources.list file it's
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 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