File: foofoo.Rd

package info (click to toggle)
r-cran-devtools 2.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,328 kB
  • sloc: sh: 15; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/foofoo.r
\name{foofoo}
\alias{foofoo}
\title{Test function for help}
\usage{
foofoo()
}
\description{
The purpose of this function is to test out \code{help} and \code{?} from
devtools.
}
\examples{
stopifnot(foofoo() == 'You called foofoo.')
}