File: control

package info (click to toggle)
r-cran-forcats 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 900 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 1,058 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: r-cran-forcats
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper-compat (= 13), r-base-dev (>= 4.5.1), dh-r, r-cran-tibble, r-cran-magrittr, r-cran-rlang, r-cran-ellipsis, r-cran-withr, r-cran-cli, r-cran-glue, r-cran-lifecycle
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/edd/r-cran-forcats
Vcs-Git: https://salsa.debian.org/edd/r-cran-forcats.git
Homepage: https://cran.r-project.org/package=forcats

Package: r-cran-forcats
Architecture: all
Depends: ${misc:Depends}, ${R:Depends}, r-cran-tibble, r-cran-magrittr, r-cran-rlang, r-cran-ellipsis, r-cran-withr, r-cran-cli, r-cran-glue, r-cran-lifecycle
Description: GNU R package for working with categorical variables (factors)
 The package offers helpers for reordering factor levels (including moving
 specified levels to front, ordering by first appearance, reversing, and
 randomly shuffling), and tools for modifying factor levels (including
 collapsing rare levels into other, 'anonymising', and manually 'recoding').