Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.2%) to scientific vocabulary
Repository
Mirror of UKER internal git
Basic Info
- Host: GitHub
- Owner: miracum
- License: gpl-3.0
- Language: R
- Default Branch: master
- Homepage: https://www.miracum.org/imprint/
- Size: 924 KB
Statistics
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
DQAgui 
Warning: `git_branch_default()` was deprecated in usethis 2.1.0.
ℹ Please use `git_default_branch()` instead.
ℹ The deprecated feature was likely used in the badger package.
Please report the issue at <https://github.com/GuangchuangYu/badger/issues>.
This is the repository of the R package ‘DQAgui’. It provides a
graphical user interface to the functionalities implemented in
DQAstats.
Installation
You can install DQAgui with:
r
install.packages("remotes")
remotes::install_github("miracum/dqa-dqagui")
Configuration
The database connection can be configured using environment variables.
These can be set using the base R command Sys.setenv().
A detailed description, which environment variables need to be set for the specific databases can be found here.
Example
This is a basic example to demonstrate how to perform the data quality
assessment with DQAgui:
``` r library(DQAgui)
define base paths for shinyFiles::shinyDirChoose
Sys.setenv( "CSVSOURCEBASEPATH" = system.file("demodata", package = "DQAstats") ) Sys.setenv( "CSVTARGETBASEPATH" = system.file("demodata", package = "DQAstats") )
define path to utilities-folder
utilspath <- system.file("demodata/utilities", package = "DQAstats")
filename of the metadata repository
mdrfilename <- "mdrexample_data.csv"
directory for storing logfiles
logfile_dir <- tempdir()
launchapp( port = 3838, utilspath = utilspath, mdrfilename = mdrfilename, logfiledir = logfile_dir ) ```
To open the shiny application in your web-browser, go to
localhost:3838.
Demo Usage / Deployment Examples
You can test the package without needing to install anything except docker. :bulb: For further details, see the Wiki.
More Infos
- about MIRACUM: https://www.miracum.org/
- about the Medical Informatics Initiative: https://www.medizininformatik-initiative.de/index.php/de
- about Shiny: https://www.rstudio.com/products/shiny/
- RStudio and Shiny are trademarks of RStudio, Inc.
Owner
- Name: MIRACUM
- Login: miracum
- Kind: organization
- Email: info@miracum.org
- Location: Germany
- Website: https://miracum.org
- Twitter: MIRACUM_de
- Repositories: 19
- Profile: https://github.com/miracum
MIRACUM–this is ten universities with ten university hospitals, two universities of applied sciences and one industrial partner spread over seven German states.
GitHub Events
Total
- Push event: 6
- Create event: 2
Last Year
- Push event: 6
- Create event: 2
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Lorenz Kapsner | l****r@u****e | 255 |
| Jonathan | j****g@u****e | 132 |
| kapsner | l****r@g****m | 19 |
| JM | Jo@J****x | 1 |
| JM | Jo@j****3 | 1 |
| kapsner | l****r@w****e | 1 |
| JM | Jo@J****l | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: about 1 hour
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- kapsner (1)
Pull Request Authors
- renovate[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 254 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 10
- Total maintainers: 1
cran.r-project.org: DQAgui
Graphical User Interface for Data Quality Assessment
- Homepage: https://github.com/miracum/dqa-dqagui
- Documentation: http://cran.r-project.org/web/packages/DQAgui/DQAgui.pdf
- License: GPL-3
-
Latest release: 0.2.6
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- DIZtools >= 0.0.5 imports
- DIZutils >= 0.1.1 imports
- DQAstats >= 0.3.1 imports
- DT * imports
- data.table * imports
- daterangepicker * imports
- jsonlite * imports
- knitr * imports
- lubridate * imports
- magrittr * imports
- parsedate * imports
- shiny * imports
- shinyFiles * imports
- shinyWidgets * imports
- shinyalert * imports
- shinydashboard * imports
- shinyjs * imports
- waiter * imports
- lintr * suggests
- testthat >= 3.0.0 suggests
- actions/checkout v2 composite
- actions/setup-java v1 composite
- pat-s/always-upload-cache main composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-tinytex v2 composite
- actions/checkout v2 composite
- actions/setup-java v1 composite
- pat-s/always-upload-cache main composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-tinytex v2 composite
- actions/checkout v3 composite
- actions/setup-java v1 composite
- actions/upload-artifact v2 composite
- pat-s/always-upload-cache v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-tinytex v2 composite
- rocker/shiny-verse 4.2.0 build
- ${REGISTRY_PREFIX}/$IMAGE_NAME $IMAGE_TAG