Learn R Programming

statnet.common (version 4.10.0)

statnet.cite: CITATION file utilities for Statnet packages (DEPRECATED)

Description

These functions automate citation generation for Statnet Project packages. They no longer appear to work with CRAN and are thus deprecated.

Usage

statnet.cite.head(pkg)

statnet.cite.foot(pkg)

statnet.cite.pkg(pkg)

Value

For statnet.cite.head and statnet.cite.foot, an object of type citationHeader and citationFooter, respectively, understood by the citation function, with package name substituted into the template.

For statnet.cite.pkg, an object of class bibentry

containing a 'software manual' citation for the package constructed from the current version and author information in the DESCRIPTION and a template.

Arguments

pkg

Name of the package whose citation is being generated.

See Also

citation, citHeader, citFooter, bibentry

Examples

Run this code

if (FALSE) {
statnet.cite.head("statnet.common")

statnet.cite.pkg("statnet.common")

statnet.cite.foot("statnet.common")
}

Run the code above in your browser using DataLab