Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Merging updated news file (#95)
Browse files Browse the repository at this point in the history
* Starting some error checking

* Updating Pkgdown config

* Bug fix version bump

* Improving naming treatments in design function

* Trying to add tests for onAttach

* Fixing up class checking

* Removing unneeded arguments in example

* An example of a split plot with alternative arrangement of plots

* Updating to match master branch

* Update mentioning sommer

* Updates to fix ordering

* Working on default ordering. Maybe need to order data earlier?

* Making install_asreml more robust

* Updates to docs

* Working on install_asreml

* Refatoring of install_asreml to prevent leftover files

* Updates to fix failing tests

* Updated to enable model to be displayed on the plot

* Updated news file

* Fixed expected warning

* Ensure version of data.table is above minimum

* Warnings about incorrect dimensions still display even with quiet = T

* Updated to use Ubuntu on tests

* Added check for asreml

* Switching back to old set up

* Trying to get RSPM working

* Updates to functions and tests

* Adding new missing files

* Design function not saving correctly

* Updated tests for mct.out

* Trying to enable ASreml testing

* Reverted test coverage

* Testing save output

* Fixing error

* Fixing search for asreml in installed packages

* Don't run on Windows or Mac

* Adding working variogram function!

* Works as a function now I think

* Sped up variogram function

* Added variogram to the package

* Adding missed docs

* Added book reference for Variogram

* Cleaning up datasets for testing

* Testing variogram output

* Variogram error test

* Updated resplot mod.obj argument for consistency

* Refactoring some tests

* Updating snapshot for linux

* Fixing up test for sommer without needing ASreml

* Trying to fix faulty tests

* Test more design warnings

* Updates to tests

* Adding three way interaction test

* Fixing up some tests

* Typo

* More validity checks in design

* Removing unneeded code

* Added autoplot method for mct.out

* Adding autoplot docs

* Updated autoplot for method consistency

* Removing reexports

* Updating to pkgdown 2.0+

* Added text about pvalue

* Adding very incomplete updates

* Working on design autoplot

* Updated autoplot and documentation

* Updating tests

* Fixing errors

* Fixing some bugs

* Updating design test cases

* Updated mct to output only data frame

* Changing position of arguments

* Check for data frame is no longer required

* Adding extra test cases

* Updated design tests

* Started using rlang

* Got mocking working I think

* Checking dependencies

* Got rid of plot.des

* Moving install_asreml tests to the end so it doesn't interfere with others

* Moving data files for tests and mostly switching to rds files

* Split up some tests to count them properly

* Ignore any pdf files

* Splitting up a few more test cases

* 100% coverage for design functions again

* Only remove asreml on Windows

* Updated snapshots

* Fixing references to variogram

* Remove unneeded code

* Expanding T and F

* Updated variogram references

* Fixed #69

* Explicitly setting locale for test

* Setting locale closer to mct

* Added stringi dependency

* Trying a different locale

* Trying to fix locale issue

* Trying to fix locale sorting issues

* Testing update of locale

* Check locales so I can skip them on the failing tests

* Skipping test when running on ubuntu

* Skip failing test on linux

* Missing bracket

* Starting to work on colour blind

* Adding aov example to mct.out and changing default label_height

* Rolling back changes to label height

* Updating logltest example

* Fix typo

* Adding colour blind friendly option to design plots

* Update docs

* Add colour blind friendly option for autoplot and update docs

* Trying to get examples running

* Added colour blind option to variogram. Fixes #85

* Fixing note about global variables

* Correct typo

* Updated changelog

* Updated testthat

* Change colour blind argument to palatte

* Updated variogram colour blind option and man pages

* Updated default arg value

* Changed default value for variogram palatte

* Correct typo

* Updated code

* Print method for mct

* Updated docs

* Updated print method argument

* Tidying up tests

* Testing print method

* Updating to version 1.0.0

* Updated snapshot

* Removing unneeded packages

* Skipping asreml tests

* Don't check on R 3.6

* Updating readme for version bump

* Version bump in News

* Fix typos

* Making print method internal

* Fixing up pkgdown error

* Adding moving notice

* Updated changelog
  • Loading branch information
rogerssam authored Jan 27, 2022
1 parent 6feb347 commit 5f5f36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This package will no longer be developed. All future development work will be un

- Created a variogram function that does not rely on ASreml (#33)
- Implemented `autoplot()` function for `design()` and `mct.out()`. (#60)
- Coloured plots (`autoplot.design()` and `variogram()`) now gain a `colour_blind` argument to enable colour blind friendly colours in the plots if desired. (#85)
- Coloured plots (`autoplot.design()` and `variogram()`) now gain a `palette` argument to enable colour blind friendly colours in the plots if desired (as well as some other palettes). (#85)

## Minor changes

Expand Down

0 comments on commit 5f5f36d

Please sign in to comment.