pkgsrc/devel/R-usethis/Makefile
mef fd2796803c (devel/R-usethis) Updated 2.0.0 to 2.0.1
# usethis 2.0.1

* All functions that require a package now ask you if you'd like to install it.

* Added `edit_template()` for opening and creating files in `inst/templates`
  (for use with `use_template()`) (@malcolmbarrett, #1319).

* `use_article()` now creates the file in the `vignettes/articles/` (#548).

* `use_lifecycle()` has been updated for changes in our lifecycle workflow
  (#1323).

* `use_tidy_pkgdown()` has been renamed to `use_pkgdown_github_pages()` since
  the function is useful for anyone who wants to automatically publish to GitHub
  pages, not just the tidyverse team (#1308).

* `use_release_issue()` includes a bunch of minor improvements. Most
  importantly, for initial CRAN release we now include a number of common
  things that CRAN checks for that aren't in `R CMD check`.

* `use_readme_rmd()`, `use_readme_md()`, `use_tidy_contributing()`, and
  `use_tidy_support()` use updated logic for determining the `OWNER/REPO` spec
  of the target repo (#1312).
2021-05-31 21:50:20 +00:00

41 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2021/05/31 21:50:20 mef Exp $
R_PKGNAME= usethis
R_PKGVER= 2.0.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Automate package and project setup
LICENSE= mit
DEPENDS+= R-clipr>=0.3.0:../../devel/R-clipr
DEPENDS+= R-cli-[0-9]*:../../devel/R-cli
DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
DEPENDS+= R-desc>=1.2.0:../../devel/R-desc
DEPENDS+= R-fs>=1.3.0:../../devel/R-fs
DEPENDS+= R-gert-[0-9]*:../../devel/R-gert
DEPENDS+= R-glue>=1.3.0:../../devel/R-glue
DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle
DEPENDS+= R-purrr>=0.3.2:../../devel/R-purrr
DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang
DEPENDS+= R-rprojroot>=1.2:../../devel/R-rprojroot
DEPENDS+= R-withr>=2.1.2:../../devel/R-withr
DEPENDS+= R-rstudioapi>=0.10:../../math/R-rstudioapi
DEPENDS+= R-clisymbols>=1.2.0:../../textproc/R-clisymbols
DEPENDS+= R-yaml>=2.2.0:../../textproc/R-yaml
DEPENDS+= R-curl>=2.7:../../www/R-curl
DEPENDS+= R-gh>=1.0.1:../../www/R-gh
DEPENDS+= R-rappdirs-[0-9]*:../../devel/R-rappdirs
DEPENDS+= R-whisker-[0-9]*:../../devel/R-whisker
TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
# Packages suggested but not available: 'magick', 'pkgdown', 'styler'
#
# Package required and available but unsuitable version: 'gh'