-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
40 lines (40 loc) · 818 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
38
39
40
Package: mycomicslibrary
Title: Manage comics library
Version: 1.1.0
Authors@R:
person("Yohann", "Mansiaux", , "[email protected]", role = c("cre", "aut"))
Description: Shiny app to manage a comics library.
License: MIT + file LICENSE
URL: https://github.com/ymansiaux/mycomicslibrary
BugReports: https://github.com/ymansiaux/mycomicslibrary/issues
Depends:
R (>= 2.10)
Imports:
base64enc,
bslib,
cli,
config (>= 0.3.2),
DBI,
digest,
dplyr,
glue,
golem (>= 0.4.1),
htmltools,
httr2,
memoise,
purrr,
reticulate,
RSQLite,
shiny (>= 1.7.5.1),
utils
Suggests:
pkgload,
spelling,
testthat (>= 3.0.0),
withr
Config/fusen/version: 0.5.2
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2