Port details |
- R-cran-roxygen2 In-Line Documentation for R
- 7.3.2 devel =2 7.3.2Version of this port present on the latest quarterly branch.
- Maintainer: jpbeconne@free.fr
- Port Added: 2021-06-21 02:18:13
- Last Update: 2024-08-15 15:52:44
- Commit Hash: 84d765e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://roxygen2.r-lib.org
- Description:
- Generate your Rd documentation, 'NAMESPACE' file, and collation field using
specially formatted comments. Writing documentation in-line with code makes
it easier to keep your documentation up-to-date as your requirements change.
'Roxygen2' is inspired by the 'Doxygen' system for C++.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-roxygen2>0:devel/R-cran-roxygen2
- To install the port:
- cd /usr/ports/devel/R-cran-roxygen2/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-roxygen2
- pkg install R-cran-roxygen2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-roxygen2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1722938659
SHA256 (roxygen2_7.3.2.tar.gz) = b788879f9132b7e2e656f442a6c592314676a9bf32d6a0a56e156cfa1ada011c
SIZE (roxygen2_7.3.2.tar.gz) = 298741
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-brew>0 : textproc/R-cran-brew
- R-cran-commonmark>0 : textproc/R-cran-commonmark
- R-cran-cpp11>0 : devel/R-cran-cpp11
- R-cran-desc>=1.2.0 : devel/R-cran-desc
- R-cran-digest>0 : security/R-cran-digest
- R-cran-knitr>0 : print/R-cran-knitr
- R-cran-pkgload>=1.0.2 : devel/R-cran-pkgload
- R-cran-purrr>=0.3.3 : devel/R-cran-purrr
- R-cran-R6>=2.1.2 : devel/R-cran-R6
- R-cran-Rcpp>=0.11.0 : devel/R-cran-Rcpp
- R-cran-rlang>0 : devel/R-cran-rlang
- R-cran-stringi>0 : textproc/R-cran-stringi
- R-cran-stringr>=1.0.0 : textproc/R-cran-stringr
- R-cran-xml2>0 : textproc/R-cran-xml2
- R : math/R
- gfortran13 : lang/gcc13
- as : devel/binutils
- Runtime dependencies:
-
- R-cran-brew>0 : textproc/R-cran-brew
- R-cran-commonmark>0 : textproc/R-cran-commonmark
- R-cran-cpp11>0 : devel/R-cran-cpp11
- R-cran-desc>=1.2.0 : devel/R-cran-desc
- R-cran-digest>0 : security/R-cran-digest
- R-cran-knitr>0 : print/R-cran-knitr
- R-cran-pkgload>=1.0.2 : devel/R-cran-pkgload
- R-cran-purrr>=0.3.3 : devel/R-cran-purrr
- R-cran-R6>=2.1.2 : devel/R-cran-R6
- R-cran-Rcpp>=0.11.0 : devel/R-cran-Rcpp
- R-cran-rlang>0 : devel/R-cran-rlang
- R-cran-stringi>0 : textproc/R-cran-stringi
- R-cran-stringr>=1.0.0 : textproc/R-cran-stringr
- R-cran-xml2>0 : textproc/R-cran-xml2
- R : math/R
- gfortran13 : lang/gcc13
- 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-roxygen2
- USES:
- cran:auto-plist,compiles
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.3.2 15 Aug 2024 15:52:44 |
Zsolt Udvari (uzsolt) |
devel/R-cran-roxygen2: update to 7.3.2
Add devel/R-cran-cpp1 to depends.
Changelog:
https://cloud.r-project.org/web/packages/roxygen2/news/news.html
PR: 280654
Approved by: Jean-Paul Beconne <jpbeconne@free.fr> (maintainer) |
7.1.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) |
7.1.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 ) |
7.1.1 21 Jun 2021 01:56:10 |
Guangyuan Yang (ygy) Author: Jean-Paul Beconne |
devel/R-cran-roxygen2: New port: In-Line Documentation for R
PR: 246843
Approved by: lwhsu (mentor, implicit) |
Number of commits found: 5
|