Repository transfer - #256
Merged
Merged
Conversation
Update GitHub repo URLs, issue tracker, CI badge and coverage badge following the transfer to github.com/ropensci/galamm. The link to LCBC-UiO/galamm-scripts is left unchanged, as that repository was not transferred.
Move the package documentation to rOpenSci's central docs building and adjust the remaining project files accordingly. - Point all website links at https://docs.ropensci.org/galamm/ and list the docs URL before the repository URL in DESCRIPTION. - Drop the bootstrap styling tweak from the pkgdown config, since styling now comes from rOpenSci's rotemplate, and request MathJax explicitly because the vignettes make heavy use of LaTeX maths. - Replace the pkgdown deployment workflow with the rotemplate test-docs workflow, which builds the site the same way rOpenSci does but does not publish it. - Remove the bundled code of conduct, as rOpenSci's code of conduct now applies, and link to it from the contributing guidelines. - Document installation from the rOpenSci R-universe in the README. - Bump the version to 0.4.1 and describe these changes in news.md.
R and pkgdown expect the change log to be called NEWS.md. The file was previously excluded from the build, so the change log was not included in the installed package. It is now named and shipped as expected, and the entries for version 0.4.0 have been given their own heading.
Regenerate the rendered README so that the code output matches the current sources. This also picks up citation and figure markup changes coming from newer versions of the rendering toolchain.
20 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses the bullet points under "Repository Transfer" in the review issue.
Note: I do use pkgdown and have had an automated workflow with GitHub Pages and a
gh-pagesbranch, but migrating it to the new ropensci domain seems to have caused a 404 error. Maybe this is something some ropensci admin needs to fix?