File tree Expand file tree Collapse file tree 2 files changed +3
-22
lines changed
Expand file tree Collapse file tree 2 files changed +3
-22
lines changed Original file line number Diff line number Diff line change 11
2- #
3- # Release procedure
4- #
5- # 1. Update DESCRIPTION to new version number.
6- #
7- # 2. make check
8- # To update documentation and check for problems.
9- #
10- # 3. make publish
11- # Create and publish HTML documentation.
12- #
13- # 4. git commit
14- #
15- # 5. git tag vX.X.X
16- #
17- # 6. git push --tags
18- #
192
203check :
214 Rscript -e " devtools::check()"
@@ -26,10 +9,6 @@ document :
269site : document
2710 Rscript -e " pkgdown::build_site()"
2811
29- publish : site
30- scp -r docs/* logarithmic.net:www/varistran/
31-
32-
3312paper.pdf : paper.md paper.bib
3413 pandoc --filter pandoc-citeproc -o paper.pdf paper.md
3514
Original file line number Diff line number Diff line change 11
2+ url : " https://github.com/MonashBioinformaticsPlatform/varistran"
3+
24templates :
35 params :
46 bootswatch : cerulean
57
68navbar :
79 right :
810 - icon : fa-github
9- href : https://github.com/MonashBioinformaticsPlatform/varistran
11+ href : " https://github.com/MonashBioinformaticsPlatform/varistran"
1012
1113reference :
1214 - title : Main functions
You can’t perform that action at this time.
0 commit comments