View source: R/make_metainfo.R
make_metainfo | R Documentation |
Write selected elements of the metainformation from jss
objects into text files.
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, ...)
x |
an object of class |
... |
arguments passed to |
deposit |
logical. Should the metainformation be deposited with Crossref? |
density |
numeric. Resolution for rendering PDF to PNG. |
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.
jss
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.