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.

Home Page:https://elizagrames.github.io/litsearchr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installation error

lucassyyd opened this issue · comments

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 (d3c8a6e) 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

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

thanks for helping me ^^