You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
683 B
28 lines
683 B
5 years ago
|
Package: cdcfluview
|
||
|
Type: Package
|
||
|
Title: cdcfluview title goes here otherwise CRAN checks fail
|
||
|
Version: 0.1.0
|
||
|
Date: 2017-11-04
|
||
|
Authors@R: c(
|
||
|
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
|
||
|
comment = c(ORCID = "0000-0001-5670-2640"))
|
||
|
)
|
||
|
Author: Bob Rudis (bob@rud.is)
|
||
|
Maintainer: Bob Rudis <bob@rud.is>
|
||
|
Description: A good description goes here otherwise CRAN checks fail.
|
||
|
URL: https://github.com/hrbrmstr/cdcfluview
|
||
|
BugReports: https://github.com/hrbrmstr/cdcfluview/issues
|
||
|
License: MIT + file LICENSE
|
||
|
Suggests:
|
||
|
testthat,
|
||
|
covr
|
||
|
Depends:
|
||
|
R (>= 3.2.0)
|
||
|
Imports:
|
||
|
httr,
|
||
|
tools,
|
||
|
dplyr,
|
||
|
jsonlite,
|
||
|
stats
|
||
|
RoxygenNote: 6.0.1
|