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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.5%) to scientific vocabulary
Keywords
dropout
experiments
psychology
social-science
Last synced: 6 months ago
·
JSON representation
Repository
drop out analysis with R and shiny
Basic Info
- Host: GitHub
- Owner: iscience-kn
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: http://iscience-kn.github.io/dropR/
- Size: 8.36 MB
Statistics
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 2
- Releases: 0
Topics
dropout
experiments
psychology
social-science
Created almost 10 years ago
· Last pushed 10 months ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
# dropR: Dropout Analysis by Condition
## Installation
You can install the development version of `dropR` from
[GitHub](https://github.com/iscience-kn/dropR) with:
``` r
# install.packages("remotes")
remotes::install_github("iscience-kn/dropR")
```
We are currently working to get `dropR` back on CRAN.
Once it’s up again, you can install `dropR` via
``` r
install.packages("dropR")
```
## Usage as a Shiny App (Graphical User Interface)
To start `dropR`'s built-in GUI, run
```{r eval = F}
dropR::start_app()
```
or visit the [dropR Web App](https://iscience-kn.shinyapps.io/dropR/).
## Interactive Usage (use dropR on the R Console)
You can also use `dropR`’s functionality within R, i.e., either in the
console or within your own functions and packages.
Read more about interactive usage of `dropR` in our [walkthrough article](https://iscience-kn.github.io/dropR/articles/interactive.html).

Owner
- Name: iscience group
- Login: iscience-kn
- Kind: organization
- Location: Constance, Germany
- Repositories: 2
- Profile: https://github.com/iscience-kn
GitHub Events
Total
- Watch event: 3
- Push event: 20
Last Year
- Watch event: 3
- Push event: 20
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 12
- Total pull requests: 15
- Average time to close issues: about 1 month
- Average time to close pull requests: 19 days
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 1.83
- Average comments per pull request: 0.4
- Merged pull requests: 14
- Bot issues: 0
- Bot pull requests: 0
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
- the-tave (6)
- mbannert (6)
Pull Request Authors
- the-tave (15)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 251 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: dropR
Dropout Analysis by Condition
- Homepage: https://iscience-kn.github.io/dropR/
- Documentation: http://cran.r-project.org/web/packages/dropR/dropR.pdf
- License: GPL (≥ 3)
-
Latest release: 1.0.3
published over 1 year ago
Rankings
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 51.7%
Downloads: 89.7%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- DT * depends
- R >= 3.0.0 depends
- data.table * depends
- ggplot2 * depends
- shiny * depends
- shinydashboard * depends
- survival * depends
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite