Skip to content

Commit fca55b3

Browse files
updated dpcys
1 parent cb03b54 commit fca55b3

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CITATION.cff

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
cff-version: 1.2.0
2+
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"
3+
authors:
4+
- family-names: "Matthew"
5+
given-names: "Hamilton"
6+
7+
- family-names: "Glen"
8+
given-names: "Wiesner"
9+
title: "ready4use: Author, Label and Share Ready4 Framework Datasets"
10+
version: 0.0.0.9220
11+
doi: 10.5281/zenodo.5644336
12+
date-released: 2022-02-15
13+
url: "https://ready4-dev.github.io/ready4use/"

data-raw/DATASET.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,6 @@ z <- ready4pack::make_pt_ready4pack_manifest(x,
177177
constructor_r3 = y) %>%
178178
ready4pack::ready4pack_manifest()
179179
z <- author(z)
180+
ready4::write_citation_cff(packageDescription("ready4use"),
181+
citation_chr = readLines("inst/CITATION"))
180182
devtools::build_vignettes()

0 commit comments

Comments
 (0)