-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
23 lines (23 loc) · 928 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
Package: algo
Title: Implement an Address Search Auto Completion Menu on 'Shiny' Text Inputs Using the 'Algolia Places' 'Javascript' Library
Version: 0.1.0
Authors@R: c(
person("Mohamed El Fodil", "Ihaddaden", email = "ihaddaden.fodeil@gmail.com", role = c("aut", "cre")),
person("Algolia contributors", role = c("ctb", "cph"), comment = "algolia places javascript library developers"))
Description: Allows the user to implement an address search auto completion menu on 'shiny' text inputs.
This is done using the 'Algolia Places' 'JavaScript' library. See <https://community.algolia.com/places/>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Imports:
glue,
htmltools,
jsonlite
URL: https://github.com/feddelegrand7/algo
BugReports: https://github.com/feddelegrand7/algo/issues
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr