Displaying 15 results from an estimated 15 matches for "cran2deb4ubuntu".
2014 Jan 05
0
Cran2deb4ubuntu: An Update for 2014
I have been a little quiet on the update front for the past few months,
so I thought I would give a quick update as 2014 begins. Between
increased responsibilities at work (pseudo-department chair) and some
family health issues, work on
[cran2deb4ubuntu](https://launchpad.net/~marutter/+archive/c2d4u)
(c2d4u) slowed a bit in the last half of 2013. Here is the current
state of cran2deb4ubuntu.
### Precise and Raring continue to be updated
During the last half of 2013, Precise and Raring have been updated on
more or less a weekly basis. In fa...
2018 May 27
2
Announcing cran2deb4ubuntu for R 3.5.0
I would like to announce that c2d4u3.5 is now available for public use.
You can see a blog post here with all the details:
http://rubuntu.netlify.com/post/2018-05-25-announcing-c2d4u3-5/
There still might be one to two issues. Please let me know if you have
any problems.
Michael
2018 May 27
2
Announcing cran2deb4ubuntu for R 3.5.0
On 27 May 2018 at 12:56, Jeroen Ooms wrote:
| Thanks Michael!
Seconded!
| One more issue I ran into:
|
| apt-get install r-cran-rgdal
|
| The following packages have unmet dependencies:
| r-cran-rgdal : Depends: gdal-abi-2-1-0 but it is not installable
| Depends: libgdal20 (>= 2.0.1) but it is not installable
| E: Unable to correct problems, you have held broken packages.
2018 May 27
1
Announcing cran2deb4ubuntu for R 3.5.0
On Sun, May 27, 2018 at 2:20 PM, Michael Rutter <mar36 at psu.edu> wrote:
>
>
> On 05/27/2018 08:08 AM, Dirk Eddelbuettel wrote:
>>
>>
>> On 27 May 2018 at 12:56, Jeroen Ooms wrote:
>> | Thanks Michael!
>>
>> Seconded!
>
>
> You're welcome.
>
>> | One more issue I ran into:
>> |
>> | apt-get install r-cran-rgdal
2012 Apr 27
3
A guide to R packages for Ubuntu
...er)
If you have been using CRAN, then there is no reason to change to the
PPA, as the same packages is provided at both locations. I will
continue to maintain both sites, so no need to worry about one or the
other going away.
If you want additional packages (over 1,100), you can check out my
cran2deb4ubuntu PPA:
https://launchpad.net/~marutter/+archive/c2d4u
In theory, this PPA has all the packages listed in the CRAN Task Views
and any dependencies. In practice, is has about 98% of them, as some
packages have issues. These packages can be installed via synaptic or
apt (sudo apt-get install r-cr...
2013 Feb 11
3
Ubuntu cran2deb PPA
...to you. As the Bio-Linux maintainer and
a contributor to Debian-Med I'm very familiar with DEB building and
general Ubuntu hacking. I'm not an R user but I know the basics (and
I'm supporting several big time R users here who can help me out).
As far as I'm aware, the packages on cran2deb4ubuntu will have been
built from a selection of auto-generated sources spat out from cran2deb.
There used to be a page where these could be downloaded but I can't find
it any more (or am I just going blind?). Is there somewhere I can snag
the source packages used for the PPA? Should I just download...
2016 Oct 04
5
Problem installing rgdal on a laptop running Ubuntu 16.04.1
I previously sent a cri de coeur about this problem to the r-help list
but so far have not managed to extract a solution. So I am trying here.
(Uh, Ubuntu *is* a "special instance" of Debian, isn't it?)
The problem is that I cannot install rgdal, and I need it. Rather
desperately.
I do:
install.packages("rgdal",lib="/home/rolf/Rlib")
and get the error
2012 Jul 21
5
package XML does not load in R 2.15.1
I am getting what appears to be an Unbuntu level error in trying to install the
XML package.
Both commands:
install.packages("XML:)
install.packages("XML", dependencies = TRUE)
give an error .
The full installation script is below but the problem to my very inexperenced eye seems to be here:
checking for pkg-config... /usr/bin/pkg-config
checking for xml2-config... no
Cannot
2020 May 18
0
c2d4u3.5 ppa for Ubuntu 20.04?
...2d4u3.5/ubuntu focal
| Release' does not have a Release file
|
| Am I doing something wrong, or is it correct that it is not available yet?
| Are there any plans to implement it at some point?
The usual README ends in
For additional binary packages for R (currently 4,000+), check out the
CRAN2deb4ubuntu PPA: https://launchpad.net/~marutter/+archive/ubuntu/c2d4u,
https://launchpad.net/~marutter/+archive/ubuntu/c2d4u3.5, or
https://launchpad.net/~c2d4u.team/+archive/ubuntu/c2d4u4.0+ depending on
which version of R you are using.
and has the (new !!) repo you are looking for:
https://launch...
2012 Apr 26
0
R packages for Ubuntu 12.04 LTS Precise Pangolin now available
...f Ubuntu (12.04 LTS: Precise Pangolin) has been
released. Current R packages are also available from the following
locations:
The CRAN repository
http://cran.r-project.org/bin/linux/ubuntu/
My Launchpad PPA (feeds CRAN, has a few more packages)
https://launchpad.net/~marutter/+archive/rrutter
cran2deb4ubuntu (over 1000 packages found in CRAN Taskviews, not all
uploaded yet)
https://launchpad.net/~marutter/+archive/c2d4u
If you have any questions, please let me know.
Michael
--
Dr. Michael A. Rutter
School of Science
Penn State Erie, The Behrend College
Station Road
Erie, PA 16563
http://math.bd.psu...
2020 May 18
3
c2d4u3.5 ppa for Ubuntu 20.04?
Hi
I tried to use Michael's ppa after having installed Ubuntu 20.04 and R 4,
and it seems the ppa is not available now for 20.04, I get message: The
repository 'http://ppa.launchpad.net/marutter/c2d4u3.5/ubuntu focal
Release' does not have a Release file
Am I doing something wrong, or is it correct that it is not available yet?
Are there any plans to implement it at some point?
2016 Dec 19
4
Problems installing tibble (ggplot2) in R running Ubuntu 14.04
Hi,
I am unable to install tibble, a required package for ggplot2 in R. I am
running R (version 3.3.2 ) in RStudio (version 1.0.44). My OS is ubuntu
14.04 (64 bits).
I get the same error when running R from the terminal.
Any help would be gretly appreciated.
Kind regards,
Terje
****************
Error messages:
****************
install.packages("tibble")
Installing package into
2014 Jul 13
2
how to list external dependencies (i.e., non-R packages)?
hi. i'm working on a package which only works if one (or both) of two
libraries (Imlib2 and MagickWand) exist on the machine on which the
package is compiled and executed. as currently written, the program
purposely generates an error at *compile* time if neither library is
available (thinking the earlier the user is notified, the less
frustrating).
is there a way of specifying this
2016 Dec 19
0
Problems installing tibble (ggplot2) in R running Ubuntu 14.04
...> running R (version 3.3.2 ) in RStudio (version 1.0.44). My OS is ubuntu
> 14.04 (64 bits).
> I get the same error when running R from the terminal.
>
> Any help would be gretly appreciated.
>
> Kind regards,
> Terje
Terje,
The simplest thing to do would be to enable the cran2deb4ubuntu PPA
(https://launchpad.net/~marutter/+archive/ubuntu/c2d4u) and then you can
just "sudo apt-get install r-cran-tibble" and be good to go.
Since tibble was built on the PPA, the most likely culprit for your
issue is that the packages used to build tibble are not up to date. Do
you hav...
2012 Aug 29
1
lme4 installation
Being rather inept at all things Linux, I paid a consultant
to fix some things on my computer,? Unforntately, good
help is hard to find.? Here's where I am:
?
...
Loading required package: Matrix
Loading required package: lattice
Error in dyn.load(file, DLLpath = DLLpath, ...) :
? function 'cholmod_l_start' not provided by package 'Matrix'
Error: package/namespace load failed