-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
# experDesign (development version) | ||
|
||
* Add a function to check the input data `check_data()`. | ||
|
||
* Simplify the internal coherence of checks. | ||
|
||
* Use all categories combined (column `mix_cat`) for comparing the batches. | ||
|
||
* Add new function `compare_index()` to compare different indexes per batch. | ||
|
||
# experDesign 0.1.1 | ||
|
||
* Added thesis advisors on the description. | ||
|
||
* Update documentation | ||
|
||
# experDesign 0.1.0 | ||
|
||
* Added reference to a new package Omixer on the README. | ||
|
||
* Fixed batches sizes errors. | ||
|
||
* Speed increase (5x) on design, spatial and replicates. | ||
|
||
* Update Code of Conduct. | ||
|
||
* Add online documentation url. | ||
|
||
# experDesign 0.0.4 | ||
|
||
* Remove BiocStyle dependency. | ||
* Gain the ability to name the subsets. | ||
* Add examples to all functions. | ||
* Add function to consider spatial distribution on plates/machines. | ||
|
||
# experDesign 0.0.2 | ||
|
||
* CRAN release | ||
|
||
# experDesign 0.0.1 | ||
|
||
# experDesign 0.0.900 | ||
|
||
# experDesign 0.0.100 | ||
|
||
# experDesign 0.0.0.9000 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
# experDesign (development version) | ||
|
||
* New `follow_up()` and `follow_up2()` to continue an experiment safely (#22). | ||
|
||
* New `check_data()` to check the input data (#37). | ||
|
||
* New `compare_index()` to compare different indexes per batch. | ||
|
||
* Use all categories combined (column `mix_cat`) for comparing the batches. | ||
|
||
* Increased the internal coherence of checks. | ||
|
||
* Added thesis advisers on the description. | ||
|
||
* Update documentation. | ||
|
||
# experDesign 0.1.0 | ||
|
||
* Added reference to a new package Omixer on the README. | ||
|
||
* Fixed batches sizes errors. | ||
|
||
* Speed increase (5x) on design, spatial and replicates. | ||
|
||
* Update Code of Conduct. | ||
|
||
* Add online documentation url. | ||
|
||
# experDesign 0.0.4 | ||
|
||
* Remove BiocStyle dependency. | ||
* Gain the ability to name the subsets. | ||
* Add examples to all functions. | ||
* Add function to consider spatial distribution on plates/machines. | ||
|
||
# experDesign 0.0.2 | ||
|
||
* CRAN release | ||
|
||
# experDesign 0.0.1 | ||
|
||
# experDesign 0.0.900 | ||
|
||
# experDesign 0.0.100 | ||
|
||
# experDesign 0.0.0.9000 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. |