Skip to content

Commit

Permalink
chore: fixed cran errors url
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsner committed Jan 23, 2023
1 parent 7027966 commit a2d8bbd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 3 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: DIZutils
Title: Utilities for 'DIZ' R Package Development
Version: 0.1.1.9003
Date: 2022-10-17
Version: 0.1.2
Date: 2023-01-23
Authors@R: c(
person("Jonathan M.", "Mang", , "jonathan.mang@uk-erlangen.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0518-4710")),
Expand Down Expand Up @@ -33,10 +33,8 @@ Imports:
Suggests:
lintr,
testthat
Remotes:
github::miracum/misc-diztools@dev
Encoding: UTF-8
Language: en-US
SystemRequirements: libpq >= 9.0: libpq-dev (deb) or postgresql-devel
(rpm)
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# DIZutils NEWS

## Unreleased (2022-09-26)
## Unreleased (2022-10-17)

#### Refactorings

- expanded sql for setting search path for user role
([7027966](https://gitlab.miracum.org/miracum/misc/dizutils/tree/70279668f42f292414fec92b9626e3277102691a))
- updated `get_config_env` to handle nested lists correctly
([a948d7f](https://gitlab.miracum.org/miracum/misc/dizutils/tree/a948d7fdb9d2054b836604a3df9e476fdbe721b6))

Expand All @@ -28,7 +30,7 @@
([722f264](https://gitlab.miracum.org/miracum/misc/dizutils/tree/722f264cdb6734fcb404ad0314c60d1f1efd02c2))

Full set of changes:
[`v0.1.1...f5dd537`](https://gitlab.miracum.org/miracum/misc/dizutils/compare/v0.1.1...f5dd537)
[`v0.1.1...7027966`](https://gitlab.miracum.org/miracum/misc/dizutils/compare/v0.1.1...7027966)

## v0.1.1 (2022-06-27)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- badges: start -->
[![CRAN Status Badge](https://www.r-pkg.org/badges/version-ago/DIZutils)](https://cran.r-project.org/package=DIZutils)
[![Cran Checks](https://cranchecks.info/badges/worst/DIZutils)](https://cran.r-project.org/web/checks/check_results_DIZutils.html)
[![Cran Checks](https://badges.cranchecks.info/worst/DIZutils.svg)](https://cran.r-project.org/web/checks/check_results_DIZutils.html)
[![](http://cranlogs.r-pkg.org/badges/grand-total/DIZutils?color=blue)](https://cran.r-project.org/package=DIZutils)
[![](http://cranlogs.r-pkg.org/badges/last-month/DIZutils?color=blue)](https://cran.r-project.org/package=DIZutils)
[![Dependencies](https://tinyverse.netlify.com/badge/DIZutils)](https://cran.r-project.org/package=DIZutils)
Expand Down Expand Up @@ -91,4 +91,4 @@ For further details on how to set the specific environment variables using a con
## More Infos

* about MIRACUM: <https://www.miracum.org/>
* about the Medical Informatics Initiative: <https://www.medizininformatik-initiative.de/index.php/de>
* about the Medical Informatics Initiative: <https://www.medizininformatik-initiative.de/en/start>
6 changes: 3 additions & 3 deletions data-raw/devstuffs.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ my_desc$del("Maintainer")
my_desc$del("LazyData")

# Set the version
my_desc$set_version("0.1.1.9003")
my_desc$set_version("0.1.2")

# The title of your package
my_desc$set(Title = "Utilities for 'DIZ' R Package Development")
Expand Down Expand Up @@ -122,7 +122,7 @@ usethis::use_package("lintr", type = "Suggests")


# Development packages
tools_tag <- "dev" # e.g. "v0.1.7", "dev" or "cran"
tools_tag <- "cran" # e.g. "v0.1.7", "dev" or "cran"
if (tools_tag == "cran") {
remotes::update_packages("DIZtools", upgrade = "always")
} else{
Expand Down Expand Up @@ -222,7 +222,7 @@ badger::badge_dependencies("DIZutils")

an <- autonewsmd::autonewsmd$new(repo_name = packagename)
an$generate()
an$write()
an$write(force = TRUE)


# imgurl <- path.expand("~/development/Rpackages/bg2.jpeg")
Expand Down

0 comments on commit a2d8bbd

Please sign in to comment.