make_metainfo {jss}R Documentation

Generate Files with Metainformation for JSS Publications

Description

Write selected elements of the metainformation from jss objects into text files.

Usage

make_metainfo(x = ".", ...)
make_citation(x = ".", ...)
make_readme(x = ".", ...)
make_crossref(x = ".", ..., deposit = TRUE)
make_ojs(x = ".", ...)
make_ojs3(x = ".", ...)

Arguments

x

an object of class jss or a character specifying the dir to be passed to jss.

...

arguments passed to format.jss.

deposit

logical. Should the metainformation be deposited with Crossref?

Details

make_citation generates a CITATION file for inclusion in R packages.

make_readme generates a README.txt file for internal use in JSS.

make_metainfo generates both files and also tries to clean up and compact the manuscript LaTeX files.

make_crossref generates a CROSSREF.xml file for registering DOIs with CrossRef. If $HOME/.crossref exists and contains two lines (with login id and password, respectively), the XML is deposited automatically via curl.

make_ojs and make_ojs3 generate OJS.xml files for importing a new submission into OJS (version2) and OJS3, respectively.

See Also

jss


[Package jss version 0.1-4 Index]