Port details |
- R-cran-usethis Automate Package and Project Setup
- 2.0.1_1 devel
=0 2.0.1Version of this port present on the latest quarterly branch. - Maintainer: jpbeconne@free.fr
 - Port Added: 2021-11-05 05:51:05
- Last Update: 2023-04-23 09:09:58
- Commit Hash: 8d3e020
- License: GPLv3
- Description:
- 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-usethis>0:devel/R-cran-usethis
- To install the port:
- cd /usr/ports/devel/R-cran-usethis/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-usethis
- pkg install R-cran-usethis
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-usethis
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1623869185
SHA256 (usethis_2.0.1.tar.gz) = ef269e7a3190791bc77ff1d5cb11f20cb594adedb334805f88db5451f3ffd6c8
SIZE (usethis_2.0.1.tar.gz) = 306090
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- R-cran-clipr>=0.3.0 : devel/R-cran-clipr
- R-cran-clisymbols>0 : devel/R-cran-clisymbols
- R-cran-crayon>0 : devel/R-cran-crayon
- R-cran-curl>=2.7 : ftp/R-cran-curl
- R-cran-desc>=1.2.0 : devel/R-cran-desc
- R-cran-fs>=1.3.0 : sysutils/R-cran-fs
- R-cran-gert>=1.0.2 : devel/R-cran-gert
- R-cran-gh>=1.2.0 : www/R-cran-gh
- R-cran-glue>=1.3.0 : devel/R-cran-glue
- R-cran-jsonlite>0 : converters/R-cran-jsonlite
- R-cran-lifecycle>0 : devel/R-cran-lifecycle
- R-cran-purrr>0 : devel/R-cran-purrr
- R-cran-rappdirs>=0.3.3 : devel/R-cran-rappdirs
- R-cran-rlang>0.4.10 : devel/R-cran-rlang
- R-cran-rprojroot>=1.2 : devel/R-cran-rprojroot
- R-cran-rstudioapi>0 : devel/R-cran-rstudioapi
- R-cran-whisker>0 : devel/R-cran-whisker
- R-cran-withr>=2.3.0 : devel/R-cran-withr
- R-cran-yaml>0 : textproc/R-cran-yaml
- R : math/R
- Runtime dependencies:
-
- R-cran-clipr>=0.3.0 : devel/R-cran-clipr
- R-cran-clisymbols>0 : devel/R-cran-clisymbols
- R-cran-crayon>0 : devel/R-cran-crayon
- R-cran-curl>=2.7 : ftp/R-cran-curl
- R-cran-desc>=1.2.0 : devel/R-cran-desc
- R-cran-fs>=1.3.0 : sysutils/R-cran-fs
- R-cran-gert>=1.0.2 : devel/R-cran-gert
- R-cran-gh>=1.2.0 : www/R-cran-gh
- R-cran-glue>=1.3.0 : devel/R-cran-glue
- R-cran-jsonlite>0 : converters/R-cran-jsonlite
- R-cran-lifecycle>0 : devel/R-cran-lifecycle
- R-cran-purrr>0 : devel/R-cran-purrr
- R-cran-rappdirs>=0.3.3 : devel/R-cran-rappdirs
- R-cran-rlang>0.4.10 : devel/R-cran-rlang
- R-cran-rprojroot>=1.2 : devel/R-cran-rprojroot
- R-cran-rstudioapi>0 : devel/R-cran-rstudioapi
- R-cran-whisker>0 : devel/R-cran-whisker
- R-cran-withr>=2.3.0 : devel/R-cran-withr
- R-cran-yaml>0 : textproc/R-cran-yaml
- R : math/R
- This port is required by:
- for Build
-
- devel/R-cran-devtools
- for Run
-
- devel/R-cran-devtools
Configuration Options:
- No options to configure
- Options name:
- devel_R-cran-usethis
- USES:
- cran:auto-plist
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.1_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.1 05 Nov 2021 05:49:46
    |
Guangyuan Yang (ygy)  Author: Jean-Paul Beconne |
devel/R-cran-usethis: New Port: Automate Package and Project Setup
PR: 246839 |
Number of commits found: 4
|