Skip to content

DNA 2.0 beta 24

Pre-release
Pre-release
Compare
Choose a tag to compare
@leifeld leifeld released this 17 Feb 20:54
· 495 commits to master since this release

Changes since the last release:

  • Coder management in rDNA using new functions dna_addCoder, dna_removeCoder, and dna_updateCoder.
  • Management of regular expressions in rDNA using new functions dna_addRegex, dna_getRegex, and dna_removeRegex.
  • Settings management in rDNA using new functions dna_getSettings and dna_updateSetting.
  • Added "title" and "id" as additional document-level variables for the DNA network export via GUI and dna_network.
  • Permitting network export without a qualifier variable using dna_network.
  • Added outfile and fileFormat arguments to dna_network to save networks directly to a file from R if desired.
  • Bugfixes in DNA and rDNA.

Install this version of the rDNA package with:

library("remotes")
install_github("leifeld/dna/rDNA@v2.0-beta.24", INSTALL_opts = "--no-multiarch")