-
Notifications
You must be signed in to change notification settings - Fork 8
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
Release network 1.17 #58
Comments
I have created a release branch As far as I know, there is nothing blocking the release of Some of the items on this checklist are not applicable, and others I can't complete because @CarterButts, @mbojan, @chad-klumb , can I ask you to please it the rest of the way? |
v1.17 is now passing checks on Rhub and all three versions of winbuilder, plus my at-home checks. So I think it's good to go. Unless I hear immediate objections, I will begin the transfer. Thanks @krivit and @martinamorris for your help w/pre-checks! |
Package has been pushed. Will update and close when/if it passes muster on their end... |
Argh. JSS has moved from http to https, so it failed because the URLs weren't of the correct type. And, of course, because it is CRAN, no other testing utilities but their own internal one flagged this as an issue. After all these years, this remains a constant: they always apply super secret squirrel tests on packages that are never covered in their other testing utilities (including WinBuilder and friends). Why do they make such work for themselves? Like wavefunction collapse, it is a deep and impenetrable mystery. It does appear, in any event, that one's external measurement of a package status and that of CRAN do not diagonalize in the same basis. Fixed the issues and am trying again..... |
OK, they may have taken it. Not yet clear. Will check tomorrow, and update things accordingly. |
lol, super secret squirrels. fingers crossed. |
The latest hurdle is the revdep issue. Have explained it. Hopefully, they will weigh us lightly on the scales of Ma'at. |
Scales of Ma'at... Now there's a reference I had to look up. Indeed, may release 1.17 be judged lighter than the proverbial feather by the priests of CRAN! |
The package has passed the final acceptance phase. The package will propagate to CRAN in a few hours. You may start your landing. |
Checklist before submitting to CRAN
Note that the final submission must be done by @CarterButts.
Directions for use
master
branch, uncheck all boxes from the "master
branch" section down.*release*
branch, uncheck boxes from the "Release branch" section down.master
branchDESCRIPTION
: Package's CRAN dependencies require a recent CRAN version.DESCRIPTION
: Package's dependencies that are a part of R core (base
,datasets
,grDevices
,methods
,splines
,stats4
,tools
,utils
,compiler
,graphics
,grid
,parallel
,stats
,tcltk
,translations
) do not specify a version.DESCRIPTION
: Package's dependencies that are usually shipped with R (KernSmooth
,Matrix
,MASS
,class
,nnet
,spatial
,boot
,cluster
,codetools
,foreign
,lattice
,mgcv
,nlme
,rpart
,survival
) do not specify a version unless necessary.inst/include/
is up to date if needed.DESCRIPTION
.inst/NEWS.Rd
: file is up to date: none of the commits since the last commit to explicitly mention updating theNEWS
file are newsworthy.LICENSE
: license refers to the correct package.LICENSE
: affiliations are up to date.LICENSE
: copyright year range is correct.addcopyheaders
to ensure this.R CMD check
passes withENABLE_statnet_TESTS=yes
environment variable and--run-donttest
.rchk
static code analysis passes.Release branch (
v1.17
)master
merged into it. (git checkout *release*; git merge master
)DESCRIPTION
: There are noRemotes:
directives (unless releasing simultaneously).R-CMD-check.yaml
:rcmdcheck()
is called witherror_on = "warning"
.DESCRIPTION
: Release branch's version number does not have commit number attached to it.DESCRIPTION
: Date is today.CITATION
:update_CITATION
has been run after installing all the mentioned packages from the release branch.*pkg*.tar.gz
: the candidate submission file is from the latest version of the release branch.*pkg*.tar.gz
:R CMD check
passes withENABLE_statnet_TESTS=yes
environment variable and--run-donttest
.*pkg*.tar.gz
:R CMD check
passes with--as-cran
option withoutWARNING
s.*pkg*.tar.gz
:R CMD check
passes Win-Builder (https://win-builder.r-project.org).*pkg*.tar.gz
:R CMD check
passes on the previous stable release (unless there is a good reason to require the latest R).After release
The text was updated successfully, but these errors were encountered: