NEWS


gremlin 1.1.0 (2024-11-04)

NEW

Minor Changes

gremlin 1.0.1 (2020-06-25)

NEW

grSf <- gremlin(WWG11 ~ sex,
	random= ~ sire,
	data = Mrode11,
	Gstart = list(matrix(0.38)),
	Gcon = list("F"),
	control = gremlinControl(lambda = FALSE))

Minor Changes

gremlin 1.0.0.1

NEW

Minor Changes

gremlin 1.0.0.0

NEW

Minor Changes

gremlin 0.1.0.0 (2018-10-30)

NEW

gremlin 0.0.2.0

Improved algorithm that reduces computational resources and time! Also implemented c++ code in gremlin(), while keeping gremlinR() purely the R implementation (at least from the package writing standpoint).

gremlin 0.0.1.0

NEW

Documentation has switched from filling out the .Rd files manually to providing documentation next to the function code in the .R files using roxygen2

gremlin 0.0.0.1

Congratulations, its a gremlin!