The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.