Search Criteria
Package Details: r-decor 1.0.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/r-decor.git (read-only, click to copy) |
---|---|
Package Base: | r-decor |
Description: | Retrieve Code Decorations |
Upstream URL: | https://cran.r-project.org/package=decor |
Licenses: | MIT |
Submitter: | peippo |
Maintainer: | peippo |
Last Packager: | peippo |
Votes: | 1 |
Popularity: | 0.115628 |
First Submitted: | 2023-03-22 10:28 (UTC) |
Last Updated: | 2023-10-16 07:14 (UTC) |
Required by (9)
- r-arrow (optional)
- r-asciicast (check)
- r-asciicast (optional)
- r-cpp11 (check)
- r-cpp11 (optional)
- r-igraph (optional)
- r-mosim (optional)
- r-rmariadb (optional)
- r-rpostgres (make)
Latest Comments
pekkarr commented on 2023-10-11 13:27 (UTC)
Could you remove
r-covr
fromcheckdepends
(or comment them out)? There is currently a dependency cycle, sincer-covr
depends onr-httr
, which checkdepends onr-httpuv
, which checkdepends onr-websocket
, which makedepends onr-cpp11
, which checkdepends onr-decor
.I think it would be best to break the cycle here, since
r-covr
isn't actually needed for running the tests forr-decor
. The BioArchLinux PKGBUILD forr-decor
for example runs the tests without needingr-covr
.