From d033fa6210c89a56697ce7c6830ab6a8df2c552c Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 1 Mar 2018 10:55:24 +0100 Subject: Add README.html for cgit.jrwb.de, fix DESCRIPTION Also improve .Rbuildignore a bit --- .Rbuildignore | 7 +-- DESCRIPTION | 6 +-- GNUmakefile | 3 ++ README.html | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 6 +++ 5 files changed, 166 insertions(+), 6 deletions(-) create mode 100644 README.html create mode 100644 README.md diff --git a/.Rbuildignore b/.Rbuildignore index b5d2126..a090090 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,11 +1,12 @@ -GNUmakefile +^GNUmakefile +^README\.html out$ toc$ bbl$ blg$ aux$ log$ -test\.R -check\.log +^test\.R +^check\.log ^docs/* ^drfit_.*\.tar\.gz diff --git a/DESCRIPTION b/DESCRIPTION index 499ef7d..238ed71 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,9 +2,9 @@ Package: drfit Version: 0.7.1 Date: 2017-07-18 Title: Dose-Response Data Evaluation -Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre"), - email = "jranke@uni-bremen.de"), - comment = c(ORCID = "0000-0003-4371-6538")), +Authors@R: person("Johannes", "Ranke", role = c("aut", "cre"), + email = "jranke@uni-bremen.de", + comment = c(ORCID = "0000-0003-4371-6538")) Imports: graphics, grDevices, MASS, drc, reshape2, qcc, RODBC Description: A somewhat outdated package of basic and easy-to-use functions for fitting dose-response curves to continuous dose-response data, calculating some diff --git a/GNUmakefile b/GNUmakefile index 59f3835..2f8f38c 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', output_options = list(mathjax = NULL))" + build: "$(RBIN)/R" CMD build . diff --git a/README.html b/README.html new file mode 100644 index 0000000..f4188f1 --- /dev/null +++ b/README.html @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+

drfit

+

+

Static documentation of this R package can be found at https://pkgdown.jrwb.de/drfit

+
+ + + + +
+ + + + + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc8a195 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# drfit + +[![](https://www.r-pkg.org/badges/version/drfit)](https://cran.r-project.org/package=drfit) + +Static documentation of this R package can be found at +https://pkgdown.jrwb.de/drfit -- cgit v1.2.1