Changelog
Source:NEWS.md
Version 1.3.5
CRAN release: 2022-08-22
- removed EML dependency as it was not used
- fixed documantation note on CRAN
Version 1.3.3
CRAN release: 2022-04-12
Changes to keep CRAN compatibility - no impact on functionality only tests and vignette.
Version 1.2.10
Version 1.2.1
- This is a maintenance release, which moves
openxlsx
into the suggests section and makesformat_dmdScheme_xlsx()
issue a warning and handling the missing packageopenxlsx
gracefully.
Version 1.2
CRAN release: 2020-06-12
This is a feature add release. * Adds bibliometric metadata and handling of multiple “vertical” sheets * Adds autocreation of index file which summarises the metadata * Adds additional tests
New features are: * default scheme (dmdScheme 0.9.9
) includes bibliometric metadata * all functions can now handle multiple “vertical” tabs / sheets * the function make_index()
creates an index document which is, when pandoc is installed, converted to word, pdf or html format. This is based on a template file which contains tokens which are replaced with metadatafrom a supplied scheme. * rewritten vignette
Version 1.1.3.1
CRAN release: 2020-05-29
- Make use of pandoc in examples as dontrun to make CRAN happy
Version 1.1.3
CRAN release: 2020-05-28
Fix
- https://github.com/Exp-Micro-Ecol-Hub/dmdScheme/issues/23 which caused errors in validation due to CR LF versus LF in Excel sheet. NB: The Description is now ignored in the structural validation!
Version 1.1.0
CRAN release: 2020-03-18
- Due to incompatibilities in the new release of tibble and expected incompatibilities o=in dplyr, these two dependencies were removed.
Version 1.0.0
CRAN release: 2020-01-10
Due to change in serialization format in R 3.6.0, only compatible with R >= 3.5.0
suggestedValues validation has been, in case of a fail, be declassified as a Note (previous: Warning).
Include wildcards and regular expressions in columnName in DataFileMetaData. Wildcards (i.e. * and ?) have to be enclosed by three exclamation marks (
!!!
), e.g.Species_!!!*!!!
which will match allSpecies_1
as well asSpecies_Not KnownSoFar
. Regular expressions do not need to be enclosed with any special characters.fix error where a minimum of two rows were imported, even if the second one contains only NAs. Introduced an exclusion of all NA rows (commit db53c83).
Add error level to print of validation results
Add xml import to re-import xml data and validate certain features (types) during the import.
Version 0.9
- added suggestedValues to MeasurementdataExtractionMethodandMeasurementmeasuredFrom on spreadsheet
- added suggestedValues to MeasurementdataExtractionMethodandMeasurementmeasuredFrom on spreadsheet
- Measurement$dataExtractionMethod uses none as sugested on spreadsheet