-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 764 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
27 lines (27 loc) · 764 Bytes
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
Type: Package
Package: splitr
Version: 0.4.0.9000
Title: Use the HYSPLIT model from inside R
Description: Use the HYSPLIT model from inside R. Access data, set up trajectory
and dispersion models, execute the model runs, and obtain on-disk and
in-memory model results.
Authors@R:
person("Richard", "Iannone", , "rich@rstudio.com", c("aut", "cre"),
comment = c(ORCID = "0000-0003-3925-190X"))
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 6.1.1
Imports:
downloader (>= 0.4),
dplyr (>= 0.8.3),
leaflet (>= 2.0.2),
lubridate (>= 1.7.4),
magrittr,
readr (>= 1.3.1),
RCurl (>= 1.95),
scales (>= 1.0.0),
tidyr (>= 0.8.3),
usethis (>= 1.5.1)
Roxygen: list(markdown = TRUE)
Suggests:
testthat