knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

extrantsr

R-CMD-check Travis-CI Build Status AppVeyor Build Status Coverage Status

The goal of extrantsr is to build on the ANTsRCore Package.

Installation

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("muschellij2/extrantsr")

Example

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

library(extrantsr)
## basic example code


muschellij2/extrantsr documentation built on July 27, 2021, 7:41 a.m.