Port details |
- R-cran-hardhat Construct Modeling Packages
- 1.4.0 devel =2 1.4.0Version of this port present on the latest quarterly branch.
- Maintainer: eduardo@FreeBSD.org
- Port Added: 2022-02-22 11:27:07
- Last Update: 2024-06-03 11:55:32
- Commit Hash: 94757bb
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://cran.r-project.org/web/packages/hardhat/
- Description:
- Building modeling packages is hard. A large amount of effort generally
goes into providing an implementation for a new method that is
efficient, fast, and correct, but often less emphasis is put on the
user interface. A good interface requires specialized knowledge
about S3 methods and formulas, which the average package developer
might not have. The goal of 'hardhat' is to reduce the burden around
building new modeling packages by providing functionality for
preprocessing, predicting, and validating input.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-hardhat>0:devel/R-cran-hardhat
- To install the port:
- cd /usr/ports/devel/R-cran-hardhat/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-hardhat
- pkg install R-cran-hardhat
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-hardhat
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1717397792
SHA256 (hardhat_1.4.0.tar.gz) = 46d023ddfc8f940cd889478fa91c42e894a0df58a10f3b6c0eb688a500b2b3ad
SIZE (hardhat_1.4.0.tar.gz) = 611157
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-cli>=3.6.0 : devel/R-cran-cli
- R-cran-glue>=1.6.2 : devel/R-cran-glue
- R-cran-rlang>=1.1.0 : devel/R-cran-rlang
- R-cran-tibble>=3.2.1 : devel/R-cran-tibble
- R-cran-vctrs>=0.6.0 : devel/R-cran-vctrs
- R : math/R
- Test dependencies:
-
- R-cran-recipes>0 : math/R-cran-recipes
- R-cran-testthat>0 : devel/R-cran-testthat
- Runtime dependencies:
-
- R-cran-cli>=3.6.0 : devel/R-cran-cli
- R-cran-glue>=1.6.2 : devel/R-cran-glue
- R-cran-rlang>=1.1.0 : devel/R-cran-rlang
- R-cran-tibble>=3.2.1 : devel/R-cran-tibble
- R-cran-vctrs>=0.6.0 : devel/R-cran-vctrs
- R : math/R
- This port is required by:
- for Run
-
- math/R-cran-recipes
Configuration Options:
- No options to configure
- Options name:
- devel_R-cran-hardhat
- USES:
- cran:auto-plist
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.0 03 Jun 2024 11:55:32 |
Nuno Teixeira (eduardo) |
devel/R-cran-hardhat: Update to 1.4.0
ChangeLog: https://cran.r-project.org/web/packages/hardhat/news/news.html |
1.3.1 03 Feb 2024 08:46:02 |
Nuno Teixeira (eduardo) |
devel/R-cran-hardhat: Update to 1.3.1
- Switch to DISTVERSION
- Define license file
- Add test dependencies
- Take maintainership
ChangeLog: https://cran.r-project.org/web/packages/hardhat/news/news.html |
1.3.0 06 May 2023 14:54:57 |
TAKATSU Tomonari (tota) |
devel/R-cran-hardhat: Update to 1.3.0
- Update to 1.3.0
- Drop maintainership |
1.2.0_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) |
1.2.0 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 ) |
1.2.0 13 Jul 2022 06:47:27 |
TAKATSU Tomonari (tota) |
devel/R-cran-hardhat: Update to 1.2.0 |
1.1.0 11 Jun 2022 15:24:49 |
TAKATSU Tomonari (tota) |
devel/R-cran-hardhat: Update to 1.1.0 |
1.0.0 04 Jun 2022 09:24:23 |
TAKATSU Tomonari (tota) |
devel/R-cran-hardhat: Update to 1.0.0 |
0.2.0 22 Feb 2022 11:25:31 |
TAKATSU Tomonari (tota) |
devel/R-cran-hardhat: Add new port
Building modeling packages is hard. A large amount of effort generally
goes into providing an implementation for a new method that is
efficient, fast, and correct, but often less emphasis is put on the
user interface. A good interface requires specialized knowledge
about S3 methods and formulas, which the average package developer
might not have. The goal of 'hardhat' is to reduce the burden around
building new modeling packages by providing functionality for
preprocessing, predicting, and validating input.
WWW: https://cran.r-project.org/web/packages/hardhat/ |