diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-03 16:41:31 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-03 18:18:19 +0100 |
commit | f0ef23a7598e5d19648ae4edc2b74e0fba27a41c (patch) | |
tree | 03af20e730330e148acf3a7c008d82387dbe52eb /GNUmakefile | |
parent | 82814b17ec182467c25325d747fffa8ffbe4bb33 (diff) |
Prepare for v1.0.0v1.0.0
- Improve authorship and copyright information
- Prepare pkgdown config
- Remove dependence on saemix as we need the development version which
is not ready for CRAN
- Temporarily remove saemix interface to check code coverage of the rest
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index aaa8cdf0..8604d3b3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -93,7 +93,7 @@ slowtests: install vdiffr: "$(RBIN)/Rscript" -e 'vdiffr::manage_cases(filter = "plot|nafta")' -testcheck: test check +testcheck: roxygen test check README.html: README.md "$(RBIN)/Rscript" -e "rmarkdown::render('README.md', output_format = 'html_document', output_options = list(mathjax = NULL))" |