Skip to content
Prev 11683 / 12125 Next

[R-pkg-devel] My package CECPfuns on github has branches main and gh-pages badly out of synch

On 6 August 2025 at 21:13, Chris Evans wrote:
| see, the ahead:behind count for the gh-pages branch in github is pretty 
| meaningless here.? Someone please correct me if I am wrong about that.

Correct.

An aside: the gh-pages branch used to be the only way to publish at GitHub.
But for a few years now one can also use a directory (or even the root dir
and everything below it) in a repo. I prefer that and often use docs/.

It avoids the dance between branches. Other people prefer the seperation into
another branch. As always, each to their own, and good to have choices.

Dirk