Package: FieldSimR
Title: Simulation of Plot Errors and Phenotypes in Plant Breeding Field
        Trials
Version: 1.1.0
Date: 2023-04-10
Authors@R: c(person("Christian", "Werner", email = "werner.christian@proton.me", 
	  role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9400-5061")),
    person("Daniel", "Tolhurst", role = "aut",
    comment = c(ORCID = "0000-0002-4787-080X")),
    person("Chris", "Gaynor", role = "ctb", 
    comment = c(ORCID = "0000-0003-0558-6656")),
	  person("Giovanny", "Covarrubias-Pazaran", role = "ctb", 
    comment = c(ORCID = "0000-0002-7194-3837")),
    person("Lorena", "Batista", role = "ctb", 
    comment = c(ORCID = "0000-0001-8472-8776")))
Maintainer: Christian Werner <werner.christian@proton.me>
Description: Simulates plot data in field trials for multiple 
	traits across multiple environments. Its core function generates plot errors comprising 1) 
	a spatially correlated error term, 2) a random error term, and 3) an extraneous error 
	term. Spatially correlated errors are simulated using either bivariate interpolation 
	or a two-dimensional autoregressive process of order one (AR1:AR1). The three error 
	terms are combined at a user-defined ratio. Plot phenotypes can be generated 
	by combining the simulated errors with genetic values (e.g. true, simulated 
	or predicted). 'FieldSimR' provides wrapper functions to simulate genetic values for 
	multiple traits across multiple environments using the 'R' package 'AlphaSimR'.
License: GPL (>= 3)
URL: https://github.com/crWerner/fieldsimr,
        https://crwerner.github.io/fieldsimr/
Encoding: UTF-8
LazyData: true
Imports: ggplot2, interp, lattice, matrixcalc, mbend
Suggests: AlphaSimR, knitr, rmarkdown
RoxygenNote: 7.2.3
Depends: R (>= 2.10)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-04-12 15:48:28 UTC; CWERNER
Author: Christian Werner [aut, cre] (<https://orcid.org/0000-0001-9400-5061>),
  Daniel Tolhurst [aut] (<https://orcid.org/0000-0002-4787-080X>),
  Chris Gaynor [ctb] (<https://orcid.org/0000-0003-0558-6656>),
  Giovanny Covarrubias-Pazaran [ctb]
    (<https://orcid.org/0000-0002-7194-3837>),
  Lorena Batista [ctb] (<https://orcid.org/0000-0001-8472-8776>)
Repository: CRAN
Date/Publication: 2023-04-12 16:10:02 UTC
Built: R 4.1.3; ; 2023-04-17 17:17:38 UTC; windows
