-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1 KB
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: hotr
Title: Handsontable Wrapper for Shiny Application Input
Version: 0.1.1
Authors@R: c(
person("Juan Pablo", "Marin Diaz", email = "jpmarindiaz@gmail.com", role = "cre"),
person("Camila", "Achuri", email = "camila@randommonkey.io", role = "aut"),
person("David", "Daza", email = "david@randommonkey.io", role = "aut"),
person("Wim", "Van der Ham", email = "wfjvdham@gmail.com", role = "ctb")
)
Description: Handsontable Wrapper for R to be used with in Shiny Applications
as a reactive input. It features clientside javascript data validations for
data inputs as well as the use of custom data types for columns provided as
dictionaries or data frame metadata.
URL: http://github.com/datasketch/hotr
Depends:
R (>= 3.1.0)
Imports:
testthat,
shiny,
htmltools,
jsonlite,
grDevices,
purrr,
homodatum,
dplyr
Suggests:
rlang,
testthat
Remotes:
datasketch/homodatum
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1