Skip to content

Latest commit

 

History

History
91 lines (55 loc) · 4.42 KB

NEWS.md

File metadata and controls

91 lines (55 loc) · 4.42 KB

dataset 0.3.0

  • Released on CRAN.
  • 0.3.1. Is a minor bug fix with units test on old R releases. It does not affect the functionality of the package.

dataset 0.2.9

  • dataset_ttl_write(): write datasets to turtle format;
  • with helper functions get_prefix(), get_resource_identifier(), xsd_convert(), and dataset_to_triples().

dataset 0.2.8

New vignettes on

dataset 0.2.7

  • Released on CRAN

The devel branch contains new code that is not is validated, but as a whole the package is not working consistently.

dataset 0.2.6

  • All tests are passing, all examples are running.

dataset 0.2.5

  • datacite() has a new interface and an as_datacite() retrieval version. See the Working with DataCite Metadata vignette.
  • dublincore() has a new interface and an as_dublincore() version. See the Working with Dublin Core Metadata vignette.

dataset 0.2.4

All tests are passing but documentation is not rewritten yet.

dataset 0.2.3

new subject class for recording subjects

dataset 0.2.2

New s3 classes for DataCite and Dublin Core bibliographic entries.

dataset 0.2.1

A minor correction to avoid vignettes downloading data from the Eurostat data warehouse on CRAN. Small readability improvements in the vignette articles.

dataset 0.2.0

  • New methods for the dataset() s3 class: print.dataset(), summary.dataset(), subset.dataset, [.dataset, as.data.frame().
  • New vignette on how to use the dataspice package programmatically for publishing dataset documentation.
  • Released on CRAN.

dataset 0.1.9

  • Incorporating minor changes from the rOpenSci and CRAN peer-reviews.

dataset 0.1.7

Status at rOpenSci Software Peer Review DOI

  • After reviewing CRAN submission comments, and correcting documentation issues, submitted to rOpenSci for review before re-submitting to CRAN.

dataset 0.1.6.0001

  • Add dataset_local_id() and dataset_uri() to the dataset functions.

dataset 0.1.6.

  • A release candidate on CRAN after small documentation improvements.

dataset 0.1.4.

DOI Development version available on Zenodo.

  • dataset_export() is implemented with filetype = 'csv'.
  • Replacement functions are added to simple properties identifier(), publisher(), publication_year(), language(), description(), datasource_get() and datasource_set() [to avoid confusion with the base R source() function], geolocation(), rights(), version().
  • Functions to work with structured referential metadata: dataset_title(), subject(), subject_create().

dataset 0.1.3.

  • Vignette articles started to develop and consult the development plan of the project. See From dataset To RDF, Export and Publish A dataset Object, Datasets with FAIR metadata, all comments are welcome.
  • New functions: download_dataset(), datacite(), and the dataset() constructor.

dataset 0.1.2.

  • The definition of the dataset() class, an improved data.frame (tibble, DT) R object with standardized structure and metadata.
  • Adding and reading DublinCore metadata and DataCite mandatory and recommended FAIR metadata metadata.

dataset 0.1.0.

DOI First development version release.