-
Notifications
You must be signed in to change notification settings - Fork 61
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
Package is down on CRAN #207
Comments
Hi @jackwasey , anything that you need help with in order to get this package back up on CRAN? It's a great package, I would like to see this back up and happy to contribute in some way for this. |
Using require(devtools)
install_version("icd", version = "4.0.9", repos = "http://cran.us.r-project.org") |
I would also like to volunteer some time , if it's a diagnosed issue that requires some debugging. From what I have seen in the CRAN build log, a particular test is failing for linux architectures |
Would be happy for any help, and apologies to everyone for the hiatus. I do think the fixes are small to keep the package on CRAN. |
Hello, |
I've started looking into this a little and so far am working on getting unit tests to run successfully. Got the following errors when running
Tests do not appear to correctly create the necessary and required directories, so I was able to fix the first one by creating the directory specified. After fixing the first issue, the second goes away, but is replaced by this:
I haven't figured out this one yet. |
I've been able to get the
I essentially override the
Which correctly employs the
However, I haven't been able to quite figure out the exact reason why this change works. Given that the error thrown when running UPDATEHaving re-run the Nonetheless, it appears that the above is not the reason precluding Running the call that fails (in
Changing this line to
Looking at the history of I'm not sure how helpful this is in fixing this issue. |
These lines do not work for me. Do you have any updates on how to get the ICD package downloaded? |
Try `devtools::install_github("jackwasey/icd")`
…On Tue, Mar 7, 2023, 7:10 PM Lily Li ***@***.***> wrote:
Using devtools, it is possible to install the last CRAN archived version
of this package:
require(devtools)
install_version("icd", version = "4.0.9", repos = "http://cran.us.r-project.org")
These lines do not work for me. Do you have any updates on how to get the
ICD package downloaded?
—
Reply to this email directly, view it on GitHub
<#207 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHMKEL2NP2Y75QLMTOQK73W27MBPANCNFSM4SSXZQ5Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I can confirm this works on R version 4.3.1 (MacOS 12). |
doesn't work for me, would be great to have the package back running... |
No description provided.
The text was updated successfully, but these errors were encountered: