| Port details |
- R-cran-tinytest Lightweight and Feature Complete Unit Testing Framework
- 1.4.3 devel
=0 1.4.1_1Version of this port present on the latest quarterly branch. - Maintainer: eduardo@FreeBSD.org
 - Port Added: 2020-12-28 00:34:04
- Last Update: 2026-03-28 10:05:17
- Commit Hash: c1753ad
- License: GPLv3
- WWW:
- https://cran.r-project.org/package=tinytest
- Description:
- Provides a lightweight (zero-dependency) and easy to use unit testing
framework. Main features: install tests with the package. Test results are
treated as data that can be stored and manipulated. Test files are R scripts
interspersed with test commands, that can be programmed over. Fully automated
build-install-test sequence for packages. Skip tests when not run locally (e.g.
on CRAN). Flexible and configurable output printing. Compare computed output
with output stored with the package. Run tests in parallel. Extensible by other
packages. Report side effects.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- R-cran-tinytest>0:devel/R-cran-tinytest
- To install the port:
- cd /usr/ports/devel/R-cran-tinytest/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-tinytest
- pkg install R-cran-tinytest
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-tinytest
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1774644437
SHA256 (tinytest_1.4.3.tar.gz) = ecc3a398690e72ca70127c1177e1f78b602dc5062f1597b897255bcc33c38375
SIZE (tinytest_1.4.3.tar.gz) = 595901
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 : math/R
- Runtime dependencies:
-
- R : math/R
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_R-cran-tinytest
- 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.3 28 Mar 2026 10:05:17
    |
Nuno Teixeira (eduardo)  |
devel/R-cran-tinytest: Update to 1.4.3
- Update WWW to the official CRAN page, as it provides more comprehensive
documentation and metadata than the GitHub repository.
ChangeLog: https://cran.r-project.org/web/packages/tinytest/NEWS |
1.4.1_1 14 Sep 2024 23:24:41
    |
Nuno Teixeira (eduardo)  |
devel/R-cran-tinytest: Take maintainership |
1.4.1_1 14 Sep 2024 22:41:53
    |
Guangyuan Yang (ygy)  |
devel/R-cran-tinytest: drop maintainership |
1.4.1_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.4.1 20 Apr 2023 18:02:42
    |
Guangyuan Yang (ygy)  |
devel/R-cran-tinytest: Update to 1.4.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.3.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 ) |
1.3.1 12 Jul 2021 04:19:46
    |
Guangyuan Yang (ygy)  |
devel/R-cran-tinytest: Update to 1.3.1
Approved by: lwhsu (mentor, implicit) |
1.2.4 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2.4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.2.4 28 Dec 2020 00:18:43
  |
ygy  |
new port: devel/R-cran-tinytest: Lightweight and Feature Complete Unit Testing
Framework
PR: 252175
Approved by: lwhsu |