Nothing
create_template
is template_create
read_template
is template_read
write_cras
is cras_write
file
argument in cras_write
and in template_create
no longer default to NULL
, they are not provided by default. If missing, they behave like the old NULL
value. cras_write
integrates better with literate programming such as rmarkdown and
quarto. When file is NULL (new default), instead of writing a file, the
function returns a string with the CRediT Author Statement. It works well with
inline code in rmarkdown and quarto documents:
r cras_write(cras_table, markdown = TRUE)
(#2cras_write
includes a new argument drop_authors
, if set to FALSE
, the authors without contributions are not removed from the statement. (#6)cras_write
, the default of markdown
argument is TRUE
. template_read
to ensure that the format is correct. (#6)DESCRIPTION
. template_create
documentation.fix()
to edit the template is added to README
and get_started
vignette.README
.template_create
is more performant thanks to using matrix
instead of data.frame
to create the empty contributions.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.