File: README.md

package info (click to toggle)
r-cran-progress 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: cpp: 367; sh: 13; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10

## Example package for the C++ API of `progress`

Progress bars for your C++ code in R packages.
The `progress` package has a pure C++ API for
managing progress bars. This is an example package
that shows how to use it.

The test package uses Rcpp, for simplicity, but this
is not necessary, the API itself does not rely on Rcpp.