-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 990 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
Package: autocompleter
Type: Package
Title: Text Input Autocompletion
Version: 1.1
Author: Michael Bell, Richard Kunze, Mirjam Rehr
Maintainer: Michael Bell <[email protected]>
Description: Text Input autocompletion with multiple modes. Forked from dqshiny.
LICENSE: GPL (>= 3) + file LICENSE.note
Authors@R: c(
person(
given = "Richard",
family = "Kunze",
role = c("aut", "cph"),
comment = "Author from 2018 through 2020."
),
person(
given = "Mirjam",
family = "Rehr",
role = c("aut", "cph"),
comment = "Author from 2018 through 2020."
),
person(
given = "Michael",
family = "Bell",
email = "[email protected]",
role = c("aut", "cre"),
comment = "Author since 2023."
),
person(
family = "Eli Lilly and Company",
role = "cph"
))
Encoding: UTF-8
Imports: shiny, htmltools, jsonlite
URL: https://github.com/bellma-lilly/autocompleter
BugReports: https://github.com/bellma-lilly/autocompleter/issues
RoxygenNote: 7.1.1