Releases: atorus-research/xportr
Releases · atorus-research/xportr
xportr v 0.4.0
What's Changed
- Make
xportr_type()
drop factor levels by @EeethB in #181 - Closes #187 - Dev Version of Website by @bms63 in #196
- Increment version number to 0.3.1.9000 by @bms63 in #198
- Closes #159 - Re-opening #181 to add a test and get review by @EeethB in #195
- Extend
xportr_write
to acceptmetadata
and deprecatelabel
by @vedhav in #185 - Closes #81 Review the deepdive vignette by @vedhav in #191
- add length check <=200 bytes by @kaz462 in #194
- Hard deprecate the
metacore
argument by @vedhav in #209 - Remove dynamic domain determination by @elimillera in #193
- Closes #126 - Update check for filename to allow underscore by @cpiraux in #208
- Add support for easy operations with xportr options -
xportr_options
by @vedhav in #211 - Closes #217 Fixing a small typo by @sadchla-codes in #218
- Closes #175 Adds assertions to exported functions by @averissimo in #190
- Closes #226 -
metadata
is no longer inferred onxportr_write
by @averissimo in #227 - Closes #151 - Metadata includes
verbose
option by @EeethB in #199 - Closes #137 - Add
xportr_process()
to apply all and write by @EeethB in #200 - Closes #132 removing used SASlength from functions by @sadchla-codes in #216
- Closes #91 length attribute from max data length by @cpiraux in #213
- Closes #192 #188 #230 a grab bag of issues by @bms63 in #233
- Closes #161 Coercion date datatype by @cpiraux in #214
- Closes #221 Removes suggested packages and update CI actions by @averissimo in #229
- Closes #219 Uses
{withr}
to create temporary files and graceful handling of Suggests by @averissimo in #220 - Closes #207 xportr_length for missing length in metadata by @cpiraux in #238
- Add website to DESCRIPTION by @olivroy in #246
- Closes #232 Updating contributor and acknowledgment's list by @sadchla-codes in #249
- Use selection helpers during variable based selection by @vedhav in #250
- Closes #241 removes unused packages by @bms63 in #245
- Closes #183 Add
xportr_split
Functionality by @elimillera in #235 - Closes #237 Removes
admiral
dependency and corrects site by @averissimo in #240 - Closes #237 adds
xportr_split
andadsl_xportr
_pkgdown.yml
by @averissimo in #252 - Closes #164 Closes #228 Closes #234 xportr format messaging by @sophie-gem in #243
- Closes #244 #251 reduces cyclomatic complexity and cleanup of
.lintr
by @averissimo in #254 - Closes #206 Add agency standards vignette by @vedhav in #236
- Closes #215, #222: add
xportr()
and more details about length to deepdive by @kaz462 in #255 - Closes #174 Specify domain filtering uses environment domain variable by @EeethB in #256
- Closes #223 Test code clean up by @sadchla-codes in #248
- Doc updates per #261 by @elimillera in #264
- docs: clean up news for the release by @bms63 in #265
New Contributors
- @kaz462 made their first contribution in #194
- @cpiraux made their first contribution in #208
- @olivroy made their first contribution in #246
- @sophie-gem made their first contribution in #243
Full Changelog: v0.3.2...v0.4.0
xportr v0.3.2
xportr v0.3.1
What's Changed
- Closes #170: Add .codecov.yml to point to main all the time by @EeethB in #171
- Fix lint errors in
devel
that appear with new version of{lintr}
📦 by @averissimo in #176 - Devel by @bms63 in #173
- Release 0.3.1 by @elimillera in #178
Full Changelog: v0.3.0...v0.3.1
xportr v0.3.0
What's Changed
- Don't overwrite label, width, or sas.format in
xportr_type()
by @EeethB in #85 - Add lint CI and first pass at resolving issues by @elimillera in #86
- Add tests for
xportr_length()
by @averissimo in #88 - Adding test cases for label functions and fix existing test warnings by @vedhav in #87
- Add tests for
R/messages.R
by @averissimo in #89 - Add tests for xportr_order to increase coverage by @vedhav in #99
- Closes #82: Increase Test Coverage to 100% by @vedhav in #102
- Adds support for native pipe on retrieving domain on
xportr_*
by @averissimo in #100 - Closes #109 Fix the error of unable to build the pkgdown site by @vedhav in #110
- Closes #103: Create a Styler CI Check by @vedhav in #108
- fix: Update test-coverage.yaml to address failing CI by @bms63 in #116
- fix: update the r setup action to fix pkgdown CI by @vedhav in #118
- #106 - Adding the issue templates by @vedhav in #114
- closes #94 implement PR templates by @bms63 in #115
- Improvements for 'xportr_type' by @elimillera in #80
- New functionality for conditional validation errors by @elimillera in #105
- Update reorder messaging by @elimillera in #104
- closes #122 update pkgdown by @bms63 in #123
- Closes #121 - remove
renv
to freeze package versions for development by @vedhav in #124 - Closes #112 - Add CI for checking broken links by @vedhav in #127
- Closes #138 Remove docs folder by @averissimo in #139
- Update: Closes #98 removing symbols that are no longer illegal by @sadchla-codes in #119
- Closes #44 global object for spec file by @EeethB in #107
- Closes #111 #129 Updating Description file and contributor's list by @sadchla-codes in #135
- Closes 120 - Replace metacore with metadata by @vedhav in #134
- Update flow diagram on README by @elimillera in #144
- #149 - metadata order column to numeric by @elimillera in #155
- 76 iso format by @elimillera in #133
- chore: remove styler from the package suggests by @vedhav in #156
- Closes #128 Add warning message when
xportr.*
column names don't match metadata by @averissimo in #146 - Suggestions on PR #141 by @averissimo in #160
- Merging main to devel by @vedhav in #163
- Closes #142 issue_142_updated to account for DT, DTM, TM variables by @adchan11 in #145
- Closes #84 xportr deep dive vignette by @bms63 in #141
- Closes #157 Clean tests output by @averissimo in #158
- Function Documentation ReDo by @elimillera in #148
- #docs: example and ref blurb by @bms63 in #167
- docs: make some minor document related changes by @vedhav in #168
- 0.3.0 Release to CRAN by @elimillera in #165
New Contributors
- @EeethB made their first contribution in #85
- @averissimo made their first contribution in #88
- @vedhav made their first contribution in #87
- @sadchla-codes made their first contribution in #119
- @adchan11 made their first contribution in #145
Full Changelog: v0.2.0...v0.3.0
xportr v0.2.0
What's Changed
- Removed reference to articles by @bms63 in #13
- Add new core function
xportr_varnames()
by @AARON-CLARK in #11 - Update documentation to pass build by @elimillera in #15
- fix order variable. Closes #8 by @elimillera in #32
- Vignette using spec file by @bms63 in #36
- Removed pipe. Fixed typo. by @bms63 in #38
- Removing articles with missing files by @bms63 in #39
- Closes #28 Spell check Closes 27 renv lock by @bms63 in #37
- Updated language in README around installing from CRAN by @bms63 in #45
- Devel by @bms63 in #46
- Update zzz.R by @elimillera in #48
- More helpful error message for invalid formats by @zdz2101 in #67
- Merge main into devel by @elimillera in #70
- Update default character_types by @elimillera in #66
- Closes #69 add time formats by @zdz2101 in #72
- Add logic to convert any null or NA formats to "" for haven. by @elimillera in #74
- Hotfixes for Hackathon by @bms63 in #71
New Contributors
- @bms63 made their first contribution in #13
- @AARON-CLARK made their first contribution in #11
- @elimillera made their first contribution in #15
- @zdz2101 made their first contribution in #67
Full Changelog: https://github.com/atorus-research/xportr/commits/v0.2.0
xportr v0.1.0
What's Changed
- Removed reference to articles by @bms63 in #13
- Add new core function
xportr_varnames()
by @AARON-CLARK in #11 - Update documentation to pass build by @elimillera in #15
- fix order variable. Closes #8 by @elimillera in #32
- Vignette using spec file by @bms63 in #36
- Removed pipe. Fixed typo. by @bms63 in #38
- Removing articles with missing files by @bms63 in #39
- Closes #28 Spell check Closes 27 renv lock by @bms63 in #37
New Contributors
- @AARON-CLARK made their first contribution in #11
Full Changelog: https://github.com/atorus-research/xportr/commits/v0.1.0