summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorMatt Frichtl2018-05-30 21:11:52 -0400
committerMatt Frichtl2018-05-30 21:11:52 -0400
commitba22eb832365db023c1e378968aa472ba4c0c910 (patch)
tree3b7ccda86d5fb61bb13f67170d5d5bfa4c913be6 /.SRCINFO
downloadaur-ba22eb832365db023c1e378968aa472ba4c0c910.tar.gz
Initial commit.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO23
1 files changed, 23 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..39d446363959
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,23 @@
+pkgbase = r-tidyr
+ pkgdesc = An evolution of 'reshape2'. It's designed specifically for data tidying (not general reshaping or aggregating) and works well with 'dplyr' data pipelines.
+ pkgver = 0.8.1
+ pkgrel = 1
+ url = http://cran.r-project.org/web/packages/tidyr/index.html
+ arch = i686
+ arch = x86_64
+ license = MIT
+ depends = r>=3.1.0
+ depends = r-dplyr>=0.7.0
+ depends = r-glue
+ depends = r-magrittr
+ depends = r-purrr
+ depends = r-rcpp
+ depends = r-rlang
+ depends = r-tibble
+ depends = r-stringi
+ depends = r-tidyselect
+ source = http://cran.r-project.org/src/contrib/tidyr_0.8.1.tar.gz
+ md5sums = e4381bbea1da63280afa244df3f85940
+
+pkgname = r-tidyr
+