Skip to content

Releases: frank113/cmu202

0.3.2.2

24 Oct 19:40
Compare
Choose a tag to compare

Minor bug fix of crossMeans() to work with the output of read_csv() that adds classes to imported data.

v0.3.2.1

23 Oct 18:59
Compare
Choose a tag to compare
  • Documentation update of crossMeans() for output data type.
  • Updated README with date.

v0.3.2

23 Oct 18:33
Compare
Choose a tag to compare
  • Addition of the crossMeans() function from Howard Seltman.
  • Addition of @export statements in the documentation of functions to ensure their presence in the NAMESPACE file.
  • Import aggregate from the stats package.

XOXO

0.3.1.4

18 Sep 20:33
Compare
Choose a tag to compare

Some minor changes made:

  • Fixed documentation of nflDraft data
  • Fixed documentation in facebook_grey data
  • Removed duplicate of Example data
  • Fixed qqn() examples

v0.3.1.2

14 Jul 00:47
Compare
Choose a tag to compare

This release represents an incremental change from v0.3.1.1; albeit with some minor yet needed changes:

  • Added versioning of packages
  • Added correct badges in README
  • Fixed failing tests
  • Renamed temp to powerLoad on internal and external
  • Added correct authorship in DESCRIPTION

v0.3.1.1

12 Jul 13:38
Compare
Choose a tag to compare

Incremental change to cmu202 to get ready for lab04 for 36-202 in summer 2 2018. The primary change is to make sure that the NAMESPACE is human-generate and changing the temp data set to be named powerLoad.

v0.3.1

06 Jul 17:54
Compare
Choose a tag to compare

This version makes the following changes:

  • Added the qqn() function
  • Added functionality to pass devtools::check()
  • Updated vignette structure
  • Corrected documentation

This version was created after lab02 in summer2 2018.

v0.3

02 Jul 19:27
Compare
Choose a tag to compare

Changed the name from R202 to cmu202

  • Added testing for lv() and vl()
  • Added code coverage testing and travis CI testing
  • Re-structuring of vignette help files

v0.2.2.1

01 Jul 16:53
Compare
Choose a tag to compare
v0.2.2.1 Pre-release
Pre-release

This version changes how helper files are handled for vignettes and updates vignettes according to Gordon's first round of comments. Furthermore, htmltools is added as suggests for making the vignettes.

v0.2.2

01 Jul 02:25
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Added vignettes:

  • Help
  • Code block
  • Asis
  • Comments

Added the lv and vl functions.

Aside from small changes this is intended to be used for lab01.