r-formatr: Update version to 1.5 (#5855)

This commit is contained in:
lingnanyuan 2017-10-24 04:23:17 -05:00 committed by Todd Gamblin
parent 050b753bb7
commit ae578069bd

View File

@ -33,9 +33,11 @@ class RFormatr(RPackage):
human-readable and tidy. There is also a Shiny app as a user interface in
this package."""
homepage = "http://yihui.name/formatR"
url = "https://cran.r-project.org/src/contrib/formatR_1.4.tar.gz"
homepage = "https://cran.r-project.org/package=formatR"
url = "https://cran.r-project.org/src/contrib/formatR_1.5.tar.gz"
list_url = homepage
version('1.5', 'ac735515b8e4c32097154f1b68c5ecc7')
version('1.4', '98b9b64b2785b35f9df403e1aab6c73c')
depends_on('r-codetools', type=('build', 'run'))