r-box
LOW
maintainer Waym0re
0 votes
scanned 2026-08-21 15:15:19.666615
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: waym0re <waym0re [at] icloud [dot] com>
2
_pkgname=box
3
_pkgver=1.2.3
4
pkgname=r-${_pkgname,,}
5
pkgver=${_pkgver//-/.}
6
pkgrel=1
7
pkgdesc="Write Reusable, Composable and Modular R Code"
8
arch=(x86_64)
9
url="https://cran.r-project.org/package=$_pkgname"
10
license=('MIT')
11
depends=()
12
optdepends=(
13
r-devtools
14
r-knitr
15
r-rmarkdown
16
r-roxygen2
17
r-rstudioapi
18
r-shiny
19
r-stringr
20
)
21
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
22
md5sums=('49bf0f6e39fb08189d528b48a6d0e0d0')
23
b2sums=('83776a4eb077c6330f40bda0e10cef25c42612a3172eeab74908b785531bdf2741c68c6627a6585908640850eb213ecff83c19dfb488a85227b99797dce9f95c')
24
25
build() {
26
mkdir build
27
R CMD INSTALL -l build "$_pkgname"
28
}
29
30
package() {
31
install -d "$pkgdir/usr/lib/R/library"
32
cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library"
33
34
install -d "$pkgdir/usr/share/licenses/$pkgname"
35
ln -s "/usr/lib/R/library/$_pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname"
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 15:15:19 | Low | 1 |