citation {SpaDES.core} | R Documentation |
A citation method for SpaDES
modules
Description
This is a wrapper around utils::citation()
for cases with package
is a
character
string. Otherwise, it takes a simList
.
Usage
citation(package, lib.loc = NULL, auto = NULL, module = character())
## S4 method for signature 'simList'
citation(package, lib.loc = NULL, auto = NULL, module = character())
## S4 method for signature 'character'
citation(package, lib.loc = NULL, auto = NULL, module = character())
Arguments
package |
For compatibility with |
lib.loc |
a character vector with path names of R libraries, or
the directory containing the source for |
auto |
a logical indicating whether the default citation
auto-generated from the package ‘DESCRIPTION’ metadata should
be used or not, or |
module |
Optional character string indicating which module params should come from. |
Value
The citation information for a SpaDES module.