diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..d866124f --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,13 @@ +cff-version: 1.2.0 +message: "Matthew Hamilton and Glen Wiesner (2022). ready4use: Author, Label and Share Ready4 Framework Datasets. Version 0.0.0.9220. Zenodo. https://doi.org/10.5281/zenodo.5644336" +authors: + - family-names: "Matthew" + given-names: "Hamilton" + + - family-names: "Glen" + given-names: "Wiesner" +title: "ready4use: Author, Label and Share Ready4 Framework Datasets" +version: 0.0.0.9220 +doi: 10.5281/zenodo.5644336 +date-released: 2022-02-15 +url: "https://ready4-dev.github.io/ready4use/" diff --git a/data-raw/DATASET.R b/data-raw/DATASET.R index 22c0ded5..0353f1f7 100644 --- a/data-raw/DATASET.R +++ b/data-raw/DATASET.R @@ -177,4 +177,6 @@ z <- ready4pack::make_pt_ready4pack_manifest(x, constructor_r3 = y) %>% ready4pack::ready4pack_manifest() z <- author(z) +ready4::write_citation_cff(packageDescription("ready4use"), + citation_chr = readLines("inst/CITATION")) devtools::build_vignettes()