On 12/2/20 5:16 PM, Dirk Eddelbuettel wrote:
Hi Kevin, (And also Hi Michael, please see below...) On 2 December 2020 at 21:45, Kevin Donnelly wrote: | I am trying to install sjPlot. I am running Ubuntu 20.04 and R 4.0.3, and | I have the following two R repos active: | https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/ | http://ppa.launchpad.net/c2d4u.team/c2d4u4.0+/ubuntu focal | | When I try to install r-cran-sjplot, I get the following error: | Depends: r-api-3.5 :-/
This one is on me. When R 4.0 came out, I wrote scripts to rebuild all the r-cran-* packages, such as r-cran-sjplot, that the main Ubuntu repository supplies so that the upgrade to 4.0 is a painless as possible for users. I also need to do this so as when I build packages for c2d4u, all the dependencies are satisfied.
It appears I missed this one, and since it hasn't been a dependency for any package I have built since, it didn't come to my attention. It has been corrected an r-cran-sjplot can be installed on Focal.
The package is in Ubuntu. Ubuntu uses the standard packages, 20.04 is still at R 3.6.* so the package _for use within the Ubuntu distro_ is built against that R version and hence has 'r-api-3.5' as a (virtual) depends to signal use with R 3.6.* (R 3.5.* and R 3.6.* were binary compatible so the label was not increased.) You seem to have one of the rare packages _not_ shadowed by Michael in excellent c4d4u4.0+ repo. So you have to install from source. In which case I would try to mix and match and get as much as you can from c2d4u4.0+, and install the rest old-school by hand from CRAN. Dirk Michael: Shall we try to mark this as a virtual TODO and maybe use RcppAPT or another interface into the package pool to find packages that are in fact in Debian/Ubuntu but not in your otherwise excellent and complete repo?
Yes, sounds like a good project to tackle after the semester ends. Michael
| Depends: r-cran-bayestestr but it is not going to be installed | Depends: r-cran-effectsize but it is not going to be installed | Depends: r-cran-ggeffects but it is not going to be installed | Depends: r-cran-parameters but it is not going to be installed | Depends: r-cran-performance but it is not going to be installed | Depends: r-cran-sjmisc but it is not going to be installed | Depends: r-cran-sjstats but it is not going to be installed | | Many of the other packages can be installed (though sjstats has a further | list of errors), but r-api-3.5 is not available. | apt-cache show r-cran-sjplot | seems to show only an Ubuntu distro version (though I'm not sure how it can | be there if the above two repos are active): | Package: r-cran-sjplot | Architecture: all | Version: 2.8.2-1 | Priority: optional | Section: universe/gnu-r | Origin: Ubuntu | Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> | Original-Maintainer: Debian R Packages Maintainers < | r-pkg-t...@alioth-lists.debian.net> | | Any suggestions on what I've got wrong here? | | Thanks! | | -- | Pob hwyl / Best wishes | | Kevin Donnelly | kevindonnelly.org.uk/qiezi | cymraeg.org.uk | autoglosser.org.uk | | [[alternative HTML version deleted]] | | _______________________________________________ | R-SIG-Debian mailing list | R-SIG-Debian@r-project.org | https://stat.ethz.ch/mailman/listinfo/r-sig-debian
_______________________________________________ R-SIG-Debian mailing list R-SIG-Debian@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-debian