diff --git a/DESCRIPTION b/DESCRIPTION index 0229056f..234621af 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: cardx Title: Extra Analysis Results Data Utilities -Version: 0.1.0.9010 +Version: 0.1.0.9011 Authors@R: c( person("Daniel", "Sjoberg", , "danield.sjoberg@gmail.com", role = c("aut", "cre")), person("Abinaya", "Yogasekaram", , "abinaya.yogasekaram@contractors.roche.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 9bdf3a56..022b7da9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# cardx 0.1.0.9010 +# cardx 0.1.0.9011 * Added the following functions for calculating Analysis Results Data (ARD). - `ard_aov()` for calculating ANOVA results using `stats::aov()`. (#3)