Replies: 5 comments 2 replies
-
My understanding is that VSCode-R-Debugger (which is usually always updated to the latest version by VSCode) requires the same version of |
Beta Was this translation helpful? Give feedback.
-
I think releasing vscDebugger to CRAN could make it difficult to update the vscode extension since any update might require a development version of the R package, making the CRAN release useless. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your comments. It makes sense to me to keep it GitHub-Only and also thanks @eitsupi for mentioning remotes::install_github("ManuelHentschel/vscDebugger@*release"). I'm also maintaining a dev container and will use this feature from now on. |
Beta Was this translation helpful? Give feedback.
-
I thought it would be fine to install from GitHub, but forgot that this command How about using R-universe? |
Beta Was this translation helpful? Give feedback.
-
Hi! Sorry, I totally didn't notice this thread, because apparently I was not "watching" the discussions here by default. Apologies for this super late response. Thanks for your feedback and the suggestion! So far I was a bit hesitant about CRAN for various reasons
In general, though, I think it would make sense to have this package on CRAN at some point. I hope I'll have a bit more time for programming after the holidays and will try to address the points mentioned above then! |
Beta Was this translation helpful? Give feedback.
-
Hi,
first of all: thank you so much for this package.
I wonder if it's possible to release this on CRAN. I personally use the RStudio Package Manager to keep track of package versions. In essence, RSPM creates CRAN snapshots and freezes them.
Other points to think about:
Pro:
Cons:
Of course, I'm happy to help to prepare the release:
Running devtools::check(cran = TRUE) throws several notes and warnings. I can easily resolve some of them. Do you want me to create a PR for this?
I'm looking forward to a fruitful discussion.
Beta Was this translation helpful? Give feedback.
All reactions