This simple library aims to provide some basic functionality for analyzing dependency annotated data with R.
Check out the documentation at https://tunicorpora.github.io/depsearcheR/.
Use either the devtools
package, or - if devtools isn't installed, then
probably preferably - the more lightweight remotes
package. Both
have the install_github
function needed to do the job:
library(remotes)
install_github('tunicorpora/depsearcheR')