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

Not available for R v 4.0.2

mistyblue17 opened this issue · comments

Super excited that a package like this exists! Went to install and got the following warning message:

"package ‘litsearchr’ is not available (for R version 4.0.2)"

I'm running R version 4.0.2 & RStudio version 1.3.1056 on Window 10 (build 18362.959).

Did you run remotes::install_github("elizagrames/litsearchr", ref="main") to install?

Here https://elizagrames.github.io/litsearchr/#/about you suggest to install it using devtools::install_github()

It throws an error.

Installation through remotes::instal_github() does work.

Also, Installation of metaverse does not install liteserchr!!! I had to install it separately to finalize metaverse installation.

Could you briefly explain why devtools is no longer working and what made you switch to remotes? I'm asking what is the current best practice ?

Whoops, looks like I better update my website. I switched to suggesting remotes because it has fewer dependencies and I can't keep up with devtools changes since lots of functions are being moved from devtools into other packages.

Yeah, I am working on getting litsearchr on CRAN so the metaverse installs it automatically; lots of small things to fix, like that my name triggers a NOTE because apparently I spell my name wrong...

Great work @elizagrames thank you so much for this package! Very helpful! I wish I knew how to develop packages to help you with maintaining it!