r-box

LOW
maintainer Waym0re 0 votes scanned 2026-08-21 15:15:19.666615
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: waym0re <waym0re [at] icloud [dot] com>
2_pkgname=box
3_pkgver=1.2.3
4pkgname=r-${_pkgname,,}
5pkgver=${_pkgver//-/.}
6pkgrel=1
7pkgdesc="Write Reusable, Composable and Modular R Code"
8arch=(x86_64)
9url="https://cran.r-project.org/package=$_pkgname"
10license=('MIT')
11depends=()
12optdepends=(
13 r-devtools
14 r-knitr
15 r-rmarkdown
16 r-roxygen2
17 r-rstudioapi
18 r-shiny
19 r-stringr
20)
21source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
22md5sums=('49bf0f6e39fb08189d528b48a6d0e0d0')
23b2sums=('83776a4eb077c6330f40bda0e10cef25c42612a3172eeab74908b785531bdf2741c68c6627a6585908640850eb213ecff83c19dfb488a85227b99797dce9f95c')
24
25build() {
26 mkdir build
27 R CMD INSTALL -l build "$_pkgname"
28}
29
30package() {
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)SeverityRules
2026-08-21 15:15:19 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