Skip to content

cran/marsruntime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marsruntime

Portable R runtime replay for mars ModelSpec artifacts.

This package evaluates validated model specifications and produces design matrices and predictions through the shared runtime bridge.

Install

Install from the package source tree or from the published registry once the R release path is complete.

Usage

library(marsruntime)
spec <- list(
  spec_version = "1.0",
  basis_terms = list(),
  coefficients = list(),
  feature_schema = list(n_features = 0)
)
validate_model_spec(spec)

Training

The package also exposes fit_model(...) for Rust-backed training. It returns a portable ModelSpec that can be replayed through the same validation and prediction helpers.

Validation

Rscript tests/conformance.R

Documentation

Run R CMD check --no-manual --as-cran from the repository root to validate the package metadata, Rd help pages, and CRAN-safe test behavior.

About

❗ This is a read-only mirror of the CRAN R package repository. marsruntime — Portable Mars Runtime Replay. Homepage: https://github.com/edithatogo/mars Report bugs for this package: https://github.com/edithatogo/mars/issues

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages