Language

Package: r-tidyr @ 1.1.2

Synopsis

Tidy data with `spread()` and `gather()` functions

Description

tidyr is a reframing of the reshape2 package designed to accompany the tidy data framework, and to work hand-in-hand with magrittr and dplyr to build a solid pipeline for data analysis. It is designed specifically for tidying data, not the general reshaping that reshape2 does, or the general aggregation that reshape did. In particular, built-in methods only work for data frames, and tidyr provides no margins or aggregation.

Home page
https://github.com/hadley/tidyr
Location
gnu/packages/statistics.scm (line: 3725, column: 2)
License

Lint warnings

LinterMessageLocation
description

Validate package descriptions

description should start with an upper-case letter or digit