Skip to content

Commit e2d5463

Browse files
committed
update readme
1 parent 4b0a9f5 commit e2d5463

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

‎README.Rmd‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,13 @@ We welcome contributions and discussion!
128128
- Ideas, bug reports, and feedback are welcome via [GitHub issues](https://github.com/ropensci/dataset/issues).
129129
- The design principles and ideas for futher development are explained in [Design Principles & Future Work Semantically Enriched, Standards-Aligned Datasets in R](https://dataset.dataobservatory.eu/articles/design.html).
130130

131+
Please refer to this package as:
132+
133+
Daniel Antal. (2025). _dataset: Create Data Frames that are Easier to Exchange and Reuse (0.4.1)_. The Comprehensive R Archive Network. <https://zenodo.org/records/17621464>, DOI: [ 10.32614/CRAN.package.dataset](https:://doi.org/ 10.32614/CRAN.package.dataset)
134+
135+
See contributors on the website and in the DESCRIPTION file.
136+
137+
131138
## Code of Conduct
132139

133140
This project follows the [rOpenSci Code of Conduct](https://ropensci.org/code-of-conduct/). By participating, you are expected to uphold these guidelines.

‎README.md‎

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ provenance(df)
127127
#> [4] "_:doejane <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/prov#Agent> ."
128128
#> [5] "<https://doi.org/10.32614/CRAN.package.dataset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/prov#SoftwareAgent> ."
129129
#> [6] "<http://example.com/creation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/prov#Activity> ."
130-
#> [7] "<http://example.com/creation> <http://www.w3.org/ns/prov#generatedAtTime> \"2025-11-16T08:47:24Z\"^^<xsd:dateTime> ."
130+
#> [7] "<http://example.com/creation> <http://www.w3.org/ns/prov#generatedAtTime> \"2025-11-16T16:41:22Z\"^^<xsd:dateTime> ."
131131

132132
</div>
133133

@@ -145,6 +145,15 @@ We welcome contributions and discussion!
145145
Standards-Aligned Datasets in
146146
R](https://dataset.dataobservatory.eu/articles/design.html).
147147

148+
Please refer to this package as:
149+
150+
Daniel Antal. (2025). *dataset: Create Data Frames that are Easier to
151+
Exchange and Reuse (0.4.1)*. The Comprehensive R Archive Network.
152+
<https://zenodo.org/records/17621464>, DOI:
153+
[10.32614/CRAN.package.dataset](https:://doi.org/%2010.32614/CRAN.package.dataset)
154+
155+
See contributors on the website and in the DESCRIPTION file.
156+
148157
## Code of Conduct
149158

150159
This project follows the [rOpenSci Code of

0 commit comments

Comments
 (0)