mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-*: use SPDX license identifier for "GPL (>= 2.0)"
This commit is contained in:
parent
160e608a84
commit
f4a1a4699f
7 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@ pkgrel=2
|
||||||
pkgdesc="CAlibrating Penalities Using Slope HEuristics"
|
pkgdesc="CAlibrating Penalities Using Slope HEuristics"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=(GPL)
|
license=('GPL-2.0-or-later')
|
||||||
depends=(
|
depends=(
|
||||||
r
|
r
|
||||||
)
|
)
|
||||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=2
|
||||||
pkgdesc="Fast Cross-Validation via Sequential Testing"
|
pkgdesc="Fast Cross-Validation via Sequential Testing"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=(GPL)
|
license=('GPL-2.0-or-later')
|
||||||
depends=(
|
depends=(
|
||||||
r-kernlab
|
r-kernlab
|
||||||
)
|
)
|
||||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=1
|
||||||
pkgdesc="Extension to 'ggplot2'"
|
pkgdesc="Extension to 'ggplot2'"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=(GPL)
|
license=('GPL-2.0-or-later')
|
||||||
depends=(
|
depends=(
|
||||||
r-dplyr
|
r-dplyr
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=6
|
||||||
pkgdesc="Irreproducible Discovery Rate"
|
pkgdesc="Irreproducible Discovery Rate"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=(GPL)
|
license=('GPL-2.0-or-later')
|
||||||
depends=(
|
depends=(
|
||||||
r
|
r
|
||||||
)
|
)
|
||||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=2
|
||||||
pkgdesc="Fast Multivariate Normal and Student's t Methods"
|
pkgdesc="Fast Multivariate Normal and Student's t Methods"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=(GPL)
|
license=('GPL-2.0-or-later')
|
||||||
depends=(
|
depends=(
|
||||||
blas
|
blas
|
||||||
lapack
|
lapack
|
||||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=1
|
||||||
pkgdesc="A Collection of Efficient and Extremely Fast R Functions"
|
pkgdesc="A Collection of Efficient and Extremely Fast R Functions"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=(GPL)
|
license=('GPL-2.0-or-later')
|
||||||
depends=(
|
depends=(
|
||||||
blas
|
blas
|
||||||
lapack
|
lapack
|
||||||
|
|
|
@ -201,7 +201,7 @@ license_map = {
|
||||||
"EPL": "EPL",
|
"EPL": "EPL",
|
||||||
"GPL": "GPL-2.0-or-later",
|
"GPL": "GPL-2.0-or-later",
|
||||||
"GPL (>= 2)": "GPL-2.0-or-later",
|
"GPL (>= 2)": "GPL-2.0-or-later",
|
||||||
"GPL (>= 2.0)": "GPL",
|
"GPL (>= 2.0)": "GPL-2.0-or-later",
|
||||||
"GPL (>= 3)": "GPL3",
|
"GPL (>= 3)": "GPL3",
|
||||||
"GPL (>= 3.0)": "GPL3",
|
"GPL (>= 3.0)": "GPL3",
|
||||||
"GPL (>=2)": "GPL-2.0-or-later",
|
"GPL (>=2)": "GPL-2.0-or-later",
|
||||||
|
|
Loading…
Add table
Reference in a new issue