Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

citr currently not available from CRAN #75

Open
diatomm opened this issue Oct 28, 2020 · 13 comments
Open

citr currently not available from CRAN #75

diatomm opened this issue Oct 28, 2020 · 13 comments
Labels

Comments

@diatomm
Copy link

diatomm commented Oct 28, 2020

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

@LeonBarmuta
Copy link

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

@crsh
Copy link
Owner

crsh commented Oct 29, 2020

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 crsh added the upstream label Oct 29, 2020
@crsh crsh changed the title R version 4.X ? citr currently not available from CRAN Oct 29, 2020
@crsh crsh pinned this issue Oct 29, 2020
@LeonBarmuta
Copy link

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!

@antondutoit
Copy link

Thanks crsh. Fixed the problem for me too.

@diatomm
Copy link
Author

diatomm commented Nov 15, 2020

This was very helpful. Thank you.

@GegznaV
Copy link
Contributor

GegznaV commented Nov 25, 2020

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

@crsh
Copy link
Owner

crsh commented Nov 25, 2020

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

@antondutoit
Copy link

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.

@igelstorm
Copy link

igelstorm commented Jan 19, 2021

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.

@hao203
Copy link

hao203 commented Jan 30, 2021

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)

crsh added a commit that referenced this issue Feb 2, 2021
@crsh
Copy link
Owner

crsh commented Feb 2, 2021

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

@JohannPopp
Copy link

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

@mengliuveronica
Copy link

mengliuveronica commented Jul 8, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

9 participants