1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: r-cran-usethis
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Dylan Aïssi <daissi@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-cli (>= 3.0.1),
r-cran-clipr,
r-cran-crayon,
r-cran-curl,
r-cran-desc (>= 1.4.2),
r-cran-fs,
r-cran-gert (>= 1.4.1),
r-cran-gh (>= 1.2.1),
r-cran-glue,
r-cran-jsonlite,
r-cran-lifecycle (>= 1.0.0),
r-cran-purrr,
r-cran-rappdirs,
r-cran-rlang (>= 1.1.0),
r-cran-rprojroot,
r-cran-rstudioapi,
r-cran-whisker,
r-cran-withr,
r-cran-yaml
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-usethis
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-usethis.git
Homepage: https://cran.r-project.org/package=usethis
Rules-Requires-Root: no
Package: r-cran-usethis
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Automate Package and Project Setup
Automate package and project setup tasks that are otherwise
performed manually. This includes setting up unit testing, test
coverage, continuous integration, Git, 'GitHub', licenses, 'Rcpp', 'RStudio'
projects, and more.
|