-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
[CRAN Release]: 0.16.0 #1439
Comments
Submitted to CRAN. |
CRAN Feedback:
|
Could this be because of creating the |
We create |
I have locally and it is not on the repository, I think it is generated during the R CMD check. In which case adding it to .Rbuildignore won't solve it. I think we need to clean it after its creation or directly only save it on the |
I unpacked the tar.gz file that I sent and can confirm that I don't have such files or directories in the folder. Here are the pretests result after the package was submitted to CRAN last week: There are no NOTES, everything is OK. I replied to the email asking for more clarification. |
@llrs-roche |
Maybe they just sent the feedback to the wrong receiver? |
@donyunardi Not sure, I see |
Nobody responded yet. I propose to add these lines to # CRAN artifacts
unlink(".renv")
unlink("BiocManager") |
Let's do it. I'll resubmit today. |
resubmitted to CRAN. Awaiting feedback. winbuilder result passed with no NOTE: Submitted tar.gz file can also be downloaded from one of these links. |
Pre-release
Release
Prepare the release
git checkout -b release-candidate-vX.Y.Z
Remotes
) from the DESCRIPTION file where applicable.Test the release
CRAN submission
R CMD build .
which will generate a .tar.gz file necessary for the CRAN submission.Tag the release
main
branch by a bot or an automation - we do NOT want to tag this commit.Make sure of the following before continuing
git checkout <commit hash>
git tag vX.Y.Z
git push origin vX.Y.Z
Note: Once the release tag is created, the package is automatically published to internal repositories.
Post-release
Decision tree
Click here to see the release decision tree.
The text was updated successfully, but these errors were encountered: