Skip to content

Releases: UCLATALL/CourseKataData

0.1.0

11 Mar 01:02
9d37cf7
Compare
Choose a tag to compare

Speed and Progress Bars

This update fixes a few pesky bugs that were occurring with new data formats, but more importantly, it's much faster. Using data.table and a bunch of profiling techniques, I was able to cut load times by considerable margins. Additionally, you now get progress bars to show you what is being processed and how far along it has gotten.

Happy researching!

v0.0.3

10 Nov 02:13
b55bff0
Compare
Choose a tag to compare

Now includes survey items from within the book (prefix: Embedded_) in the surveys data frame during split_responses()

v0.0.2

06 Apr 01:36
Compare
Choose a tag to compare

Removed dependencies on dplyr, zip, and readr --- great packages but only needed here for a couple of functions. Those packages were also making the installs on GitHub Actions fail and it was easier to just remove them rather than troubleshoot Actions.

v0.0.1

06 Apr 01:28
d65f855
Compare
Choose a tag to compare
Merge pull request #2 from maryctucker/patch-2

Update README.md