elizagrames / litsearchr

litsearchr is an R package to partially automate search term selection for systematic reviews using keyword co-occurrence networks. In addition to identifying search terms, it can write Boolean searches and translate them into over 50 languages.
https://elizagrames.github.io/litsearchr
101 stars 24 forks source link

installation error #39

Closed lucassyyd closed 4 years ago

lucassyyd commented 4 years ago

Hey! My name is Lucas, I'm a Biology student and I'm trying to install 'litesearch' to perform systematic reviews, and an error is happening.

devtools::install_github("elizagrames/litsearchr") Skipping install of 'litsearchr' from a github remote, the SHA1 (d3c8a6ec) has not changed since last install. Use force = TRUE to force installation

I'm a beginner in R. can you help me ?

thanks in advance Lucas

elizagrames commented 4 years ago

That means you've already installed the package, so now you can load it with library(litsearchr) and use the functions.

lucassyyd commented 4 years ago

thanks for helping me ^^