https://github.com/antsx/itkr

port of ITK to R

https://github.com/antsx/itkr

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 (11.0%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

port of ITK to R

Basic Info
  • Host: GitHub
  • Owner: ANTsX
  • Language: Shell
  • Default Branch: master
  • Homepage:
  • Size: 34.6 MB
Statistics
  • Stars: 6
  • Watchers: 7
  • Forks: 14
  • Open Issues: 5
  • Releases: 46
Created over 11 years ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

ITKR

R build status Build Status

muschellij2 badge: Build Status <!-- badges: end -->

ITKR provides R-based access to the Insight ToolKit (ITK) for medical image processing, registration and segmentation. ITKR installs this library in R style and provides user or developer access to its templated header files and libraries. Consequently, this is a core package on which it is expected that other packages will build functionality. Shout out to Bartlett Bears.

Basic documentation is here https://stnava.github.io/ITKR/.

One such package is ANTsR. A developer should be able to use this package as a guide for how they might wrap ITK themselves, within R. Primarily, one uses ITKR to manage the compilation of the dependent software's knowledge of ITK resources.

To install ITKR: devtools::install_github( "stnava/ITKR" ) The primary result of this installation process is R-based access to the ITK library. The user or developer can identify the location of the ITK installation by performing: ITKR::itkIncludes() which uses cat to report the install location. We use cat because it allows the developer simpler access to these variable names in Makefiles and other compilation-related scripts. If you want to store the variable within R: itkinstalldir <- capture.output( ITKR::itkIncludes() ) This package is still an early development version.

Owner

  • Name: Advanced Normalization Tools Ecosystem
  • Login: ANTsX
  • Kind: organization
  • Location: Cambridge, MA; Philadelphia, PA; Southern California

Ecosystem supporting multi-modality biomedical image analysis across programming languages.

GitHub Events

Total
  • Issues event: 5
  • Delete event: 5
  • Issue comment event: 23
  • Member event: 1
  • Push event: 25
  • Pull request review comment event: 2
  • Pull request review event: 3
  • Pull request event: 19
  • Fork event: 1
  • Create event: 8
Last Year
  • Issues event: 5
  • Delete event: 5
  • Issue comment event: 23
  • Member event: 1
  • Push event: 25
  • Pull request review comment event: 2
  • Pull request review event: 3
  • Pull request event: 19
  • Fork event: 1
  • Create event: 8

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 4
  • Total pull requests: 12
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 15 days
  • Total issue authors: 4
  • Total pull request authors: 3
  • Average comments per issue: 1.25
  • Average comments per pull request: 0.92
  • Merged pull requests: 9
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 12
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 15 days
  • Issue authors: 3
  • Pull request authors: 3
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.92
  • Merged pull requests: 9
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • cookpa (1)
  • maiqnguyen (1)
  • JustScreaming (1)
  • muratmaga (1)
Pull Request Authors
  • cookpa (12)
  • ntustison (3)
  • JustScreaming (2)
Top Labels
Issue Labels
bug (1)
Pull Request Labels

Dependencies

DESCRIPTION cran
  • Rcpp * imports
.github/workflows/R-CMD-check.yaml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • actions/upload-artifact master composite
  • r-lib/actions/setup-pandoc master composite
  • r-lib/actions/setup-r master composite