Submit updates to CRAN
Closed this issue · 4 comments
cansavvy commented
We'll need to submit updates to CRAN. I'm not sure what this will look like since Muschelli is the creator, but let's try to submit an update and see what happens.
- Update the version number a good chunk since these were substantial edits.
- Run
devtools::build()
in the code base for the package. - Go here to submit: https://cran.r-project.org/submit.html
muschellij2 commented
You can run devtools::release() to do this, it also checks it.
Best,
John
…On Tue, May 30, 2023 at 8:25 AM Candace Savonen ***@***.***> wrote:
We'll need to submit updates to CRAN. I'm not sure what this will look
like since Muschelli is the creator, but let's try to submit an update and
see what happens.
1. Update the version number a good chunk since these were substantial
edits.
2. Run devtools::build() in the code base for the package.
3. Go here to submit: https://cran.r-project.org/submit.html
—
Reply to this email directly, view it on GitHub
<#27>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIGPLUQZBUIRHT6QZMTUNTXIXRLTANCNFSM6AAAAAAYT52Z3Y>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
howardbaik commented
@muschellij2 do you mind if I take over as maintainer of this package?
howardbaik commented
I'm following this doc on releasing to CRAN.
howardbaik commented
See #35