-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·34 lines (34 loc) · 1.04 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
Package: libraryStatistics
Type: Package
Title: Visualizing and Comparing Library Statistics Data From Association of Research Libraries
Version: 0.1.0
Author: Authors@R: c(
person("Anjali", "Silva", email = "[email protected]", role = c("aut", "cre")),
person("Klara", "Maidenberg", role = "aut")
)
Maintainer: Anjali Silva <[email protected]>
Description: The R package, complemented by a Shiny dashboard, enables the
visualization and comparison of up to five years of data from the annual
survey conducted by the Association of Research Libraries (ARL).
ARL data encompasses comprehensive metrics on collections, staffing,
expenditures, and service activities of ARL member libraries in the
United States and Canada.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.4.0)
Imports:
dplyr,
ggplot2,
kableExtra,
magrittr,
MASS,
shiny,
stringr
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr