forked from SticsRPacks/SticsRFiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
74 lines (62 loc) · 2.43 KB
/
_pkgdown.yml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
destination: docs
url: https://sticsrpacks.github.io/SticsRFiles/
c(person(given = "Patrice", family = "Lecharpentier", role = c("aut", "cre"), email = "[email protected]"),
person(given = "Remi",family = "Vezy", role = c("aut"), email = "[email protected]"),
person(given = "SticsRPacks", role = c("aut","cph")),
person(given = "Julie", family = "Constantin", email = "[email protected]", role = c("rev")),
person(given = "Dominique", family = "Ripoche", email = "[email protected]", role = c("rev")),
person(given = "Marie", family = "Launay", email = "[email protected]", role = c("rev")),
person(given = "Alain", family = "Mollier", email = "[email protected]", role = c("rev")),
person(given = "Christine", family = "Le Bas", email = "[email protected]", role = c("rev")),
person(given = "Joel", family = "Leonard", email = "[email protected]", role = c("rev"))
)
reference:
- title: "Find information on parameters and variables"
contents:
- find_param_info
- find_var_info
- title: "Generate JavaStics Input files (XML format)"
desc: Functions for generating a set of XML files of a given type (from existing XML file or given template, plus a data.frame describing the parameters to modify for each file to create)
contents:
- gen_ini_xml
- gen_sols_xml
- gen_sta_xml
- gen_tec_xml
- gen_usms_xml
- title: "Set values in JavaStics Input files (XML format)"
contents:
- set_param_xml
- title: "Get values from JavaStics Input files (XML format)"
contents:
- get_param_xml
- get_plants_nb
- get_usms_files
- get_usms_list
- get_soils_list
- title: "Generate Stics Input files (Text format)"
contents:
- gen_usms_xml2txt
- gen_varmod
- title: "Set values in Stics Input files (Text format)"
contents:
- set_param_txt
- title: "Get values in Stics Input files (Text format)"
contents:
- get_param_txt
- get_climate_txt
- title: "Get values in Stics Output files"
contents:
- get_daily_results
- title: "Manage observation files"
contents:
- gen_usms_obs
- get_obs
- title: "Example data"
desc: For complex examples
contents:
- download_data
- download_usm_xl
- title: "Misc"
desc: Miscellaneous helper functions
contents:
- get_stics_versions_compat