Skip to content
Prev 10339 / 12125 Next

[R-pkg-devel] Suggesting an archived package in the DESCRIPTION file

On 05/03/2024 1:04 p.m., Dirk Eddelbuettel wrote:
What I'm seeing is that the tags are ignored, and it is distributing the 
HEAD of the main branch.  I don't think most users should be using that 
version:  in my packages it won't have had full reverse dependency 
checks, I only do that before CRAN releases.  And occasionally it hasn't 
even passed R CMD check, though that's not my normal workflow.  On the 
other hand, I like that it's available and easy to install, it just 
shouldn't be the default install.

I suppose I could do all development on a "devel" branch, and only merge 
it into the main branch after I wanted to make a release, but then the 
R-universe instructions would be no good for getting the devel code.
I don't know anything about dpkg, but having some options available to 
package authors would be a good thing.

Duncan Murdoch