25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

32 satır
1.0 KiB

Package: cdccovidview
Type: Package
Title: Weekly Surveillance Summary of U.S. COVID-19 Activity
Version: 0.1.1
Date: 2020-04-11
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: The U.S. Centers for Disease Control provides weekly summary and
interpretation of key indicators that have been adapted to track the COVID-19
pandemic in the United States. Tools are provided to retrive data from both
COVIDView (<https://www.cdc.gov/coronavirus/2019-ncov/covid-data/covidview/index.html>)
and COVID-NET (<https://gis.cdc.gov/grasp/COVIDNet/COVID19_3.html>).
URL: https://git.rud.is/hrbrmstr/cdccovidview
BugReports: https://gitlab.com/hrbrmstr/cdccovidview/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
covr, tinytest
Depends:
R (>= 3.2.0)
Imports:
httr,
jsonlite,
memoise,
htmltools,
MMWRweek,
xml2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0