-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
58 lines (58 loc) · 1.27 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
48
49
50
51
52
53
54
55
56
57
58
Type: Package
Package: glitter
Title: glitter makes SPARQL
Version: 0.2.999
Authors@R: c(
person("Lise", "Vaudor", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1844-6425")),
person("Maëlle", "Salmon", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2815-0399"))
)
Description: This package aims at writing and sending SPARQL queries. It
makes the exploration and use of Linked Open Data (Wikidata in
particular) easier for those who do not know SPARQL.
License: GPL-2
URL: https://lvaudor.github.io/glitter/,
https://github.com/lvaudor/glitter
BugReports: https://github.com/lvaudor/glitter/issues
Depends:
R (>= 3.5.0)
Imports:
anytime,
cli,
dplyr,
glue,
httr2,
lifecycle,
magrittr,
purrr,
rlang,
tibble,
xml2,
xmlparsedata
Suggests:
covr,
httptest2,
httpuv,
knitr,
rmarkdown,
testthat (>= 3.1.10.9000),
withr
Config/Needs/website:
DT,
ggplot2,
leaflet,
lvaudor/sequins,
sf,
tidyr,
WikidataR
VignetteBuilder:
knitr,
rmarkdown
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Remotes:
r-lib/testthat