distrDoc-package {distrDoc} | R Documentation |
distrDoc provides documentation in form of a common vignette to packages distr, distrEx, distrSim, distrTEst.
Package: | distrDoc |
Version: | 1.8 |
Date: | 2006-11-22 |
Depends: | R(>= 2.2.0), tools, distr(>= 1.8.0), startupmsg |
Suggests: | distrEx(>= 0.4-4), distrSim(>= 1.8.0), distrTEst(>= 1.8.0) |
SaveImage: | no |
LazyLoad: | yes |
License: | GPL (version 2 or later) |
URL: | http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/ |
The idea to split off a common vignette for a set of packages in a particular documentation package is due to Seth Falcon.
You may suppress the start-up banner/message completely by setting options("StartupBanner"="off")
somewhere before loading this package by library
or require
in your R-code / R-session.
If option "StartupBanner"
is not defined (default) or setting
options("StartupBanner"=NULL)
or options("StartupBanner"="complete")
the complete start-up banner is displayed.
For any other value of option "StartupBanner"
(i.e., not in c(NULL,"off","complete")
)
only the version information is displayed.
The same can be achieved by wrapping the library
or require
call into
either suppressStartupMessages()
or onlytypeStartupMessages(.,atypes="version")
.
Peter Ruckdeschel Peter.Ruckdeschel@uni-bayreuth.de,
Thomas Stabla statho3@web.de,
Florian Camphausen fcampi@gmx.de,
Matthias Kohl Matthias.Kohl@stamats.de
Maintainer: Peter Ruckdeschel Peter.Ruckdeschel@uni-bayreuth.de
see mails "[Rd] package vignettes, suggests and R CMD check"
on r-devel by Seth Falcon,
https://stat.ethz.ch/pipermail/r-devel/2006-November/043702.html,
https://stat.ethz.ch/pipermail/r-devel/2006-November/043705.html,
and by the author,
https://stat.ethz.ch/pipermail/r-devel/2006-November/043700.html
https://stat.ethz.ch/pipermail/r-devel/2006-November/043703.html
## Not run: ## Open the distr vignette vignette("distr") ## End(Not run)