./sysutils/R-progress, Terminal progress bars

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.3, Package name: R-progress-1.2.3, Maintainer: pkgsrc-users

Configurable Progress bars, they may include percentage, elapsed time,
and/or the estimated completion time. They work in terminals, in
'Emacs' 'ESS', 'RStudio', 'Windows' 'Rgui' and the 'macOS' 'R.app'.
The package also provides a 'C++' 'API', that works with or without
'Rcpp'.


Required to run:
[math/R] [devel/R-crayon] [devel/R-R6] [math/R-prettyunits] [time/R-hms]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-01-20 03:28:54 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(sysutils/R-progress) Updated 1.2.2 to 1.2.3, make test passed

# progress 1.2.3

* Compiling packages linking to progress with `-Wformat-security` does
  not produce warnings now.
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2019-09-25 19:33:55 by Brook Milligan | Files touched by this commit (1)
Log message:
Add missing dependency on devel/R-R6.
   2019-08-08 21:53:58 by Brook Milligan | Files touched by this commit (189) | Package updated
Log message:
Update all R packages to canonical form.

The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html