Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muschellij2/extrantsr
R Package to build on ANTsR
https://github.com/muschellij2/extrantsr
Last synced: 2 months ago
JSON representation
R Package to build on ANTsR
- Host: GitHub
- URL: https://github.com/muschellij2/extrantsr
- Owner: muschellij2
- License: gpl-3.0
- Created: 2014-09-24T04:41:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T14:47:08.000Z (over 3 years ago)
- Last Synced: 2023-10-20T21:56:49.884Z (about 1 year ago)
- Language: R
- Size: 3.4 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# extrantsr
[![R-CMD-check](https://github.com/muschellij2/extrantsr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/muschellij2/extrantsr/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/muschellij2/extrantsr/graph/badge.svg?token=8Ty7yqeE4V)](https://codecov.io/gh/muschellij2/extrantsr)The goal of extrantsr is to build on the `ANTsRCore` Package.
## Installation
And the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("muschellij2/extrantsr")
```
## ExampleThis is a basic example which shows you how to solve a common problem:
```{r example}
library(extrantsr)
## basic example code
```