Skip to content

Commit e0d989f

Browse files
committed
A bit of clean-up.
1 parent c62cc30 commit e0d989f

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

Makefile

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
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

203
check :
214
Rscript -e "devtools::check()"
@@ -26,10 +9,6 @@ document :
269
site : document
2710
Rscript -e "pkgdown::build_site()"
2811

29-
publish : site
30-
scp -r docs/* logarithmic.net:www/varistran/
31-
32-
3312
paper.pdf : paper.md paper.bib
3413
pandoc --filter pandoc-citeproc -o paper.pdf paper.md
3514

_pkgdown.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11

2+
url: "https://github.com/MonashBioinformaticsPlatform/varistran"
3+
24
templates:
35
params:
46
bootswatch: cerulean
57

68
navbar:
79
right:
810
- icon: fa-github
9-
href: https://github.com/MonashBioinformaticsPlatform/varistran
11+
href: "https://github.com/MonashBioinformaticsPlatform/varistran"
1012

1113
reference:
1214
- title: Main functions

0 commit comments

Comments
 (0)