-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.29 KB
/
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
41
42
43
44
45
46
47
Package: nocodb
Title: Use NocoDB's RESTful APIs
Version: 0.0.9000
Authors@R:
person("Salim", "Brüggemann", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5329-5987"))
Description: nocodb allows to work with NocoDB's RESTful APIs from R.
NocoDB (https://nocodb.com) is a web application that provides an
intuitive spreadsheet-like front-end for relational databases.
License: AGPL (>= 3)
URL: https://nocodb.rpkg.dev, https://gitlab.com/rpkg.dev/nocodb
BugReports: https://gitlab.com/rpkg.dev/nocodb/-/issues
Depends:
R (>= 4.4)
Imports:
base64enc (>= 0.1.3),
checkmate (>= 2.3.1),
cli (>= 3.6.2),
clock (>= 0.7.0),
curl (>= 5.2.1),
dplyr (>= 1.1.4),
fs (>= 1.6.4),
funky (>= 0.0.9000),
glue (>= 1.7.0),
httr2 (>= 1.0.1),
jsonlite (>= 1.8.8),
lifecycle (>= 1.0.4),
magrittr (>= 2.0.3),
mime (>= 0.12),
pal (>= 0.0.9101),
purrr (>= 1.0.2),
rlang (>= 1.1.3),
stringr (>= 1.5.1),
tibble (>= 3.2.1),
tools,
utils
Suggests:
pkgsnip (>= 0.0.9037)
Remotes:
gitlab::rpkg.dev/funky,
gitlab::rpkg.dev/pal,
gitlab::rpkg.dev/pkgsnip
Config/Needs/website: gitlab::rpkg.dev/pkgdown.tpl
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000