diff --git a/DESCRIPTION b/DESCRIPTION index 82211ef..9e34303 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dbMatrix Title: dbMatrix -Version: 0.0.0.9014 +Version: 0.0.0.9015 Authors@R: c(person("Edward", "C. Ruiz", , "ecr7407@example.com", role = c("aut"), comment = c(ORCID = "0000-0002-9174-5387")), diff --git a/NEWS.md b/NEWS.md index fbe2098..d17ec83 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,20 @@ +# dbMatrix 0.0.0.9015 (2024-01-22) + +## Features + +- Add log(). + +- Update toDbDense to use dplyr instead of SQL. + +## Chore + +- Update DESCRIPTION to include testthat. + +- Update docs. + + # dbMatrix 0.0.0.9014 (2024-01-19) ## Features