Port details |
- R-cran-progressr Inclusive, Unifying API for Progress Updates
- 0.15.1 devel
=2 0.15.1Version of this port present on the latest quarterly branch. - Maintainer: eduardo@FreeBSD.org
 - Port Added: 2021-09-07 13:03:12
- Last Update: 2024-11-29 08:16:27
- Commit Hash: 1e854b1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://cran.r-project.org/web/packages/progressr/
- Description:
- A minimal, unifying API for scripts and packages to report progress
updates from anywhere including when using parallel processing. The
package is designed such that the developer can to focus on what
progress should be reported on without having to worry about how
to present it. The end user has full control of how, where, and
when to render these progress updates, e.g. in the terminal using
utils::txtProgressBar() or progress::progress_bar(), in a graphical
user interface using utils::winProgressBar(), tcltk::tkProgressBar()
or shiny::withProgress(), via the speakers using beep::beepr(), or
on a file system via the size of a file. Anyone can add additional,
customized, progression handlers. The 'progressr' package uses R's
condition framework for signaling progress updated. Because of this,
progress can be reported from almost anywhere in R, e.g. from
classical for and while loops, from map-reduce APIs like the lapply()
family of functions, 'purrr', 'plyr', and 'foreach'. It will also
work with parallel processing via the 'future' framework, e.g.
future.apply::future_lapply(), furrr::future_map(), and 'foreach'
with 'doFuture'. The package is compatible with Shiny applications.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-progressr>0:devel/R-cran-progressr
- To install the port:
- cd /usr/ports/devel/R-cran-progressr/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-progressr
- pkg install R-cran-progressr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-progressr
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1732825515
SHA256 (progressr_0.15.1.tar.gz) = 30d9f77808405fc80150be5816d2d0ffd7aaea46b1a56a3e78a24e9e8350a426
SIZE (progressr_0.15.1.tar.gz) = 216552
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-digest>0 : security/R-cran-digest
- R-cran-progress>0 : devel/R-cran-progress
- R : math/R
- Test dependencies:
-
- R-cran-cli>0 : devel/R-cran-cli
- R-cran-future>0 : devel/R-cran-future
- R-cran-shiny>0 : www/R-cran-shiny
- Runtime dependencies:
-
- R-cran-digest>0 : security/R-cran-digest
- R-cran-progress>0 : devel/R-cran-progress
- R : math/R
- This port is required by:
- for Build
-
- math/R-cran-lava
- for Run
-
- math/R-cran-lava
Configuration Options:
- No options to configure
- Options name:
- devel_R-cran-progressr
- USES:
- cran:auto-plist
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 12
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.15.1 29 Nov 2024 08:16:27
    |
Nuno Teixeira (eduardo)  |
devel/R-cran-progressr: Update to 0.15.1
ChangeLog: https://cran.r-project.org/web/packages/progressr/news/news.html |
0.15.0 30 Oct 2024 20:21:53
    |
Nuno Teixeira (eduardo)  |
devel/R-cran-progressr: Update to 0.15.0
ChangeLog: https://cran.r-project.org/web/packages/progressr/news/news.html |
0.14.0 13 Aug 2023 13:10:52
    |
Nuno Teixeira (eduardo)  |
devel/R-cran-progressr: Update to 0.14.0
- Switch to DISTVERSION
- Take maintainership
ChangeLog: https://cran.r-project.org/web/packages/progressr/news/news.html |
0.13.0 02 May 2023 14:47:53
    |
TAKATSU Tomonari (tota)  |
devel/R-cran-progressr: Update to 0.13.0
- Update to 0.13.0
- Drop maintainership |
0.11.0_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.11.0 11 Sep 2022 21:34:49
    |
TAKATSU Tomonari (tota)  |
devel/R-cran-progressr: Update to 0.11.0 |
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) |
0.10.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 ) |
0.10.1 05 Jun 2022 21:38:39
    |
TAKATSU Tomonari (tota)  |
devel/R-cran-progressr: Update to 0.10.1 |
0.10.0 21 Dec 2021 09:42:12
    |
TAKATSU Tomonari (tota)  |
devel/R-cran-progressr: Update to 0.10.0 |
0.9.0 26 Sep 2021 07:28:26
    |
TAKATSU Tomonari (tota)  |
devel/R-cran-progressr: Update to 0.9.0 |
0.8.0 07 Sep 2021 12:53:30
    |
TAKATSU Tomonari (tota)  |
devel/R-cran-progressr: Add new port
A minimal, unifying API for scripts and packages to report progress
updates from anywhere including when using parallel processing. The
package is designed such that the developer can to focus on what
progress should be reported on without having to worry about how
to present it. The end user has full control of how, where, and
when to render these progress updates, e.g. in the terminal using
utils::txtProgressBar() or progress::progress_bar(), in a graphical
user interface using utils::winProgressBar(), tcltk::tkProgressBar()
or shiny::withProgress(), via the speakers using beep::beepr(), or
on a file system via the size of a file. Anyone can add additional,
customized, progression handlers. The 'progressr' package uses R's
condition framework for signaling progress updated. Because of this,
progress can be reported from almost anywhere in R, e.g. from
classical for and while loops, from map-reduce APIs like the lapply()
family of functions, 'purrr', 'plyr', and 'foreach'. It will also
work with parallel processing via the 'future' framework, e.g.
future.apply::future_lapply(), furrr::future_map(), and 'foreach'
with 'doFuture'. The package is compatible with Shiny applications.
WWW: https://cran.r-project.org/web/packages/progressr/ |
Number of commits found: 12
|