Service Incident: New DOI registrations are working again. Re-registration of failed DOI registrations (~500) are still affected by the service incident at DataCite (our DOI registration agency).
Published December 6, 2014 | Version v1
Software Open

RNeXML v2.0.0

  • 1. UC Santa Cruz
  • 2. Naturalis Biodiversity Center
  • 3. rOpenSci
  • 4. National Evolutionary Synthesis Center (NESCent)

Description

NEWS

For more fine-grained list of changes or to report a bug, consult

  • The issues log
  • The commit log

Versioning

Releases will be numbered with the following semantic versioning format:

..

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch
  • Following the RStudio convention, a .99 is appended after the patch number to indicate the development version on Github. Any version Coming from Github will now use the .99 extension, which will never appear in a version number for the package on CRAN.

For more information on SemVer, please visit http://semver.org/.

v2.0.0

  • add URL and BugReports to Description. #103
  • for consistency with other add_ methods, the nexml object is now the last, not the first, argument to add_basic_meta. As this changes the function API, it could break code that does not explicitly name the arguments, so we should consider releasing this as 2.0.0

v1.1.3

Minor bugfix

  • Fixes typo that caused validator to fail when nexml.org couldn't be reached

v1.1.2

Less aggressive unit-tests

  • nexml_validate now returns NULL if the validation cannot be performed. Unit tests now consider either TRUE or NULL as acceptable.
  • Just skips the uuid unit test if uuid package is not available
  • Documented versioning practice in NEWS

v1.1.1

Documentation and less agressive unit tests

  • Unit tests relying on the Figshare API are not run (without failing) if authentication to figshare server fails
  • Documentation updated to include examples for all functions

v1.1-0

Initial Release

Files

RNeXML-v2.0.0.zip

Files (247.9 kB)

Name Size Download all
md5:d122c0d0253cd5d231a404d296697d1b
247.9 kB Preview Download

Additional details

Related works