r-rdtools

LOW
maintainer AutoUpdateBot 0 votes scanned 2026-09-10 15:20:39.512721
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Jingbei Li <i@jingbei.li>
2_cranname=rdtools
3_pkgver=0.1.0
4pkgname=r-rdtools
5pkgver=${_pkgver//-/.}
6pkgrel=1
7pkgdesc="Efficient Manipulation of 'Rd' Files and Help Topics"
8arch=('x86_64')
9url="https://cran.r-project.org/package=${_cranname}"
10license=('MIT')
11depends=('r')
12optdepends=('r-testthat: run the test suite'
13 'r-withr: run the test suite')
14source=("https://cran.r-project.org/src/contrib/${_cranname}_${_pkgver}.tar.gz")
15sha256sums=('90fdaef0c78ad322ca76f4b401c68b4028c2437cd51a1b6ccbf411d9c66c094b')
16
17build() {
18 R CMD INSTALL "${_cranname}_${_pkgver}.tar.gz" -l "$srcdir"
19}
20
21package() {
22 install -dm0755 "$pkgdir/usr/lib/R/library"
23 cp -a --no-preserve=ownership "${_cranname}" "$pkgdir/usr/lib/R/library"
24 install -Dm0644 "${_cranname}/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
25}
26

Scan history

Scanned at (UTC)SeverityRules
2026-09-10 15:20:39 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion