Skip to content

Commit

Permalink
devel version
Browse files Browse the repository at this point in the history
  • Loading branch information
Polkas authored Jan 16, 2025
1 parent 952a312 commit e23bbf6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: miceFast
Title: Fast Imputations Using 'Rcpp' and 'Armadillo'
Version: 0.8.2
Version: 0.8.2.9000
Authors@R: person("Maciej", "Nasinski", email = "[email protected]", role = c("aut", "cre"))
Description:
Fast imputations under the object-oriented programming paradigm.
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# miceFast 0.8.2.9000

* fixed CRAN Notes.
* style the cpp code.

# miceFast 0.8.2

* simplified `naive_fill_NA`, It is a regular sampling imputation now.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Maciej Nasinski
[![R build status](https://github.com/polkas/miceFast/workflows/R-CMD-check/badge.svg)](https://github.com/polkas/miceFast/actions)
[![CRAN](http://www.r-pkg.org/badges/version/miceFast)](https://cran.r-project.org/package=miceFast)
[![codecov](https://codecov.io/gh/Polkas/miceFast/branch/master/graph/badge.svg)](https://app.codecov.io/gh/Polkas/miceFast)
[![Dependencies](https://tinyverse.netlify.com/badge/miceFast)](https://cran.r-project.org/package=miceFast)
[![Dependencies](https://tinyverse.netlify.app/badge/miceFast)](https://cran.r-project.org/package=miceFast)

Fast imputations under the object-oriented programming paradigm.
Moreover there are offered a few functions built to work with popular R packages such as 'data.table' or 'dplyr'.
Expand Down

0 comments on commit e23bbf6

Please sign in to comment.