Skip to content

Commit a81c92c

Browse files
Update to version 0.5.1
1 parent 4837033 commit a81c92c

File tree

3 files changed

+38
-13
lines changed

3 files changed

+38
-13
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 0.5.0
2+
Date: 2023-02-13 03:14:16 UTC
3+
SHA: 8fbdec232b95bb5ba6b2a53a5d3cd04b2c2136d7

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: excluder
22
Title: Checks for Exclusion Criteria in Online Data
3-
Version: 0.5.0
3+
Version: 0.5.1
44
Authors@R: c(
55
person("Jeffrey R.", "Stevens", , "jeffrey.r.stevens@protonmail.com", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0003-2375-1360")),

NEWS.md

Lines changed: 34 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,49 @@
1-
# excluder 0.5.0
1+
# excluder 0.5.1 (2024-01-13)
2+
3+
### NEW FEATURES
4+
5+
* Added new `qualtrics_fetch2` dataset that includes labels as column names.
6+
7+
### PACKAGE DEVELOPMENT
8+
9+
* The {tidyselect} package has deprecated using the `.data` pronoun in tidy selections. So `.data` is no longer used in `select()` or other selection functions.
10+
* We used the `usethis::use_tidy_description()` to tidy up DESCRIPTION file.
11+
12+
### BUG FIXES
13+
14+
* Fixed bug to now reassign column names when `rename = TRUE`.
15+
16+
### DOCUMENTATION UPDATES
17+
18+
* We have switched from the {devtools} to the {remotes} version of `install_github()` in the README to reduce dependencies.
19+
* Because the {iptools} package has been removed from CRAN, the links to {iptools} functions now refer to the GitHub site.
20+
21+
22+
# excluder 0.5.0 (2023-02-13)
223

324
### PACKAGE DEVELOPMENT
425

526
* The `{iptools}` package has been replaced with the [`{ipaddress}`](https://github.com/davidchall/ipaddress) package.
627

7-
## DOCUMENTATION UPDATES
28+
### DOCUMENTATION UPDATES
829

930
* The _Getting started_ vignette has been renamed _excluder_.
1031
* The data sets have been added to the References page.
1132

12-
# excluder 0.4.0
1333

14-
## NEW FEATURES
34+
# excluder 0.4.0 (2022-06-22)
35+
36+
### NEW FEATURES
1537

1638
* The `use_labels()` function extracts the Qualtrics question labels included when importing with `qualtRics::fetch_survey()` and renames the column names with these labels.
1739
* The `qualtrics_fetch` data set offers an example data set that is imported using the `qualtRics::fetch_survey()` function.
1840
* The `rename_columns()` function renames the columns to match standard Qualtrics column names. This is primarily a utility function for the `mark_*()` functions but may be useful to users in some circumstances.
1941

20-
## MINOR IMPROVEMENTS
42+
### MINOR IMPROVEMENTS
2143

2244
* For excluding based on screen resolution, previously you had to provide a minimum width or height. This works fine if all screens are in the same orientation, but if screens differ in their orientation, this isn't sufficient. Now there is an overall minimum argument `res_min` that will apply to both width and height. That is, now you can test if at least one of the dimensions has a resolution greater than `res_min`. (#9)
2345

24-
## DOCUMENTATION UPDATES
46+
### DOCUMENTATION UPDATES
2547

2648
* To use several of the exclusion criteria, you must collect non-anonymized data and/or computer metadata. The documentation now points to the Qualtrics documentation about non-anonymized data and computer metadata.
2749

@@ -32,17 +54,17 @@
3254
* Tests for helper functions have been improved.
3355

3456

35-
# excluder 0.3.3
57+
# excluder 0.3.3 (2021-12-03)
3658

37-
## BUG FIXES
59+
### BUG FIXES
3860

3961
* Updating `{dplyr}` to 1.0.8 caught problem with using `across()` inside `is.na()`. Instead, it now uses `if_all()` with `is.na()` as argument. Thanks to [@romainfrancois](https://github.com/romainfrancois) for pull request [\#7](https://github.com/ropensci/excluder/pull/7).
4062
* `remove_label_rows()` now properly converts numeric data in Status and Finished columns.
4163

4264

43-
# excluder 0.3.2
65+
# excluder 0.3.2 (2021-11-10)
4466

45-
## MINOR IMPROVEMENTS
67+
### MINOR IMPROVEMENTS
4668

4769
* The `remove_label_rows()` function can now rename columns to match the default column names used in all of the verb function arguments.
4870
* 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.
@@ -59,7 +81,7 @@
5981
* Clean up package in preparation for submission to CRAN.
6082

6183

62-
# excluder 0.3.1
84+
# excluder 0.3.1 (2021-11-04)
6385

6486
### MINOR IMPROVEMENTS
6587

@@ -79,7 +101,7 @@
79101
* The `{excluder}` package has now been approved by and transferred to [rOpenSci](https://ropensci.org/). The package was peer reviewed by Joseph O'Brien ([@jmobrien](https://github.com/jmobrien)) and Julia Silge ([@juliasilge](https://github.com/juliasilge)), who are now listed as reviewers in the DESCRIPTION file.
80102

81103

82-
# excluder 0.3.0
104+
# excluder 0.3.0 (2021-10-13)
83105

84106
### NEW FEATURES
85107

0 commit comments

Comments
 (0)