Skip to content

Commit d15bd8e

Browse files
committed
update contact info
1 parent 9f74cea commit d15bd8e

33 files changed

Lines changed: 931 additions & 308 deletions

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
^data-raw$
1212
^docs$
1313
^_pkgdown\.yml$
14+
^pkgdown$
1415
^sticker$
1516
^CODE_OF_CONDUCT\.md$

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: crosswalkr
22
Title: Rename and Encode Data Frames Using External Crosswalk Files
3-
Version: 0.2.4
3+
Version: 0.2.5
44
Authors@R: person("Benjamin", "Skinner",
5-
email = "btskinner@virginia.edu",
5+
email = "btskinner@coe.ufl.edu",
66
role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-0337-7415"))
88
Description: A pair of functions for renaming and encoding data frames

NEWS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# crosswalkr 0.2.5
2+
3+
* increment for change in contact information
4+
5+
# crosswalkr 0.2.4
6+
7+
## Bug fix
8+
9+
* Bug fix for #3 (h/t @ekatef), in which columns with uppercase names
10+
were dropped by default due to internal conflict with `case_ignore`
11+
and `drop_extra` options.
12+
13+
# crosswalkr 0.2.3
14+
15+
## Bug fix
16+
17+
* Bug fix for issue #2 due to update of [labelled](https://github.com/larmarange/labelled) package to 2.1.0
18+
119
# crosswalkr 0.2.2
220

321
* encoded vector now output in same class as clean values from

docs/404.html

Lines changed: 166 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)