tests/testthat/_snaps/utility_functions.md

Package message prints on load

Code
  BiometryTraining:::.onAttach(pkg = "BiometryTraining")
Message <packageStartupMessage>
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |  BiometryTraining version 1.0.0                                   |
      |  Authors: Sharon Nielsen, Sam Rogers, Annie Conway                |
      |  Developed at the University of Adelaide with funding provided    |
      |  by the Australian Grains Research and Development Corporation.   |
      |  Package website: https://biometryhub.github.io/BiometryTraining  |
      |                                                                   |
      |  If you have used this package in your work, please cite it.      |
      |  Type 'citation('BiometryTraining')' for the citation details.    |
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

      The latest version of this package is available at
      https://github.com/biometryhub/BiometryTraining. To update type:
      remotes::install_github('biometryhub/BiometryTraining')

Output prints if crayon is not installed

Code
  BiometryTraining:::.onAttach(pkg = "BiometryTraining")
Message <packageStartupMessage>
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |  BiometryTraining version 1.0.0                                   |
      |  Authors: Sharon Nielsen, Sam Rogers, Annie Conway                |
      |  Developed at the University of Adelaide with funding provided    |
      |  by the Australian Grains Research and Development Corporation.   |
      |  Package website: https://biometryhub.github.io/BiometryTraining  |
      |                                                                   |
      |  If you have used this package in your work, please cite it.      |
      |  Type 'citation('BiometryTraining')' for the citation details.    |
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

      The latest version of this package is available at
      https://github.com/biometryhub/BiometryTraining. To update type:
      remotes::install_github('biometryhub/BiometryTraining')


biometryhub/BiometryTraining documentation built on Jan. 27, 2022, 7:52 p.m.