-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1013 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
Package: gateCounts
Type: Package
Title: Calculates and Visualize the Visitor Counts Provided Raw Daily Gate Counts
Version: 0.1.0
Authors@R: c(
person("Anjali", "Silva", email = "[email protected]", role = c("aut", "cre")))
Maintainer: Anjali Silva <[email protected]>
Description: Calculate daily visitor counts, provided raw daily gate counts, gate directionality, and
gate counter maximum value. Calculated visitor counts or user provided visitor counts can be
summarized on daily, weekly, monthly basis and visualized. Users may choose to visualize data
for one institute or multiple institutes. For details see README and refer to Vignette.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.4.0)
Imports:
shiny,
tibble,
dplyr,
ggplot2,
lubridate,
reshape2,
tidyverse,
magrittr
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
shinyalert,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr