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 364ed43 commit 8102e47
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
10 changes: 3 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: DQAgui
Title: Graphical User Interface for Data Quality Assessment
Version: 0.2.1.9006
Version: 0.2.2
Authors@R: c(
person("Lorenz A.", "Kapsner", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-1866-860X")),
Expand All @@ -15,7 +15,7 @@ License: GPL-3
URL: https://github.com/miracum/dqa-dqagui
BugReports: https://github.com/miracum/dqa-dqagui/issues
Encoding: UTF-8
Date: 2022-10-17
Date: 2023-01-23
Imports:
data.table,
daterangepicker,
Expand All @@ -38,8 +38,4 @@ Imports:
Suggests:
lintr,
testthat (>= 3.0.0)
Remotes:
github::miracum/misc-diztools@dev,
github::miracum/misc-dizutils@development,
github::miracum/dqa-dqastats@development
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,6 +1,6 @@
# DQAgui NEWS

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

#### Refactorings

Expand Down Expand Up @@ -31,6 +31,8 @@

#### Other changes

- updated news.md
([364ed43](https://gitlab.miracum.org/miracum/dqa/dqagui/tree/364ed43deb9d322c4c5d1b4e23c7b20d31337ed4))
- updated news.md
([6a62176](https://gitlab.miracum.org/miracum/dqa/dqagui/tree/6a621762d4d70f62ad48bbc13e631d427ff892d2))
- updated news.md
Expand All @@ -45,7 +47,7 @@
([9b33b49](https://gitlab.miracum.org/miracum/dqa/dqagui/tree/9b33b490af9680aec6da656067f2cacb132a2ccc))

Full set of changes:
[`v0.2.1...24139cf`](https://gitlab.miracum.org/miracum/dqa/dqagui/compare/v0.2.1...24139cf)
[`v0.2.1...364ed43`](https://gitlab.miracum.org/miracum/dqa/dqagui/compare/v0.2.1...364ed43)

## v0.2.1 (2022-07-04)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- badges: start -->
[![](https://img.shields.io/badge/doi-10.1186/s12911--022--01961--z-yellow.svg)](https://doi.org/10.1186/s12911-022-01961-z)
[![CRAN Status Badge](https://www.r-pkg.org/badges/version-ago/DQAgui)](https://cran.r-project.org/package=DQAgui)
[![CRAN Checks](https://cranchecks.info/badges/worst/DQAgui)](https://cran.r-project.org/web/checks/check_results_DQAgui.html)
[![CRAN Checks](https://badges.cranchecks.info/worst/DQAgui.svg)](https://cran.r-project.org/web/checks/check_results_DQAgui.html)
[![](http://cranlogs.r-pkg.org/badges/grand-total/DQAgui?color=blue)](https://cran.r-project.org/package=DQAgui)
[![](http://cranlogs.r-pkg.org/badges/last-month/DQAgui?color=blue)](https://cran.r-project.org/package=DQAgui)
[![Dependencies](https://tinyverse.netlify.com/badge/DQAgui)](https://cran.r-project.org/package=DQAgui)
Expand Down
10 changes: 5 additions & 5 deletions data-raw/devstuffs.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ my_desc$set_authors(c(
# Remove some author fields
my_desc$del("Maintainer")
# Set the version
my_desc$set_version("0.2.1.9006")
my_desc$set_version("0.2.2")
# The title of your package
my_desc$set(Title = "Graphical User Interface for Data Quality Assessment")
# The description of your package
Expand Down Expand Up @@ -99,7 +99,7 @@ remotes_append_vector <- NULL

# 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") {
install.packages("DIZtools")
} else{
Expand All @@ -126,7 +126,7 @@ if (tools_tag == "cran") {
}
}

utils_tag <- "development" # e.g. "v0.1.7", "development" or "cran"
utils_tag <- "cran" # e.g. "v0.1.7", "development" or "cran"
if (utils_tag == "cran") {
install.packages("DIZutils")
} else{
Expand All @@ -149,7 +149,7 @@ if (utils_tag == "cran") {
}
}

stats_tag <- "development" # e.g. "v0.1.7", "development" or "cran"
stats_tag <- "cran" # e.g. "v0.1.7", "development" or "cran"
if (stats_tag == "cran") {
install.packages("DQAstats")
} else{
Expand Down Expand Up @@ -272,7 +272,7 @@ badger::badge_doi("10.1186/s12911-022-01961-z", color = "yellow")

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


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

0 comments on commit 8102e47

Please sign in to comment.