Skip to content

Commit

Permalink
prepare release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Matzinger authored and Andreas Matzinger committed Dec 13, 2018
1 parent c0c7e70 commit 8aa6414
Show file tree
Hide file tree
Showing 32 changed files with 3,043 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
^codecov\.yml$
^.*\.Rproj$
^\.Rproj\.user$
^README\.Rmd$
^index\.Rmd$
^README\.md$
31 changes: 23 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
Package: kwb.resilience
Version: 0.1.0.9000
Version: 0.1.0
Title: R Package for Assessing Resilience for Water Systems
Description: R package for assessing resilience for water systems.
Authors@R: c(person("Andreas", "Matzinger", , "andreas.matzinger@kompetenz-wasser.de",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5483-4594")),
person("Kompetenzzentrum Wasser Berlin gGmbH (KWB)", role = c("cph")))
Authors@R:
c(person(given = "Andreas",
family = "Matzinger",
role = c("aut", "cre"),
email = "andreas.matzinger@kompetenz-wasser.de",
comment = c(ORCID = "0000-0001-5483-4594")),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)",
role = "cph"),
person(given = "Hauke",
family = "Sonnenberg",
role = "ctb",
email = "hauke.sonnenberg@kompetenz-wasser.de",
comment = "0000-0001-9134-2871"),
person(given = "Michael",
family = "Rustler",
role = "ctb",
email = "michael.rustler@kompetenz-wasser.de",
comment = "0000-0003-0647-7726"))
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Expand All @@ -15,12 +30,12 @@ Suggests:
covr,
testthat,
knitr,
rmarkdown
rmarkdown,
kwb.utils
Depends: R (>= 3.0)
RoxygenNote: 6.0.1
RoxygenNote: 6.1.1
Imports:
kwb.event,
kwb.utils
kwb.event
Remotes:
github::KWB-R/kwb.event,
github::KWB-R/kwb.utils
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [kwb.resilience 0.1.0](https://github.com/KWB-R/kwb.resilience/releases/tag/v0.1.0) <small>2018-12-13</small>

* Release on [Zenodo](https://zenodo.org)

* Added a `NEWS.md` file to track changes to the package.

* see https://style.tidyverse.org/news.html for writing a good `NEWS.md`


7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@

R package for assessing resilience for water systems.

## Installation

```r
#install.packages("remotes", repos = "https://cloud.r-project.org")
remotes::install_github("KWB-R/kwb.resilience")
```

## Documentation

Release: [https://kwb-r.github.io/kwb.resilience](https://kwb-r.github.io/kwb.resilience)
Expand Down
163 changes: 163 additions & 0 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

148 changes: 148 additions & 0 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8aa6414

Please sign in to comment.