Skip to content

Releases: dachosen1/formulaic

0.0.8

15 Feb 20:53
Compare
Choose a tag to compare

Minor updates:

  • reduce.existing.formula: A new parameter envir was added to store the environment of the formula, with the global environment as the default.

  • add.backtick: A new parameter dat was addedBackticks can be added based on the relationship of the object to the data dat. The data can be formatted as either a data.frame or data.table object.

Major updates:

Improvement to accommodate variable transformations. This allows the user to specify more complex quantities, e.g. sqrt(Age^2 * log(Income)). In create.formula, this may be specified in the input.names or the interactions. The calculated inclusion.table of quality checks has been updated to evaluate the transformations and then assess the inclusion and exclusion criteria. Likewise, in add.backtick, a similar evaluation is used to determine whether encompass the object within backticks for use in a formula object. This improves upon the previous version of the formulaic package. Previously the main effects and interactions could only be based on the variables within a data.frame. With this change, the package should better accommodate most transformations of these variables.

0.0.7

05 May 18:00
Compare
Choose a tag to compare
  • Implemented additional test coverage for create formula
  • Addressed NA variables in SnackDat Cookies Product
  • Minor updates to the package vignette
  • Removed dependency on stats on and DT

v0.0.6

18 Jan 22:19
Compare
Choose a tag to compare
  • modified package citations
  • added code coverage

0.0.5

16 Dec 07:28
Compare
Choose a tag to compare

Create formula now supports ‘all’ in input names
Added coverage test files
Update the Vignette
Refactor add.backtick function in Create formula to i.backtick to address situtaion where situal where include backtick == ‘all’ outcome didn’t properly compute.

0.0.4: Merge branch 'master' of https://github.com/dachosen1/formulaic

08 Oct 20:44
Compare
Choose a tag to compare
  • Export function add backtick
  • Modified Vignette

0.0.3

30 Aug 11:25
Compare
Choose a tag to compare
  • now depends on R (>= 3.1.0).

0.0.2

08 Aug 04:12
Compare
Choose a tag to compare
  • Added a NEWS.md file to track changes to the package.
  • Exported function add.backtick() as standalone function
  • Modified the wording of the package overview and function description
  • Addressed spelling and grammatical errors
  • Linked to new package website

Introduction

27 Jul 03:04
58a0c94
Compare
Choose a tag to compare

Introductory package release.