-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
36 lines (36 loc) · 945 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
Package: polishedpayments
Type: Package
Title: Easily add a Stripe subscription to your Shiny app
Version: 0.0.0.9000
Authors@R: c(
person("Andy", "Merlino", email = "[email protected]", role = c("aut", "cre")),
person("Patrick", "Howard", email = "[email protected]", role = c("aut")))
Maintainer: Andy Merlino <[email protected]>
Description: This package makes it simple to add a Stripe subscription to your Shiny
apps using polished.
License: MIT + file LICENSE
URL: https://github.com/tychobra/polishedpayments,
https://polished.tech
BugReports: https://github.com/tychobra/polishedpayments/issues
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
dbplyr,
DT,
htmltools,
httr,
jsonlite,
polished,
shiny,
shinydashboard,
shinyFeedback,
shinyjs,
shinyWidgets,
tibble,
waiter
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr