-
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.
- bump version - run kwb.pkgbuild::use_index_rmd() - run kwb.pkgbuild::use_readme_md() - run styler::style_pkg() - run usethis::use_tidy_versions()
- Loading branch information
Showing
11 changed files
with
155 additions
and
133 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 |
---|---|---|
|
@@ -9,3 +9,4 @@ | |
^README\.md$ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^index\.Rmd$ |
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,39 +1,50 @@ | ||
Package: kwb.geosalz | ||
Version: 0.0.0.9000 | ||
Title: R Package for Documenting Workflow Used in Project "geosalz" | ||
Description: R Package for Documenting Workflow Used in Project "geosalz". | ||
Authors@R: c(person("Michael", "Rustler", , "[email protected]", | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0647-7726")), | ||
person("Hauke", "Sonnenberg", , "[email protected]", | ||
role = c("ctb"), comment = c(ORCID = "0000-0001-9134-2871")), | ||
person("Kompetenzzentrum Wasser Berlin gGmbH (KWB)", role = c("cph"))) | ||
Title: R Package for Documenting Workflow Used in Project | ||
"geosalz" | ||
Version: 0.1.0 | ||
Authors@R: | ||
c(person(given = "Michael", | ||
family = "Rustler", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-0647-7726")), | ||
person(given = "Hauke", | ||
family = "Sonnenberg", | ||
role = "ctb", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-9134-2871")), | ||
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)", | ||
role = "cph")) | ||
Description: R Package for Documenting Workflow Used in Project | ||
"geosalz". | ||
License: MIT + file LICENSE | ||
URL: https://github.com/KWB-R/kwb.geosalz | ||
BugReports: https://github.com/KWB-R/kwb.geosalz/issues | ||
Imports: | ||
cellranger, | ||
crayon, | ||
data.table, | ||
dplyr, | ||
fs, | ||
janitor, | ||
kwb.utils, | ||
magrittr, | ||
readxl, | ||
rlang, | ||
stringr, | ||
tidyr | ||
cellranger (>= 1.1.0), | ||
crayon (>= 1.3.4), | ||
data.table (>= 1.12.0), | ||
dplyr (>= 0.7.8), | ||
fs (>= 1.2.6), | ||
janitor (>= 1.1.1), | ||
kwb.utils (>= 0.4.0.9000), | ||
magrittr (>= 1.5), | ||
readxl (>= 1.2.0), | ||
rlang (>= 0.3.1), | ||
stringr (>= 1.4.0), | ||
tidyr (>= 0.8.2) | ||
Suggests: | ||
covr, | ||
ggplot2, | ||
knitr, | ||
rmarkdown, | ||
tibble, | ||
sessioninfo | ||
covr (>= 3.2.1), | ||
ggplot2 (>= 3.1.0), | ||
knitr (>= 1.21), | ||
rmarkdown (>= 1.11), | ||
tibble (>= 2.0.1), | ||
sessioninfo (>= 1.1.1) | ||
VignetteBuilder: | ||
knitr | ||
Remotes: | ||
github::KWB-R/kwb.utils | ||
License: MIT + file LICENSE | ||
ByteCompile: true | ||
Encoding: UTF-8 | ||
LazyData: true | ||
ByteCompile: true | ||
URL: https://github.com/KWB-R/kwb.geosalz | ||
BugReports: https://github.com/KWB-R/kwb.geosalz/issues | ||
RoxygenNote: 6.1.1 | ||
VignetteBuilder: knitr |
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
Oops, something went wrong.