-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from KWB-R/dev
Release v0.1.8
- Loading branch information
Showing
12 changed files
with
110 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
Package: kwb.pkgbuild | ||
Title: R package for standardised development at KWB | ||
Version: 0.1.7 | ||
Version: 0.1.8 | ||
Authors@R: | ||
c(person(given = "Michael", | ||
family = "Rustler", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-0647-7726")), | ||
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)", | ||
role = "cph"), | ||
person(given = "Hauke", | ||
family = "Sonnenberg", | ||
role = "ctb", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(comment = "0000-0001-9134-2871"))) | ||
comment = c(ORCID = "0000-0001-9134-2871")), | ||
person(given = "FAKIN", | ||
role = "fnd"), | ||
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)", | ||
role = "cph")) | ||
Description: Helper functions for automating R package development at KWB | ||
to a predefined style. | ||
to a predefined style. | ||
License: MIT + file LICENSE | ||
URL: https://github.com/KWB-R/kwb.pkgbuild | ||
BugReports: https://github.com/KWB-R/kwb.pkgbuild/issues | ||
|
@@ -27,21 +29,21 @@ Imports: | |
fs, | ||
httr, | ||
kwb.utils, | ||
magrittr, | ||
openssl, | ||
processx, | ||
pkgdown, | ||
processx, | ||
rematch2, | ||
sessioninfo, | ||
stringr, | ||
travis, | ||
usethis, | ||
withr, | ||
yaml, | ||
magrittr | ||
yaml | ||
Suggests: | ||
covr, | ||
kwb.orcid, | ||
knitr, | ||
kwb.orcid, | ||
rmarkdown, | ||
testthat | ||
VignetteBuilder: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,30 @@ | ||
[![Appveyor build Status](https://ci.appveyor.com/api/projects/status/fpwyt36kp3wfd4x4/branch/master?svg=true)](https://ci.appveyor.com/project/KWB-R/kwb-pkgbuild/branch/master) | ||
[![Travis build Status](https://travis-ci.com/KWB-R/kwb.pkgbuild.svg?branch=master)](https://travis-ci.com/KWB-R/kwb.pkgbuild) | ||
[![R-CMD-check](https://github.com/KWB-R/kwb.pkgbuild/workflows/R-CMD-check/badge.svg)](https://github.com/KWB-R/kwb.pkgbuild/actions?query=workflow%3AR-CMD-check) | ||
[![pkgdown](https://github.com/KWB-R/kwb.pkgbuild/workflows/pkgdown/badge.svg)](https://github.com/KWB-R/kwb.pkgbuild/actions?query=workflow%3Apkgdown) | ||
[![codecov](https://codecov.io/github/KWB-R/kwb.pkgbuild/branch/master/graphs/badge.svg)](https://codecov.io/github/KWB-R/kwb.pkgbuild) | ||
[![Project Status](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental) | ||
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/kwb.pkgbuild)]() | ||
[![R-Universe_Status_Badge](https://kwb-r.r-universe.dev/badges/kwb.pkgbuild)](https://kwb-r.r-universe.dev/) | ||
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3387180.svg)](https://doi.org/10.5281/zenodo.3387180) | ||
|
||
|
||
|
||
Helper functions for automating R package development at KWB | ||
to a predefined style. | ||
|
||
## Installation | ||
|
||
For details on how to install KWB-R packages checkout our [installation tutorial](https://kwb-r.github.io/kwb.pkgbuild/articles/install.html). | ||
|
||
```r | ||
#install.packages("remotes", repos = "https://cloud.r-project.org") | ||
remotes::install_github("kwb-r/kwb.pkgbuild", INSTALL_opts = c('--no-multiarch')) | ||
### Optionally: specify GitHub Personal Access Token (GITHUB_PAT) | ||
### See here why this might be important for you: | ||
### https://kwb-r.github.io/kwb.pkgbuild/articles/install.html#set-your-github_pat | ||
|
||
# Sys.setenv(GITHUB_PAT = "mysecret_access_token") | ||
|
||
# Install package "remotes" from CRAN | ||
if (! require("remotes")) { | ||
install.packages("remotes", repos = "https://cloud.r-project.org") | ||
} | ||
|
||
# Install KWB package 'kwb.pkgbuild' from GitHub | ||
remotes::install_github("KWB-R/kwb.pkgbuild") | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.