Package: rfastloess Title: High-Performance LOESS Smoothing for R Version: 0.9.0 Authors@R: person("Amir", "Valizadeh", email = "thisisamirv@gmail.com", role = c("aut", "cre", "fnd"), comment = c(ORCID = "0000-0001-5983-8527")) Description: Provides high-performance LOESS smoothing (Locally Estimated Scatterplot Smoothing) using a 'Rust' backend. Supports various weight functions, robustness iterations, streaming/online processing, cross-validation, and uncertainty quantification. Applicable to genomic data, time series, and general-purpose smoothing tasks. License: MIT + file LICENSE | Apache License (== 2.0) SystemRequirements: 'Rust' programming language (via 'rustup' or system tools) Encoding: UTF-8 Roxygen: list(markdown = TRUE, roclets = c("namespace", "rd", "srr::srr_stats_roclet")) Imports: BiocGenerics Suggests: BiocStyle, knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr BugReports: https://github.com/thisisamirv/loess-project/issues URL: https://github.com/thisisamirv/loess-project biocViews: Preprocessing, StatisticalMethod, Regression, FunctionalPrediction, QualityControl, KEGG Config/rextendr/version: 0.4.2 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libclang-dev Repository: https://thisisamirv.r-universe.dev Date/Publication: 2026-07-12 22:41:11 UTC RemoteUrl: https://github.com/thisisamirv/loess-project RemoteRef: HEAD RemoteSha: 8625a3236d39bbb0a2e84cb3d63d9214e6d8eabd RemoteSubdir: bindings/r NeedsCompilation: yes Packaged: 2026-07-12 23:39:35 UTC; root Author: Amir Valizadeh [aut, cre, fnd] (ORCID: ) Maintainer: Amir Valizadeh