WhiteStripe

WhiteStripe Package

https://github.com/muschellij2/whitestripe

Science Score: 46.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
    Links to: sciencedirect.com
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.3%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

WhiteStripe Package

Basic Info
  • Host: GitHub
  • Owner: muschellij2
  • Language: R
  • Default Branch: master
  • Size: 22.3 MB
Statistics
  • Stars: 9
  • Watchers: 3
  • Forks: 6
  • Open Issues: 0
  • Releases: 0
Created almost 12 years ago · Last pushed 9 months ago
Metadata Files
Readme Changelog

README.Rmd

---
output: github_document
---


[![R-CMD-check](https://github.com/muschellij2/WhiteStripe/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/muschellij2/WhiteStripe/actions/workflows/R-CMD-check.yaml)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/WhiteStripe)](https://cran.rstudio.com/web/packages/WhiteStripe/index.html)
[![](https://cranlogs.r-pkg.org/badges/grand-total/WhiteStripe)](https://cran.rstudio.com/web/packages/WhiteStripe/index.html)




```{r, echo = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)
```


## WhiteStripe 

![Sticker](sticker.png)

Package for White Stripe segmentation algorithm presented in
[Statistical normalization techniques for magnetic resonance imaging](https://www.sciencedirect.com/science/article/pii/S221315821400117X)




## Installation

You can install `WhiteStripe` from GitHub with:

```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("muschellij2/WhiteStripe")
```

Owner

  • Name: John Muschelli
  • Login: muschellij2
  • Kind: user
  • Location: United States
  • Company: Johns Hopkins Bloomberg School of Public Health

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 95
  • Total Committers: 2
  • Avg Commits per committer: 47.5
  • Development Distribution Score (DDS): 0.021
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
muschellij2 m****2@g****m 93
Kristin k****n@n****u 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 4
  • Total pull requests: 3
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 12 months
  • Total issue authors: 4
  • Total pull request authors: 2
  • Average comments per issue: 5.25
  • Average comments per pull request: 0.33
  • Merged pull requests: 1
  • 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
  • FrankEP (1)
  • Jfortin1 (1)
  • chihyanghsu0805 (1)
  • MLTOL (1)
Pull Request Authors
  • Jfortin1 (2)
  • kalinn (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 327 last-month
  • Total docker downloads: 1,459
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 10
  • Total maintainers: 1
cran.r-project.org: WhiteStripe

White Matter Normalization for Magnetic Resonance Images

  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 327 Last month
  • Docker Downloads: 1,459
Rankings
Forks count: 9.7%
Stargazers count: 19.4%
Docker downloads count: 22.2%
Dependent repos count: 24.2%
Average: 24.4%
Dependent packages count: 29.0%
Downloads: 41.9%
Maintainers (1)
Last synced: 8 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • methods * depends
  • graphics * imports
  • mgcv * imports
  • neurobase * imports
  • oro.nifti >= 0.5.0 imports
  • stats * imports
  • utils * imports
  • knitr * suggests
  • rmarkdown * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v4 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite