Skip to content

Commit

Permalink
tests are crashing on win-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchard committed Jul 19, 2016
1 parent 81323ac commit 9f6c8ac
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand All @@ -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:
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
export(SIR_prob)
export(bbd_prob)
export(dbd_prob)
import(BH)
importFrom(Rcpp,evalCpp)
importFrom(RcppParallel,RcppParallelLibs)
useDynLib(MultiBD)
1 change: 0 additions & 1 deletion R/MultiBD.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#'
#' @docType package
#' @name MultiBD
#' @import BH
#' @importFrom RcppParallel RcppParallelLibs
#' @importFrom Rcpp evalCpp
#' @useDynLib MultiBD
Expand Down
11 changes: 9 additions & 2 deletions cran-comments.md
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.

0 comments on commit 9f6c8ac

Please sign in to comment.