Package: templr
Type: Package
Title: MASCOTNUM Algorithms Template Tools
Version: 0.2-0
Date: 2022-10-25
Author: Yann Richet [aut, cre] (<https://orcid.org/0000-0002-5677-8458>)
Maintainer: Yann Richet <yann.richet@irsn.fr>
Authors@R: 
     c(person(given = "Yann",
             family = "Richet",
             role = c("aut", "cre"),
             email = "yann.richet@irsn.fr",
             comment = c(ORCID = "0000-0002-5677-8458")))
Description: Helper functions for MASCOTNUM algorithm template, for design of numerical experiments practice:
    algorithm template parser to support MASCOTNUM specification <https://www.gdr-mascotnum.fr/template.html>, 
    '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: 2022-10-25 15:40:56 UTC; richet
Repository: CRAN
Date/Publication: 2022-10-25 15:50:02 UTC
Built: R 4.2.0; ; 2023-04-01 16:15:16 UTC; unix
