This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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