Search Criteria
Package Details: r-dbi 1.1.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 |
Submitter: | frichtlm |
Maintainer: | pekkarr |
Last Packager: | pekkarr |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-11-27 21:38 (UTC) |
Last Updated: | 2022-06-19 07:44 (UTC) |
Dependencies (18)
- r (microsoft-r-open, r352, r-mkl)
- r-testthat (check)
- r-blob (optional)
- r-covr (optional)
- r-dbitest (optional)
- r-dbplyr (optional)
- r-downlit (optional)
- r-dplyr (optional)
- r-glue (optional)
- r-hms (optional)
- r-knitr (optional)
- r-magrittr (optional)
- r-rmariadb (optional)
- r-rmarkdown (optional)
- r-rprojroot (optional)
- r-rsqlite (optional)
- r-testthat (optional)
- r-xml2 (optional)
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