Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
debruine committed Sep 13, 2021
1 parent c00a9bd commit 40d23d7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: faux
Title: Simulation for Factorial Designs
Version: 1.0.0.9006
Version: 1.1.0
Date: 2021-08-30
Authors@R: c(
person(
Expand Down
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# faux 1.1.0 (2021-09-13)

## Breaking changes

* `sim_design()` now names anonymous within and between factors like W and B or W1, W2, W3, ..., and B1, B2, ... instead of A, B, C, ...

## New features

* `add_contrast()` and associated contr_code_*** functions
* `add_random()` and associated mixed design building functions

## Minor improvements and fixes

* `get_params()` doesn't need between, within, id, and dv set for date created by `sim_design()`
* `plot_design()` can display a subset of factors
* `sim_design()` fixed a bug in when setting n with an unnamed vector and within-subjects factors

# faux 1.0.0.9006 (2021-09-13)

* Added a vignette about creating random reports using the mixed effects building functions.
Expand Down

0 comments on commit 40d23d7

Please sign in to comment.