Skip to content
Prev 8017 / 12125 Next

[R-pkg-devel] Need advice CRAN package check results

On 4/30/22 12:58 PM, Duncan Murdoch wrote:
One of my "R-CMD-check.yaml" files includes the following:


{os: macOS-latest, r: 'release'}


	  If you have this and it does not replicate your error, I don't know 
what other Mac options are available or if they would help.


TWO OTHER THOUGHTS:


1.  HOW DID YOU SUBMIT TO CRAN?  I know two ways.  You can submit 
directly via:


https://cran.r-project.org/submit.html


	  Alternatively, you can use "devtools::release()" as described in 
Chapter 20 of Wickham and Bryan, R Packages, available at:


https://r-pkgs.org


	  IF YOU SUBMITTED ONLY ONE OF THESE TWO WAYS, try the other ;-)


2.  DOCUMENT THIS PROBLEM IN a "cran-comments.md" file, as described in 
Wickham and Bryan.  Explain you can NOT replicate this problem.  With 
luck, if the package fails, a CRAN maintainer may look at that file and 
provide a more helpful suggestion -- or even fix the problem, if it's 
actually a problem with their platform.


	  Hope this helps.


	  Spencer Graves


p.s.  Jim Ramsay and I just went through some of this with the "fda" 
package.  We fixed that problem with help from Duncan Murdoch (THANKS, 
DUNCAN!!!).  We still have other problems, but ...