diff --git a/dev-R/tidyr/Manifest b/dev-R/tidyr/Manifest new file mode 100644 index 0000000000..8b73e53f46 --- /dev/null +++ b/dev-R/tidyr/Manifest @@ -0,0 +1 @@ +DIST tidyr_1.2.0.tar.gz 744570 BLAKE2B b2e346395c82026abe0bf451e300bc3d73252dfd58bd5738516aee016e3aba26a9afe5579c4a669487537b96d4f4b2bc13f53eb1dac0bd36a60d901c7d54e794 SHA512 bc19c43cb8af061ee665dc4435903ee54f0a08bb12d75020d8e81e7bf84fab1277865a04e38b72884c7c86bd6cd5ed1c4e0ebfea6075692500dad134402f9bc1 diff --git a/dev-R/tidyr/metadata.xml b/dev-R/tidyr/metadata.xml new file mode 100644 index 0000000000..f76e6fc8ae --- /dev/null +++ b/dev-R/tidyr/metadata.xml @@ -0,0 +1,17 @@ + + + + + me@r0bert.dev + Robert Greener + + Tools to help to create tidy data, where each column is a variable, each row is an observation, and each cell contains a single value. 'tidyr' contains tools for changing the shape (pivoting) and hierarchy (nesting and 'unnesting') of a dataset, turning deeply nested lists into rectangular data frames ('rectangling'), and extracting values out of string columns. It also includes tools for working with missing values (both implicit and explicit). + + + Hadley Wickham + hadley@rstudio.com + + https://github.com/tidyvserse/tidyr/issues + tidyverse/tidyr + + diff --git a/dev-R/tidyr/tidyr-1.2.0.ebuild b/dev-R/tidyr/tidyr-1.2.0.ebuild new file mode 100644 index 0000000000..71c2ca7cdd --- /dev/null +++ b/dev-R/tidyr/tidyr-1.2.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Tidy Messy Data' +KEYWORDS="~amd64" +LICENSE='MIT' +DEPEND=" + >=dev-R/dplyr-1.0.0 + >=dev-R/elipsis-0.1.0 + dev-R/glue + dev-R/lifecycle + dev-R/magrittr + dev-R/purrr + dev-R/rlang + >=dev-R/tibble-2.1.1 + >=dev-R/tidyselect-1.1.0 + >=dev-R/vctrs-0.3.7 + >=dev-R/cpp11-0.4.0 +" + +SUGGESTED_PACKAGES=" + dev-R/covr + dev-R/data-table + dev-R/jsonlite + dev-R/knitr + dev-R/readr + >=dev-R/repurrrsive-1.0.0 + dev-R/rmarkdown + >=dev-R/testthat-3.0.0 +"