The Principal Dev – Masterclass for Tech Leads

The Principal Dev – Masterclass for Tech Leads28-29 May

Join

Functional Data Analysis (FDA)

R-CMD-check Rust CI Crates.io codecov License: MIT

High-performance Functional Data Analysis tools implemented in Rust with R bindings.

Packages

Package Language Registry Folder Status
fdars R CRAN fdars-r/ CRAN status
fdars-core Rust crates.io fdars-core/ Crates.io

Features

Installation

R (fdars)

# From GitHub (requires Rust toolchain)
devtools::install_github("sipemu/fdars", subdir = "fdars-r")

# From binary release (no Rust required)
# Download from GitHub Releases, then:
install.packages("path/to/fdars_x.y.z.tgz", repos = NULL, type = "mac.binary")  # macOS
install.packages("path/to/fdars_x.y.z.zip", repos = NULL, type = "win.binary")  # Windows

Rust (fdars-core)

[dependencies]
fdars-core = "0.1"

Documentation

License

MIT

Join libs.tech

...and unlock some superpowers

GitHub

We won't share your data with anyone else.