Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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")
```
## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
library(extrantsr)
## basic example code
```