diff --git a/DESCRIPTION b/DESCRIPTION
index 4a5d256..414f5fc 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
Package: DataEditR
Title: An Interactive Editor for Viewing, Entering & Editing Data
-Version: 0.0.4
+Version: 0.0.5
Date: 2020-07-30
Authors@R:
person(given = "Dillon",
diff --git a/NEWS.md b/NEWS.md
index 49ced01..fd3f6ad 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,8 @@
+# DataEditR 0.0.5
+
+* Fix row indices when rows are added or removed.
+* Improve handling of duplicate row indices in case of accidental editing.
+
# DataEditR 0.0.4
* Add `col_readonly` argument to prevent users from editing values or column names of certain columns.
diff --git a/README.md b/README.md
index 352cebd..f544114 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,7 @@ citation("DataEditR")
#> To cite package 'DataEditR' in publications use:
#>
#> Dillon Hammill (2020). DataEditR: An Interactive Editor for Viewing,
-#> Entering & Editing Data. R package version 0.0.4.
+#> Entering & Editing Data. R package version 0.0.5.
#> https://github.com/DillonHammill/DataEditR
#>
#> A BibTeX entry for LaTeX users is
@@ -112,7 +112,7 @@ citation("DataEditR")
#> title = {DataEditR: An Interactive Editor for Viewing, Entering & Editing Data},
#> author = {Dillon Hammill},
#> year = {2020},
-#> note = {R package version 0.0.4},
+#> note = {R package version 0.0.5},
#> url = {https://github.com/DillonHammill/DataEditR},
#> }
```
diff --git a/docs/404.html b/docs/404.html
index e949b13..244bb00 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -79,7 +79,7 @@
DataEditR
- 0.0.4
+ 0.0.5
diff --git a/docs/CODE_OF_CONDUCT.html b/docs/CODE_OF_CONDUCT.html
index 6e82af9..1d76579 100644
--- a/docs/CODE_OF_CONDUCT.html
+++ b/docs/CODE_OF_CONDUCT.html
@@ -79,7 +79,7 @@
DataEditR
- 0.0.4
+ 0.0.5
diff --git a/docs/articles/DataEditR.html b/docs/articles/DataEditR.html
index f8fdba7..a9ee70b 100644
--- a/docs/articles/DataEditR.html
+++ b/docs/articles/DataEditR.html
@@ -38,7 +38,7 @@
DataEditR
- 0.0.4
+ 0.0.5
@@ -240,7 +240,7 @@
6.1 Checkboxes
-
Checkboxes can be used to obtain TRUE or FALSE value inputs from users. The resulting data will have a value of 1 where TRUE was selected and NA for all other values.
+
Checkboxes can be used to obtain TRUE or FALSE value inputs from users. The resulting data will have a value of TRUE or NA based on user input.
data_edit(mtcars,
col_bind = "fast",
col_options = list(fast = c(TRUE,FALSE)))
diff --git a/docs/articles/index.html b/docs/articles/index.html
index 3b79bfa..01276ec 100644
--- a/docs/articles/index.html
+++ b/docs/articles/index.html
@@ -79,7 +79,7 @@
DataEditR
- 0.0.4
+ 0.0.5
diff --git a/docs/authors.html b/docs/authors.html
index 7bb5a00..d2424d8 100644
--- a/docs/authors.html
+++ b/docs/authors.html
@@ -79,7 +79,7 @@
DataEditR
- 0.0.4
+ 0.0.5
diff --git a/docs/index.html b/docs/index.html
index 70626f6..fd95a18 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -40,7 +40,7 @@
DataEditR
- 0.0.4
+ 0.0.5
@@ -146,7 +146,7 @@
#> To cite package 'DataEditR' in publications use:
#>
#> Dillon Hammill (2020). DataEditR: An Interactive Editor for Viewing,
-#> Entering & Editing Data. R package version 0.0.4.
+#> Entering & Editing Data. R package version 0.0.5.
#> https://github.com/DillonHammill/DataEditR
#>
#> A BibTeX entry for LaTeX users is
@@ -155,7 +155,7 @@
#> title = {DataEditR: An Interactive Editor for Viewing, Entering & Editing Data},
#> author = {Dillon Hammill},
#> year = {2020},
-#> note = {R package version 0.0.4},
+#> note = {R package version 0.0.5},
#> url = {https://github.com/DillonHammill/DataEditR},
#> }
diff --git a/docs/news/index.html b/docs/news/index.html
index cc72d84..965c434 100644
--- a/docs/news/index.html
+++ b/docs/news/index.html
@@ -79,7 +79,7 @@
DataEditR
- 0.0.4
+ 0.0.5
@@ -125,6 +125,14 @@ Changelog
Source: NEWS.md
+
+
+
+- Fix row indices when rows are added or removed.
+- Improve handling of duplicate row indices in case of accidental editing.
+
+
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml
index d53de84..9bf2f23 100644
--- a/docs/pkgdown.yml
+++ b/docs/pkgdown.yml
@@ -3,5 +3,5 @@ pkgdown: 1.5.1
pkgdown_sha: ~
articles:
DataEditR: DataEditR.html
-last_built: 2020-07-31T04:05Z
+last_built: 2020-08-06T01:33Z
diff --git a/docs/reference/data_edit.html b/docs/reference/data_edit.html
index 7f9c462..b0e2d6a 100644
--- a/docs/reference/data_edit.html
+++ b/docs/reference/data_edit.html
@@ -83,7 +83,7 @@
DataEditR
- 0.0.4
+ 0.0.5
diff --git a/docs/reference/index.html b/docs/reference/index.html
index 1aa0fa4..4a1c27d 100644
--- a/docs/reference/index.html
+++ b/docs/reference/index.html
@@ -79,7 +79,7 @@
DataEditR
- 0.0.4
+ 0.0.5
diff --git a/vignettes/DataEditR.Rmd b/vignettes/DataEditR.Rmd
index 0208488..f39b698 100644
--- a/vignettes/DataEditR.Rmd
+++ b/vignettes/DataEditR.Rmd
@@ -226,7 +226,7 @@ mtcars_new <- data_edit(mtcars,
### 6.1 Checkboxes
-Checkboxes can be used to obtain TRUE or FALSE value inputs from users. The resulting data will have a value of 1 where TRUE was selected and NA for all other values.
+Checkboxes can be used to obtain TRUE or FALSE value inputs from users. The resulting data will have a value of TRUE or NA based on user input.
```{r, eval = FALSE}
data_edit(mtcars,