Skip to content

DNA 2.0 beta 23

Pre-release
Pre-release
Compare
Choose a tag to compare
@leifeld leifeld released this 06 Feb 13:10
· 546 commits to master since this release

Changes since the last release:

  • Additional data management functions for the rDNA package, including dna_getStatements, dna_setStatements, dna_addStatement, dna_removeStatement, dna_getStatementTypes, dna_addStatementType, dna_removeStatementType, dna_renameStatementType, dna_colorStatementType, dna_getVariables, dna_addVariable, dna_removeVariable, dna_renameVariable, and dna_recastVariable.
  • Changes in dna_downloadJar: The function now recognizes the latest stable release version on GitHub and downloads to the R library path by default.
  • Changes in dna_init: The function now selects the latest jar file in the library path automatically. If none is present, it searches the current working directory for a jar file. It is still possible to provide the filename to override this behavior.
  • Lots of bugfixes both in DNA and rDNA.

Install this version of the rDNA package with:

library("devtools")
install_url("https://github.com/leifeld/dna/releases/download/v2.0-beta.23/rDNA_2.1.13.tar.gz",
            INSTALL_opts = "--no-multiarch")