-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
39 lines (39 loc) · 887 Bytes
/
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
Package: pkginfo
Type: Package
Title: Retrieve Package Information
Version: 0.1.0
Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9220-9669"))
Description: Tools for retrieving basic package information from CRAN and other package hosting services.
Depends:
R(>= 3.3)
Imports:
cranlogs,
curl,
dplyr,
httr,
jsonlite,
lubridate,
magrittr,
purrr,
R6,
rvest,
shiny,
stringr,
tibble,
xml2
Suggests:
covr,
ggplot2,
kableExtra,
knitr,
rmarkdown,
shinycssloaders,
shinydashboard,
testthat
License: MIT + file LICENSE
URL: https://pkginfo.rsquaredacademy.com, https://github.com/rsquaredacademy/pkginfo
BugReports: https://github.com/rsquaredacademy/pkginfo/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1