-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Detlef Groth
committed
Sep 6, 2023
1 parent
8d65781
commit 16efb06
Showing
3 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,6 @@ check: build | |
|
||
man/%.Rd: R/%.R | ||
Rscript bin/rman.R $< | ||
|
||
install: check | ||
R CMD INSTALL $(PKG)_$(VERSION).tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
\name{Rpkg-package} | ||
\alias{Rpkg-package} | ||
\title{Rpkg package - package template for R packages} | ||
\description{The Rpkg package can be used as a template to create new packages from scratch.} | ||
\details{Some more details: | ||
The following list of objects and/or functions is available: | ||
\describe{ | ||
\item{\link[Rpkg:add]{add(x,y)}}{an illustrative add function} | ||
} | ||
} | ||
\examples{ | ||
library(Rpkg) | ||
add(1,2) | ||
} | ||
\author{Detlef Groth <dgroth@uni-potsdam.de>} | ||
\references{ | ||
\itemize{ | ||
\item XYZ | ||
} | ||
} |