ahnr 0.3.1 Unreleased

  • Removing generics.
  • plot function name changed to visualize.

ahnr 0.3.0 2018-06-16

  • Generic functions updated: summary, predict, plot.
  • AHNnD function name changed to fit.
  • SimAHNnD function name changed to predict.
  • Fix in predict function: ncol(H[[1]]) –> max(unlist(sapply(H, ncol)))
  • Fix in predict function to handle empty molecules: if (is.null(H[[i]])) {next}

ahnr 0.2.1 Unreleased

  • Correction to the labels of the second plot in the vignette.

ahnr 0.2.0 2017-08-18

  • Added legends in the plots of the vignette file.
  • Correction due to the changes to the R development sources: “arithmetic with zero-column data.frames”.

ahnr 0.1.0 2017-07-08

  • Added a NEWS.md file to track changes to the package.