mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-dfoptim: fix pkgdesc
This commit is contained in:
parent
3fd19993e5
commit
2c5b89dae7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ _pkgver=2023.1.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Derivative-Free optimization algorithms. These algorithms do not require gradient information. More importantly, they can be used to solve non-smooth optimization problems."
|
pkgdesc="Derivative-Free Optimization"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=('GPL-2.0-or-later')
|
license=('GPL-2.0-or-later')
|
||||||
|
|
Loading…
Add table
Reference in a new issue