For more fine-grained list of changes or to report a bug, consult
taxize
as Suggests onlyrrdf
in favor of rdflib
Sxslt
in favor of xslt
testthat
get_metadata()
, get_taxa()
now return much richer data.frames
instead of named vectors. This is potentially a non-backwards compatible change if scripts use the output of these functions as lists (#129). See updated metadata vignette. This introduces new dependencies dplyr
and lazyeval
.nexml_read()
method for URLs, (#123)nex
for nexml elements (#51, #124, #126). Includes a fix server-side on the NeXML validator as well.nexml_validate()
points to the new validator. (#126)install.packages()
compatible repository for rrdf
, as per request from the CRAN team.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 release this as 2.0.0
Minor bugfix
Less aggressive unit-tests
Initial Release