Search Criteria
Package Details: r-dbi 1.2.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/r-dbi.git (read-only, click to copy) |
---|---|
Package Base: | r-dbi |
Description: | R Database Interface |
Upstream URL: | https://cran.r-project.org/package=DBI |
Licenses: | LGPL-2.1-or-later |
Submitter: | frichtlm |
Maintainer: | pekkarr (BioArchLinuxBot) |
Last Packager: | BioArchLinuxBot |
Votes: | 1 |
Popularity: | 0.117987 |
First Submitted: | 2019-11-27 21:38 (UTC) |
Last Updated: | 2024-06-03 00:01 (UTC) |
Dependencies (21)
- r (r352AUR, r-mklAUR)
- r-testthatAUR (check)
- r-arrowAUR (optional)
- r-blobAUR (optional)
- r-covrAUR (optional)
- r-dbitestAUR (optional)
- r-dbplyrAUR (optional)
- r-downlitAUR (optional)
- r-dplyrAUR (optional)
- r-glueAUR (optional)
- r-hmsAUR (optional)
- r-knitrAUR (optional)
- r-magrittrAUR (optional)
- r-nanoarrowAUR (optional)
- r-rmariadbAUR (optional)
- r-rmarkdownAUR (optional)
- r-rprojrootAUR (optional)
- r-rsqliteAUR (optional)
- r-testthatAUR (optional)
- r-vctrsAUR (optional)
- Show 1 more dependencies...
Required by (142)
- r-affycoretools
- r-annaffy
- r-annmap
- r-annotate
- r-annotationdbi
- r-annotationforge
- r-annotationhubdata
- r-anvilbilling
- r-aroma.affymetrix (optional)
- r-arrow (optional)
- r-autonomics (optional)
- r-batchjobs
- r-biglm
- r-bigrquery
- r-bioassayr
- r-biocfilecache
- r-bioconcotk
- r-biotmle (optional)
- r-category
- r-celldex
- Show 122 more...
Latest Comments
hcartiaux commented on 2022-03-25 08:37 (UTC)
Ok ! Thank you very much for your work ! :)
pekkarr commented on 2022-03-24 16:41 (UTC)
That's a good point. I will soon remove the semi-cyclical dependencies.
hcartiaux commented on 2022-03-23 09:36 (UTC)
@pekkarr, if it does not work out of the box, it will discourage everybody to use the r- packages. Given the number of votes on these packages, I doubt of the usefulness of doing so much packaging work for maybe 2 or 3 persons...
Personally, I will not use a random binary repository as suggested by @dviktor but it may be enough to just sync his PKGBUILD from his github repository to AUR?
pekkarr commented on 2022-03-16 15:56 (UTC)
The dependency cycle is not a bug, as
r-rsqlite
is required to run the test suite forr-dbi
. I don't think Arch package guidelines say anything about semi-cyclical dependencies.The correct way to build
r-rsqlite
with checks is to buildr-dbi
first with--nocheck
, buildr-rsqlite
and then rebuildr-dbi
with checks.You can also disable
check()
functions globally inmakepkg.conf
if you want more convenient builds.jose1711 commented on 2022-03-15 21:44 (UTC) (edited on 2022-03-15 21:44 (UTC) by jose1711)
r-rsqlite
depends onr-dbi
r-dbi
depends onr-rsqlite
(check)to be able to install both one has to do: *
makepkg --nocheck -i
forr-dbi
*makepkg -i
forr-rsqlite
could you please fix this semi-cyclical dependency?
dviktor commented on 2021-12-22 20:31 (UTC)
Further maintenance and support for this package has been moved there. You can install pre-built packages from my repo