-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'cran_1-0-0' Conflicts: README.md
- Loading branch information
Showing
44 changed files
with
557 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,6 @@ | |
^\.travis\.yml$ | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
^data-raw$ | ||
^README\.md$ | ||
^cran-comments\.md$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#' New World Monkeys dataset | ||
#' | ||
#' Morphometric dataset and phylogeny for brain shape variation of 50 species of | ||
#' New World monkeys (platyrrhine). | ||
#' | ||
#' @format A list containing two objects: | ||
#' \describe{ | ||
#' \item{phy}{The Phylogenetic tree for the platyrrhine species, pruned to match | ||
#' the species in the morphometric dataset} | ||
#' \item{dat}{First two PC scores from a PCA of the species-averaged Procrustes | ||
#' coordinates} | ||
#' } | ||
#' | ||
#' @references | ||
#' Aristide, L., dos Reis, S. F., Machado, A. C., Lima, I., Lopes, R. T. | ||
#' & Perez, S. I. (2016). Brain shape convergence in the adaptive radiation of New | ||
#' World monkeys. Proceedings of the National Academy of Sciences, 113(8), 2158–2163. | ||
#' http://doi.org/10.1073/pnas.1514473113 | ||
#' | ||
"monkeys" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.