We would like to have an MSstatsPPI package page similar to MSstats that is automatically updated with changes in man pages, vignettes, and the README.
Changes
Ran usethis::use_pkgdown_github_pages() to generate pkgdown files and set up github actions to build the page
Testing
Ran pkgdown::build_site() to generate the page locally and it looks good.
Motivation and Context
We would like to have an MSstatsPPI package page similar to MSstats that is automatically updated with changes in man pages, vignettes, and the README.
Changes
usethis::use_pkgdown_github_pages()
to generate pkgdown files and set up github actions to build the pageTesting
pkgdown::build_site()
to generate the page locally and it looks good.Checklist Before Requesting a Review