mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
remove pkgs provided by r
* r-lattice: remove pkg * r-lattice: remove pkg * r-kernsmooth: remove pkg
This commit is contained in:
parent
d1e3818de1
commit
12e701e7b7
16 changed files with 0 additions and 315 deletions
|
@ -1,37 +0,0 @@
|
|||
# Maintainer: Shun Wang <shuonwang at gmail dot com>
|
||||
# Contributor: Shun Wang <shuonwang at gmail dot com>
|
||||
|
||||
_pkgname=KernSmooth
|
||||
_pkgver=2.23-26
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgdesc="Functions for Kernel Smoothing Supporting Wand & Jones (1995)"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=('LicenseRef-Unlimited')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
makedepends=(
|
||||
gcc-fortran
|
||||
)
|
||||
optdepends=(
|
||||
r-cardata
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz"
|
||||
"Unlimited")
|
||||
md5sums=('6bc46cc96d87d37de73050f49b2b1bc2')
|
||||
b2sums=('a28342c54c6cbb9399b4f7424554d1456c0f2135da964e0e1e91efba1f3bd2129ac1cf62b9fab389b9e95f5293496b59bcfd4767d86db867a71303723c2516c1')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
R CMD INSTALL -l build "$_pkgname"
|
||||
}
|
||||
|
||||
package() {
|
||||
install -d "$pkgdir/usr/lib/R/library"
|
||||
cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library"
|
||||
|
||||
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" Unlimited
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
There are no restrictions on distribution or use other than those imposed by relevant laws (including copyright laws).
|
|
@ -1,14 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
from lilaclib import *
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
|
||||
from lilac_r_utils import r_pre_build
|
||||
|
||||
def pre_build():
|
||||
r_pre_build(_G)
|
||||
|
||||
def post_build():
|
||||
git_pkgbuild_commit()
|
||||
update_aur_repo()
|
|
@ -1,12 +0,0 @@
|
|||
build_prefix: extra-x86_64
|
||||
maintainers:
|
||||
- github: shun2wang
|
||||
email: shuonwang@gmail.com
|
||||
repo_makedepends:
|
||||
- r-cardata
|
||||
update_on:
|
||||
- source: rpkgs
|
||||
pkgname: KernSmooth
|
||||
repo: cran
|
||||
md5: true
|
||||
- alias: r
|
|
@ -1,34 +0,0 @@
|
|||
# Maintainer: Shun Wang <shuonwang at gmail dot com>
|
||||
# Contributor: Shun Wang <shuonwang at gmail dot com>
|
||||
|
||||
_pkgname=lattice
|
||||
_pkgver=0.22-6
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgdesc="Trellis Graphics for R"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
optdepends=(
|
||||
r-kernsmooth
|
||||
r-mass
|
||||
r-latticeextra
|
||||
r-colorspace
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('8d912f14f62d3d2e86200ea51514536a')
|
||||
b2sums=('6608dae801a76fa70c98e74ecc31b3f98b8f69a8ac4f788f905d3cc5734c2b97e611eee765a4aeab15b2a3b4a7d19a66094b6193ef2997e9f3bef15779d32399')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
R CMD INSTALL -l build "$_pkgname"
|
||||
}
|
||||
|
||||
package() {
|
||||
install -d "$pkgdir/usr/lib/R/library"
|
||||
cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library"
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
from lilaclib import *
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
|
||||
from lilac_r_utils import r_pre_build
|
||||
|
||||
def pre_build():
|
||||
r_pre_build(_G)
|
||||
|
||||
def post_build():
|
||||
git_pkgbuild_commit()
|
||||
update_aur_repo()
|
|
@ -1,15 +0,0 @@
|
|||
build_prefix: extra-x86_64
|
||||
maintainers:
|
||||
- github: shun2wang
|
||||
email: shuonwang@gmail.com
|
||||
repo_makedepends:
|
||||
- r-kernsmooth
|
||||
- r-mass
|
||||
- r-latticeextra
|
||||
- r-colorspace
|
||||
update_on:
|
||||
- source: rpkgs
|
||||
pkgname: lattice
|
||||
repo: cran
|
||||
md5: true
|
||||
- alias: r
|
|
@ -1,36 +0,0 @@
|
|||
# Maintainer: Shun Wang <shuonwang at gmail dot com>
|
||||
|
||||
_pkgname=Matrix
|
||||
_pkgver=1.7-1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgdesc="Sparse and Dense Matrix Classes and Methods"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=(
|
||||
r-lattice
|
||||
)
|
||||
optdepends=(
|
||||
r-mass
|
||||
r-datasets
|
||||
r-sfsmisc
|
||||
r-tools
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('955a3ca647ba402353b78636b689947c')
|
||||
b2sums=('ff96ed61765f8c547f1d08af064bb99c683a8ea1c1ddf96c8f78a15aba0d13a2515918df5883c5147d775b83da6fb251912d7051b4c6413b41fcefaa9ba51e9e')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
R CMD INSTALL -l build "$_pkgname"
|
||||
}
|
||||
|
||||
package() {
|
||||
install -d "$pkgdir/usr/lib/R/library"
|
||||
cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library"
|
||||
|
||||
install -d "$pkgdir/usr/share/licenses/$pkgname"
|
||||
ln -s "/usr/lib/R/library/$_pkgname/LICENCE" "$pkgdir/usr/share/licenses/$pkgname"
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
from lilaclib import *
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
|
||||
from lilac_r_utils import r_pre_build
|
||||
|
||||
def pre_build():
|
||||
r_pre_build(_G,
|
||||
expect_license = "GPL (>= 2) | file LICENCE",
|
||||
)
|
||||
|
||||
def post_build():
|
||||
git_pkgbuild_commit()
|
||||
update_aur_repo()
|
|
@ -1,12 +0,0 @@
|
|||
build_prefix: extra-x86_64
|
||||
maintainers:
|
||||
- github: shun2wang
|
||||
email: shuonwang@gmail.com
|
||||
repo_depends:
|
||||
- r-lattice
|
||||
update_on:
|
||||
- source: rpkgs
|
||||
pkgname: Matrix
|
||||
repo: cran
|
||||
md5: true
|
||||
- alias: r
|
|
@ -1,33 +0,0 @@
|
|||
# Maintainer: Shun Wang <shuonwang at gmail dot com>
|
||||
# Contributor: Shun Wang <shuonwang at gmail dot com>
|
||||
|
||||
_pkgname=mgcv
|
||||
_pkgver=1.9-1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgdesc="Mixed GAM Computation Vehicle with Automatic Smoothness Estimation"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=(
|
||||
r-nlme
|
||||
)
|
||||
optdepends=(
|
||||
r-matrix
|
||||
r-survival
|
||||
r-mass
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('458c552f0fd41c12cdddbc5af6bf1fca')
|
||||
b2sums=('57b8e650464cb0ddd5ba9829a77da289715f0b81f37b53dec717afb9c8d669a0a0312eb4fbb55c281b15c063fc20c719c2e7f5d0d78eab2201ae9cbfb3778e26')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
R CMD INSTALL -l build "$_pkgname"
|
||||
}
|
||||
|
||||
package() {
|
||||
install -d "$pkgdir/usr/lib/R/library"
|
||||
cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library"
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
from lilaclib import *
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
|
||||
from lilac_r_utils import r_pre_build
|
||||
|
||||
def pre_build():
|
||||
r_pre_build(_G)
|
||||
|
||||
def post_build():
|
||||
git_pkgbuild_commit()
|
||||
update_aur_repo()
|
|
@ -1,16 +0,0 @@
|
|||
build_prefix: extra-x86_64
|
||||
maintainers:
|
||||
- github: shun2wang
|
||||
email: shuonwang@gmail.com
|
||||
repo_depends:
|
||||
- r-nlme
|
||||
repo_makedepends:
|
||||
- r-matrix
|
||||
- r-survival
|
||||
- r-mass
|
||||
update_on:
|
||||
- source: rpkgs
|
||||
pkgname: mgcv
|
||||
repo: cran
|
||||
md5: true
|
||||
- alias: r
|
|
@ -1,32 +0,0 @@
|
|||
# Maintainer: Shun Wang <shuonwang at gmail dot com>
|
||||
# Contributor: Shun Wang <shuonwang at gmail dot com>
|
||||
|
||||
_pkgname=nlme
|
||||
_pkgver=3.1-166
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgdesc="Linear and Nonlinear Mixed Effects Models"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=(
|
||||
r-lattice
|
||||
)
|
||||
optdepends=(
|
||||
r-mass
|
||||
r-sasmixed
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('413f7b9e73af1e859f5c7ecb6e9c6d64')
|
||||
b2sums=('0f18ecd9b97866e950dbb2f6d7bf56c496573dd3a79c9eb6fd8d61489d4cbaec5d5050f7f6d644241e559769e46db7d72430a2abb567bca81d109693519fc6ca')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
R CMD INSTALL -l build "$_pkgname"
|
||||
}
|
||||
|
||||
package() {
|
||||
install -d "$pkgdir/usr/lib/R/library"
|
||||
cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library"
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
from lilaclib import *
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
|
||||
from lilac_r_utils import r_pre_build
|
||||
|
||||
def pre_build():
|
||||
r_pre_build(_G)
|
||||
|
||||
def post_build():
|
||||
git_pkgbuild_commit()
|
||||
update_aur_repo()
|
|
@ -1,15 +0,0 @@
|
|||
build_prefix: extra-x86_64
|
||||
maintainers:
|
||||
- github: shun2wang
|
||||
email: shuonwang@gmail.com
|
||||
repo_depends:
|
||||
- r-lattice
|
||||
repo_makedepends:
|
||||
- r-mass
|
||||
- r-sasmixed
|
||||
update_on:
|
||||
- source: rpkgs
|
||||
pkgname: nlme
|
||||
repo: cran
|
||||
md5: true
|
||||
- alias: r
|
Loading…
Add table
Reference in a new issue