Skip to content

version 0.1.1

Compare
Choose a tag to compare
@trinker trinker released this 01 Jan 03:20
· 28 commits to master since this release

NEWS

Versioning

Releases will be numbered with the following semantic versioning format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor
    and patch)
  • New additions without breaking backward compatibility bumps the minor
    (and resets the patch)
  • Bug fixes and misc changes bumps the patch

gofastr 0.1.0 - 0.1.1

  • partial_republican_debates_2015 data set added.

gofastr 0.0.1

gofastr is designed to do one thing really well...It harnesses the power of data.table and stringi to quickly generate tm DocumentTermMatrix and TermDocumentMatrix data structures.