make_metainfo: Generate Files with Metainformation for JSS Publications

View source: R/make_metainfo.R

make_metainfoR 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_ojs2(x = ".", ...)
make_ojs3(x = ".", ...)
make_twitter(x = ".", density = 300, ...)

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?

density

numeric. Resolution for rendering PDF to PNG.

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_ojs2 and make_ojs3 generate OJS.xml files for importing a new submission into OJS version 2 and 3, respectively. make_ojs creates an agnostic OJS.txt file.

See Also

jss


jss documentation built on Sept. 9, 2022, 3:09 p.m.

Related to make_metainfo in jss...