Skip to content

Commit 63f9bd4

Browse files
Update NEWS.md
1 parent 3afb653 commit 63f9bd4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

NEWS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# excluder 0.3.2
2+
3+
## MINOR IMPROVEMENTS
4+
5+
* The `remove_label_rows()` function can now rename columns to match the default column names used in all of the verb function arguments.
6+
* The `mark_ip_()` function now checks for (1) internet connectivity, (2) whether the IP address data can be downloaded from https://www.iwik.org/ipcountry/, and (3) if the country code is valid. The function fails gracefully if any of these are not met.
7+
8+
### DOCUMENTATION UPDATES
9+
10+
* The README and vignette have clarified that multiple `check_*()` functions should not be piped.
11+
* The `*_ip()` function documentation has clarified the internet connectivity requirements.
12+
13+
### PACKAGE DEVELOPMENT
14+
15+
* The paper for the `{excluder}` package has now been published in [Journal of Open Source Software](https://doi.org/10.21105/joss.03893). The JOSS badge has been added to the README.
16+
* Tests for `*_ip()` functions are now skipped on CRAN to avoid timeout delays.
17+
* Clean up package in preparation for submission to CRAN.
18+
19+
120
# excluder 0.3.1
221

322
### MINOR IMPROVEMENTS

0 commit comments

Comments
 (0)