Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fangzhou-xie/fastadr

Automatic Differentiation in R Using "FastAD"
https://github.com/fangzhou-xie/fastadr

autodiff rcpp rcppeigen

Last synced: 26 days ago
JSON representation

Automatic Differentiation in R Using "FastAD"

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%"
)
```

# fastadr

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![R-CMD-check](https://github.com/fangzhou-xie/fastadr/workflows/R-CMD-check/badge.svg)](https://github.com/fangzhou-xie/fastadr/actions)

The goal of fastadr is to provide the [FastAD](https://github.com/JamesYang007/FastAD) automatic differentiation library in R.

## Installation

You can install the development version of fastadr from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("fangzhou-xie/fastadr")
```