Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriziopaul committed Feb 28, 2019
1 parent 21d0846 commit 01a5555
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions CITATION
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
citHeader("To cite litterDiallel in publications use:")

citEntry(entry = "Article",
title = "A diallel of Collaborative Cross founder strains exploring litter size heritability reveals strong maternal effects.",
title = "A diallel of the mouse Collaborative Cross founders reveals strong strain-specific maternal effects on litter size.",
author = personList(as.person("John R Shorter"),as.person("Paul L Maurizio")),
year = "2018",
year = "2019",
textVersion =
paste("John R Shorter, and Paul L Maurizio, et al. (2018).",
"A diallel of Collaborative Cross founder strains exploring litter size heritability reveals strong maternal effects.")
paste("John R Shorter, and Paul L Maurizio, et al. (2019).",
"A diallel of the mouse Collaborative Cross founders reveals strong strain-specific maternal effects on litter size.")
)

10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: litterDiallel
Type: Package
Title: Litter Diallel
Version: 1.0.0
Date: 2018-09-26
Version: 1.0.1
Date: 2019-02-28
Author: Paul L. Maurizio
Authors@R: person("Paul", "Maurizio", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Paul L. Maurizio <[email protected]>
Description: This package provides the functions necessary for reproducing
Description: This package provides the functions and necessary for reproducing
the analyses in the litter diallel paper.
Depends: R (>= 3.1.0)
Imports:
Expand All @@ -26,5 +26,5 @@ License: GPL-3
URL: http://mauriziopaul.github.io/
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
VignetteBuilder: knitr
RoxygenNote: 6.1.1
VignetteBuilder: knitr

0 comments on commit 01a5555

Please sign in to comment.