Skip to content

Commit

Permalink
move 'methods' to 'Imports'
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed Jan 16, 2023
1 parent 6c7d8eb commit 2a91231
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: pomp
Type: Package
Title: Statistical Inference for Partially Observed Markov Processes
Version: 4.6.2.0
Date: 2023-01-14
Version: 4.6.2.1
Date: 2023-01-16
Authors@R: c(person(given=c("Aaron","A."),family="King",
role=c("aut","cre"),email="[email protected]"),
person(given=c("Edward","L."),family="Ionides",role=c("aut")),
Expand All @@ -21,8 +21,8 @@ Authors@R: c(person(given=c("Aaron","A."),family="King",
)
URL: https://kingaa.github.io/pomp/
Description: Tools for data analysis with partially observed Markov process (POMP) models (also known as stochastic dynamical systems, hidden Markov models, and nonlinear, non-Gaussian, state-space models). The package provides facilities for implementing POMP models, simulating them, and fitting them to time series data by a variety of frequentist and Bayesian methods. It is also a versatile platform for implementation of inference methods for general POMP models.
Depends: R(>= 4.1.0), methods
Imports: stats, graphics, digest, mvtnorm, deSolve, coda, plyr
Depends: R(>= 4.1.0)
Imports: methods, stats, graphics, digest, mvtnorm, deSolve, coda, plyr
Suggests: ggplot2, knitr, tidyr, dplyr, subplex, nloptr
SystemRequirements: For Windows users, Rtools (see https://cran.r-project.org/bin/windows/Rtools/).
License: GPL-3
Expand Down

0 comments on commit 2a91231

Please sign in to comment.