-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: ouch
Type: Package
Title: Ornstein-Uhlenbeck Models for Phylogenetic Comparative Hypotheses
Version: 2.20-0
Date: 2024-07-04
Authors@R: c(person(given=c("Aaron","A."),family="King",role=c("aut","cre"),email="[email protected]",comment=c(ORCID="0000-0001-6159-3207")),
person(given=c("Marguerite","A."),family="Butler",role=c("ctb")))
Maintainer: Aaron A. King <[email protected]>
Description: Fit and compare Ornstein-Uhlenbeck models for evolution along a phylogenetic tree.
Depends: R(>= 4.1)
Imports: methods, stats, graphics, grDevices, utils, subplex
Suggests: ape
URL: https://kingaa.github.io/ouch/
License: GPL-3
LazyLoad: true
LazyData: true
Roxygen: list(roclets = c("collate", "namespace", "rd"), markdown = TRUE)
RoxygenNote: 7.3.2
BugReports: https://github.com/kingaa/ouch/issues/
Encoding: UTF-8
Collate:
'anolis.R'
'print.R'
'package.R'
'ouchtree.R'
'ape2ouch.R'
'bootstrap.R'
'update.R'
'simulate.R'
'plot.R'
'summary.R'
'logLik.R'
'coef.R'
'rmvnorm.R'
'glssoln.R'
'hansen.R'
'brown.R'
'as_data_frame.R'
'bimac.R'
'geospiza.R'
'paint.R'