lvaudor / glitter

an R package which writes SPARQL queries
https://lvaudor.github.io/glitter
44 stars 5 forks source link

remove some dependencies #147

Closed maelle closed 1 year ago

maelle commented 1 year ago

e.g. rewrite code without dplyr

maelle commented 1 year ago

but removing ggraph is probably easiest :smile_cat:

maelle commented 1 year ago

as well as WikidataQueryServiceR, WikidataR

maelle commented 1 year ago

@lvaudor I'd really like to remove the dependency on stringr to lighten the package.

maelle commented 1 year ago

maybe also dplyr

maelle commented 1 year ago

dplyr would be more of a pain to remove to be honest.

maelle commented 1 year ago

we could replace it with https://github.com/nathaneastwood/poorman but I don't see the point right now