Skip to content

Commit

Permalink
refactor: remove Wikidata specific functions (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle authored Oct 12, 2023
1 parent 2b44d99 commit da2b455
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 381 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Imports:
purrr,
rlang,
tibble,
WikidataR,
xml2,
xmlparsedata
Suggests:
Expand All @@ -45,7 +44,8 @@ Config/Needs/website:
leaflet,
lvaudor/sequins,
sf,
tidyr
tidyr,
WikidataR
VignetteBuilder:
knitr,
rmarkdown
Expand Down
8 changes: 0 additions & 8 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ S3method(print,sparqle_query)
S3method(print,spq)
export("%>%")
export(as.spq)
export(count_items)
export(get_description)
export(get_info)
export(get_label)
export(get_thing)
export(get_triple)
export(is.spq)
export(spq)
export(spq_add)
Expand All @@ -36,8 +30,6 @@ export(spq_set)
export(spq_summarise)
export(spq_summarize)
export(spq_tally)
export(subclasses_of)
export(superclasses_of)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
Expand Down
73 changes: 0 additions & 73 deletions R/explore_classes.R

This file was deleted.

68 changes: 0 additions & 68 deletions R/get_info.R

This file was deleted.

37 changes: 0 additions & 37 deletions R/get_triplets.R

This file was deleted.

16 changes: 3 additions & 13 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,12 @@ reference:
- contents:
- starts_with("is_")
- set_functions
- title: Wikidata
contents:
- wd_properties
- title: "Debugging"
- contents:
- spq_assemble
- title: "Wikidata"
- contents:
- get_description
- get_info
- get_thing
- get_label
- count_items
- subclasses_of
- superclasses_of
- wd_properties
- title: internal
contents:
- get_triple

navbar:
components:
Expand Down
18 changes: 0 additions & 18 deletions man/count_items.Rd

This file was deleted.

20 changes: 0 additions & 20 deletions man/get_description.Rd

This file was deleted.

21 changes: 0 additions & 21 deletions man/get_info.Rd

This file was deleted.

20 changes: 0 additions & 20 deletions man/get_label.Rd

This file was deleted.

19 changes: 0 additions & 19 deletions man/get_thing.Rd

This file was deleted.

44 changes: 0 additions & 44 deletions man/get_triple.Rd

This file was deleted.

Loading

0 comments on commit da2b455

Please sign in to comment.