-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.14 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: templr
Type: Package
Title: MASCOTNUM Algorithms Template Tools
Version: 0.2-0
Date: 2022-08-05
Author: Yann Richet [aut, cre] (<https://orcid.org/0000-0002-5677-8458>)
Maintainer: Yann Richet <[email protected]>
Authors@R:
c(person(given = "Yann",
family = "Richet",
role = c("aut", "cre"),
email = "[email protected]",
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