From 92a4c580723f2665aea94f693efe2e1584610a2c Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 6 Mar 2017 17:05:46 +0100 Subject: Add README.html and link to pkgdown.jrwb.de --- GNUmakefile | 3 ++ README.html | 157 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 3 files changed, 161 insertions(+), 1 deletion(-) create mode 100644 README.html diff --git a/GNUmakefile b/GNUmakefile index d01273d..7c11926 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,6 +9,9 @@ TGZ := $(PKGNAME)_$(PKGVERS).tar.gz # containing the first instance of R on the PATH. RBIN ?= $(shell dirname "`which R`") +README.html: README.md + "$(RBIN)/Rscript" -e "rmarkdown::render('README.md', output_format = 'html_document')" + build: "$(RBIN)/R" CMD build . diff --git a/README.html b/README.html new file mode 100644 index 0000000..04bbd22 --- /dev/null +++ b/README.html @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+

chemCal

+

+

Static documentation of this R package can be found unter http://pkgdown.jrwb.de/chemCal

+
+ + + + +
+ + + + + + + + diff --git a/README.md b/README.md index 048e198..4a18e35 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ [![](http://www.r-pkg.org/badges/version/chemCal)](http://cran.r-project.org/package=chemCal) Static documentation of this R package can be found unter -http://jranke.github.io/chemCal +http://pkgdown.jrwb.de/chemCal -- cgit v1.2.1