Package: templr
Type: Package
Title: MASCOTNUM / RT-UQ Algorithms Template Tools
Version: 0.2-1
Date: 2025-07-25
Author: Yann Richet [aut, cre] (ORCID: <https://orcid.org/0000-0002-5677-8458>)
Maintainer: Yann Richet <yann.richet@asnr.fr>
Authors@R: 
     c(person(given = "Yann",
             family = "Richet",
             role = c("aut", "cre"),
             email = "yann.richet@asnr.fr",
             comment = c(ORCID = "0000-0002-5677-8458")))
Description: Helper functions for MASCOTNUM / RT-UQ <https://uq.math.cnrs.fr/> algorithm template, for design of numerical experiments practice:
    algorithm template parser to support MASCOTNUM specification <https://github.com/MASCOTNUM/algorithms>, 
    'ask & tell' decoupling injection (inspired by <https://search.r-project.org/CRAN/refmans/sensitivity/html/decoupling.html>) 
    to use "crimped" algorithms (like uniroot(), optim(), ...) from outside R,
    basic template examples: Brent algorithm for 1 dim root finding and L-BFGS-B from base optim().
License: Apache License (>= 2)
Encoding: UTF-8
Depends: R (>= 4.0)
Imports: utils, stats, remotes, xml2, jsonlite
Suggests: testthat, future
URL: https://github.com/MASCOTNUM/templr
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2025-07-25 09:05:08 UTC; richet
Repository: CRAN
Date/Publication: 2025-07-26 06:00:02 UTC
Built: R 4.6.0; ; 2025-08-18 05:10:31 UTC; unix
