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

Not available for R v 4.0.2 #44

Open mistyblue17 opened 4 years ago

mistyblue17 commented 4 years ago

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).

elizagrames commented 4 years ago

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

wolass commented 3 years ago

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 ?

elizagrames commented 3 years ago

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...

MavropaliasG commented 3 years ago

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!