r-rdtools
LOW
maintainer AutoUpdateBot
0 votes
scanned 2026-09-10 15:20:39.512721
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
4
pkgname=r-rdtools
5
pkgver=${_pkgver//-/.}
6
pkgrel=1
7
pkgdesc="Efficient Manipulation of 'Rd' Files and Help Topics"
8
arch=('x86_64')
9
url="https://cran.r-project.org/package=${_cranname}"
10
license=('MIT')
11
depends=('r')
12
optdepends=('r-testthat: run the test suite'
13
'r-withr: run the test suite')
14
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_pkgver}.tar.gz")
15
sha256sums=('90fdaef0c78ad322ca76f4b401c68b4028c2437cd51a1b6ccbf411d9c66c094b')
16
17
build() {
18
R CMD INSTALL "${_cranname}_${_pkgver}.tar.gz" -l "$srcdir"
19
}
20
21
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-10 15:20:39 | Low | 1 |