-
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.
- Loading branch information
Showing
4 changed files
with
12 additions
and
8 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ Package: MultiBD | |
Type: Package | ||
Title: Multivariate Birth-Death Processes | ||
Version: 0.2 | ||
Date: 2016-03-07 | ||
Date: 2016-07-19 | ||
Author: Lam S.T. Ho [aut, cre], | ||
Marc A. Suchard [aut], | ||
Forrest W. Crawford [aut], | ||
|
@@ -11,15 +11,14 @@ Author: Lam S.T. Ho [aut, cre], | |
Maintainer: Marc A. Suchard <[email protected]> | ||
Description: Computationally efficient functions to provide direct likelihood-based | ||
inference for partially-observed multivariate birth-death processes. Such processes | ||
range from a simple Yule model to the complex susceptible-infectious-removed model | ||
in disease dynamics. Efficient likelihood evaluation facilitates maximum likelihood | ||
range from a simple Yule model to the complex susceptible-infectious-removed model | ||
in disease dynamics. Efficient likelihood evaluation facilitates maximum likelihood | ||
estimation and Bayesian inference. | ||
License: Apache License 2.0 | ||
Depends: | ||
R (>= 3.1.0) | ||
Imports: | ||
Rcpp (>= 0.11.2), | ||
BH, | ||
RcppParallel | ||
LinkingTo: Rcpp, BH, RcppParallel | ||
Suggests: | ||
|
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 |
---|---|---|
@@ -1,10 +1,17 @@ | ||
## Test environments | ||
* local OS X install, R 3.2.2 | ||
* ubuntu 12.04 (on travis-ci), R 3.1.2 XXX | ||
* ubuntu 12.04 (on travis-ci), R 3.2.5 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
There were no ERRORs, WARNINGs or NOTEs. | ||
There were no ERRORs or WARNINGs. | ||
|
||
There was 1 NOTE: | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Marc A. Suchard <[email protected]>' | ||
|
||
New submission | ||
|
||
## Downstream dependencies | ||
There are currently no downstream dependencies. |