File: RcppProgressExample-package.Rd

package info (click to toggle)
r-cran-rcppprogress 0.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 216 kB
  • sloc: cpp: 490; sh: 13; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\name{RcppProgressExample-package}
\alias{RcppProgressExample-package}
\alias{RcppProgressExample}
\docType{package}
\title{
This package is an example of how to use RcppProgress in your own package.
}
\description{
This package is an example of how to use RcppProgress in your own package.
}
\details{
\tabular{ll}{
Package: \tab RcppProgressExample\cr
Type: \tab Package\cr
Version: \tab 0.1\cr
Date: \tab 2012-04-17\cr
License: \tab GPL\cr
}
~~ An overview of how to use the package, including the most important ~~
~~ functions ~~
}
\author{
Karl FORNER

Maintainer: Karl Forner <karl.forner@gmail.com>
}


\keyword{ package }
\seealso{
\code{\link[RcppProgress:RcppProgress-package]{RcppProgress}}
}