-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 844 Bytes
/
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
Package: circumstance
Type: Package
Title: pomp parallelized
Version: 0.0.10.1
Date: 2024-04-01
Maintainer: Aaron A. King <[email protected]>
Description: Helper functions for parallelizing pomp computations.
Authors@R: c(person(given=c("Aaron","A."),family="King",
role=c("aut","cre"),email="[email protected]"))
URL: https://kingaa.github.io/circumstance/
Depends: R(>= 4.1.0), pomp(>= 5.1)
Imports: methods, foreach, doFuture, future, grid, grDevices, graphics, utils
Suggests: dplyr, tidyr, ggplot2
Remotes: kingaa/pomp
License: GPL-3
LazyData: true
BugReports: https://github.com/kingaa/circumstance/issues/
Contact: kingaa at umich dot edu
Encoding: UTF-8
Roxygen: list(roclets = c("collate", "namespace", "rd"))
RoxygenNote: 7.3.1
Collate:
'package.R'
'continue.R'
'pfilter.R'
'mif2.R'
'plot_matrix.R'
'pmcmc.R'