Closed maurolepore closed 6 years ago
From @maurolepore on September 18, 2018 14:51
A package website can host any metadata associated to your package including documentation showing how to use your package. For example: https://forestgeo.github.io/fgeo/.
You can build (and update) a package website by running pkgdown::build_site(). The website will live in the folder docs/. To host on GitHub go to: Settings > GitHubPages > Source > master branch /docs folder. This mute video shows the process: https://www.youtube.com/watch?v=QVxJyQm-pBg&index=10&list=PLvgdJdJDL-AOJKDiV6U09LdOYOTgFpQqN&t=1s
pkgdown::build_site()
_Copied from original issue: ervanSTRI/AGBfluxpack#6
From @maurolepore on September 18, 2018 14:51
A package website can host any metadata associated to your package including documentation showing how to use your package. For example: https://forestgeo.github.io/fgeo/.
You can build (and update) a package website by running
pkgdown::build_site()
. The website will live in the folder docs/. To host on GitHub go to: Settings > GitHubPages > Source > master branch /docs folder. This mute video shows the process: https://www.youtube.com/watch?v=QVxJyQm-pBg&index=10&list=PLvgdJdJDL-AOJKDiV6U09LdOYOTgFpQqN&t=1s_Copied from original issue: ervanSTRI/AGBfluxpack#6