summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-03-09 01:12:46 +0300
committerViktor Drobot2020-03-09 01:12:46 +0300
commitad37ffb260e8a875c28b809bf724360fae4299b2 (patch)
tree8fa3c35804bdef0e1e129258b4f657efa3094462
parentd760aa4687f3983a9a4b8b43ad67dbe4dc238735 (diff)
downloadaur-ad37ffb260e8a875c28b809bf724360fae4299b2.tar.gz
Fixed PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dfb425cea58..f5fac4de44e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = r-ggplot2
optdepends = r-dplyr
optdepends = r-ggplot2movies
optdepends = r-hexbin
- optdepends = r-Hmisc
+ optdepends = r-hmisc
optdepends = r-knitr
optdepends = r-lattice
optdepends = r-mapproj
diff --git a/PKGBUILD b/PKGBUILD
index 4a20cb791e92..14e76c69ee7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2)
depends=('r>=3.2' r-digest r-glue 'r-gtable>=0.1.1' r-isoband r-mgcv 'r-rlang>=0.3.0' 'r-scales>=0.5.0' r-tibble 'r-withr>=2.0.0')
-optdepends=(r-covr r-dplyr r-ggplot2movies r-hexbin r-Hmisc r-knitr r-lattice r-mapproj r-maps r-maptools r-multcomp r-munsell r-nlme r-profvis r-quantreg r-rgeos r-rmarkdown r-rpart r-sf r-svglite r-testthat r-vdiffr)
+optdepends=(r-covr r-dplyr r-ggplot2movies r-hexbin r-hmisc r-knitr r-lattice r-mapproj r-maps r-maptools r-multcomp r-munsell r-nlme r-profvis r-quantreg r-rgeos r-rmarkdown r-rpart r-sf r-svglite r-testthat r-vdiffr)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
md5sums=('a25941cbd03f34549c60c7e40780bef0')