# RcmdrPlugin.MPAStats Changelog

## 1.2.1 -- May 13, 2016

* Updated:
  * DataframeSummary now works with `tbl` and `tbl_df` objects

## 1.2.0 -- February 16, 2016

* Updated: 
  * New interpretation templates
  * Menu items rearranged and renamed

## 1.1.5 -- May 5, 2014

* Added: Graphs for t-tests and multiple regression
* Updated: 
  * Improved dataframe summary function
  * Improved interpretation text for some functions

## 1.1.4 -- December 28, 2013

* Added: New menu items: 
  * Import/Export data (and submenus)
  * Edit data (and submenus)
  * Two submenus in Descriptive Statistics.

## 1.1.3 -- September 6, 2013

* Updated: Expanded linear regression interpretation function.
* Updated: Minor edits fixing typos in interpretation results.

## 1.1.2 -- August 23, 2013

* Updated: Minor changes to conform to updates in Rcmdr 2.0
  * Removed `import(tcltk)` from NAMESPACE since Rcmdr does that automatically.

## 1.1.1 -- June 13, 2013

* Updated: Rounded all numeric output in interpretative text to 2 or 3 decimals.

## 1.1.0 -- June 6, 2013

* Added: New functions to add textual interpretations of data
* Updated: Additional functions to remove assignment of variables to the global environment (Required by R 3.0.1)

## 1.0.2 -- February 1, 2013

* Updated: Minor changes to conform to updates in Rcmdr 1.9-4
	* Changed "Models" to "RcmdrModels" in DESCRIPTION
	* Removed old calls to `assign(..., envir=.GlobalEnv)`

## 1.0.1 -- July 10, 2012

* Added declaration of global variables for R 2.15.1, which removes all the warning messages that show up in the check process

## 1.0 -- June 14, 2012

* Released for initial CRAN submission
* Renamed RcmdrPlugin.MPAStats (formerly RcmdrPlugin.BYUMPA)
* Added: Menu for viewing the structure of the current dataframe (MPA Statistics -> Descriptive statistics -> View data set structure)
* Fixed: All documentation is correct. Package passes all `R CMD check` tests, with the exception of trivial "no visible binding for global variable" notes that occur in all Rcmdr plugins (and in the core Rcmdr)


## 0.5 -- June 7, 2012

* Added: The dialog for ordinal logistic regression now uses the `ordinal` library instead of the `MASS` library, since `ordinal` reports p-values in the summary table for the model.
* Added: The "Factor change coefficients" function in the Models menu calculates `e^b` for coefficients in logistic models.
* Fixed: Models created with `ordinal`'s `clm()` function now register in R Commander's model list, allowing users to use functions in the Models menu on objects of class `sclm`
* Removed: Ordinal logistic regression menus based on the `MASS` library.


## 0.1-0.2.1 -- May 2012

* Various alpha releases