citr icon indicating copy to clipboard operation
citr copied to clipboard

citr currently not available from CRAN

Open diatomm opened this issue 4 years ago • 13 comments

Hi folks, Maybe I am missing something but I can't citr for the current version of R. Is this coming? Is there anything I can do to help? Cheers, -LA

diatomm avatar Oct 28 '20 00:10 diatomm

Likewise, but I installed on my desktop yesterday after updating to 4.0.3, but it failed after updating on my laptop today.

devtools::install_github("crsh/citr")

yields:

Downloading GitHub repo crsh/citr@HEAD Skipping 1 packages not available: RefManageR Installing 2 packages: bibtex, RefManageR Installing packages into ‘C:/Users/leon/Documents/R/win-library/4.0’ (as ‘lib’ is unspecified) Error: Failed to install 'citr' from GitHub: (converted from warning) package ‘RefManageR’ is not available for this version of R

LeonBarmuta avatar Oct 29 '20 06:10 LeonBarmuta

Hi everyone, thanks for reaching out. Currently, RefManageR is not distributed via CRAN. Because citr depends on RefManageR it was also taken down. As far as I understand, this the maintainer of RefManageR wants to address the problems and, hence, citr should be back on CRAN as soon as that happens. For the time being you can install RefManageR (and citr) from GitHub.

remotes::install_github("ropensci/RefManageR")
remotes::install_github("crsh/citr")

crsh avatar Oct 29 '20 07:10 crsh

Thank you!

Yep: https://cran.r-project.org/web/packages/RefManageR/ says "Archived on 2020-10-27 for policy violation. " Nothing to do with that election, I hope!

LeonBarmuta avatar Oct 29 '20 09:10 LeonBarmuta

Thanks crsh. Fixed the problem for me too.

antondutoit avatar Nov 02 '20 05:11 antondutoit

This was very helpful. Thank you.

diatomm avatar Nov 15 '20 19:11 diatomm

RefManageR is on CRAN again since 2020-11-13. Could citr reappear there too?

GegznaV avatar Nov 25 '20 10:11 GegznaV

Thanks for reaching out. I'll try to resubmit before the end of the week.

crsh avatar Nov 25 '20 11:11 crsh

Thanks crsh. The paper I'm working on at the moment is in Word (lit review) but the next will be in RMarkdown so the timing is perfect.

antondutoit avatar Nov 25 '20 22:11 antondutoit

Hi, I just stumbled on this problem myself, and was relieved to find this issue and see that citr is still alive and well! Given that the issue is still ongoing, would it be sensible/doable to mention this in the README in the meantime? (Assuming there is still something blocking getting it back on CRAN.) Just a link to this issue and instructions for how to install from GitHub would've saved me some time and confusion.

igelstorm avatar Jan 19 '21 16:01 igelstorm

Hi everyone, thanks for reaching out. Currently, RefManageR is not distributed via CRAN. Because citr depends on RefManageR it was also taken down. As far as I understand, this the maintainer of RefManageR wants to address the problems and, hence, citr should be back on CRAN as soon as that happens. For the time being you can install RefManageR (and citr) from GitHub.

remotes::install_github("ropensci/RefManageR")
remotes::install_github("crsh/citr")

Thanks But it doesn't work (Rstudio 1.4, R 4.0.3)

hao203 avatar Jan 30 '21 05:01 hao203

Could you elaborate on that? What error message are you seeing?

crsh avatar Feb 02 '21 09:02 crsh

Dear Frederik,

first of all: Thank you for maintaining the wonderful citr-package. I probably have the same issue as hao203. I have installed citr on RStudio 1.4.1106 and R 4.0.5.

running

citr:::insert_citation()

returns the following error:

Fehler in citr:::insert_citation() : The use of this addin requires RStudio 0.99.796 or newer (your version is 1.4.1106).

I hope that this helps to debug.

Sincerely yours Johann Popp

JohannPopp avatar May 06 '21 06:05 JohannPopp

Hi, I ran into the same error message as JohannPopp, I wonder if there is any way to fix it? Thanks!

mengliuveronica avatar Jul 08 '21 20:07 mengliuveronica