-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.22 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
42
43
44
Package: sdeshiny
Type: Package
Title: A Shiny Interface for a System of Differential Equations Solver
Version: 0.1.2
Authors@R: c(
person(given = "Tomas",
family = "Capretto",
role = c("aut", "cre"),
email = "tomicapretto@gmail.com"
),
person(given = "Javier",
family = "Bussi",
role = c("aut")
)
)
Maintainer: <tomicapretto@gmail.com>
Description: This package contains a Shiny application that can be used to solve systems
of differential equations via deSolve and analyze autonomous systems via phaseR.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Remotes:
github::tomicapretto/latex2r,
github::tomicapretto/shinymath,
github::dreamRs/shinypop,
github::dreamRs/shinybusy
Imports:
shiny (>= 1.5.0),
shinydashboard (>= 0.7.1),
latex2r (>= 0.1.2),
shinypop,
purrr (>= 0.3.0),
stringr (>= 1.4.0),
ggplot2 (>= 3.3.0),
shinyjs (>= 1.1),
deSolve (>= 1.28),
glue (>= 1.3.0),
phaseR (>= 2.1.3),
tidyr (>= 1.1.0),
shinybusy (>= 0.1.3),
shinymath(>= 0.0.0.9000)
RoxygenNote: 7.1.0
URL: /~https://github.com/tomicapretto/sdeshiny
BugReports: /~https://github.com/tomicapretto/sdeshiny/issues