From 57b385e76b919ae7751dca6ec067ee1ea1b1e732 Mon Sep 17 00:00:00 2001 From: mrustl Date: Mon, 9 Sep 2019 14:40:48 +0200 Subject: [PATCH] Adapt to new pkgdown v1.4 workflow see: https://github.com/r-lib/pkgdown/issues/1136 --- .Rbuildignore | 4 ++-- README.md | 6 +++++- index.Rmd => index.md | 5 ++++- 3 files changed, 11 insertions(+), 4 deletions(-) rename index.Rmd => index.md (76%) diff --git a/.Rbuildignore b/.Rbuildignore index 531f17a..d012926 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -2,10 +2,10 @@ ^_pkgdown\.yml$ ^docs$ ^.gitlab-ci\.yml$ -^.travis\.yml$ +^\.travis\.yml$ ^appveyor\.yml$ ^codecov\.yml$ ^.*\.Rproj$ ^\.Rproj\.user$ -^index\.Rmd$ +^index\.md$ ^README\.md$ diff --git a/README.md b/README.md index 78119bf..1da6641 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,11 @@ # kwb.resilience -R Package for the Quantification of Technical Resilience +**R Package for the Quantification of Technical Resilience** + +kwb.resilience allows quantification of a number of resilience indicators. +Calculation requires a time series of performance values of a technical system, +as well as values for acceptable and worst case performance. ## Installation diff --git a/index.Rmd b/index.md similarity index 76% rename from index.Rmd rename to index.md index 690d301..056bfa2 100644 --- a/index.Rmd +++ b/index.md @@ -5,8 +5,11 @@ [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/kwb.resilience)]() [![DOI](https://zenodo.org/badge/138212756.svg)](https://zenodo.org/badge/latestdoi/138212756) -R Package for the Quantification of Technical Resilience +**R Package for the Quantification of Technical Resilience** +kwb.resilience allows quantification of a number of resilience indicators. +Calculation requires a time series of performance values of a technical system, +as well as values for acceptable and worst case performance. ## Installation