@@ -25,7 +25,7 @@ reference:
25
25
26
26
- title : Create a Dockerfile
27
27
desc : |
28
- Build a container containing your Shiny App. `add_dockerfile()` creates a "classical" Dockerfile,
28
+ Build a container containing your Shiny App. `add_dockerfile()` creates a "classical" Dockerfile,
29
29
while `add_dockerfile_shinyproxy()` and `add_dockerfile_heroku()` creates platform specific Dockerfile.
30
30
contents :
31
31
- add_dockerfile
@@ -34,7 +34,7 @@ reference:
34
34
35
35
- title : Use files
36
36
desc : |
37
- `use_external_js_file` and `use_external_css_file`download files from external sources and install
37
+ `use_external_js_file` and `use_external_css_file`download files from external sources and install
38
38
them inside the appropriate directory. `use_utils_ui` copies the golem_utils_ui.R to the R folder and `use_utils_server`
39
39
copies the golem_utils_server.R to the R folder.
40
40
contents :
@@ -88,7 +88,7 @@ reference:
88
88
89
89
- title : Addins
90
90
desc : |
91
- `insert_ns()` takes a selected character vector and wrap it in `ns()`. The series of `go_to_*()`
91
+ `insert_ns()` takes a selected character vector and wrap it in `ns()`. The series of `go_to_*()`
92
92
addins help you go to common files used in developing a {golem} application.
93
93
contents :
94
94
- insert_ns
@@ -102,7 +102,7 @@ reference:
102
102
103
103
- title : JavaScript interaction functions
104
104
desc : |
105
- `activate_js` is used in your UI to insert directly the JavaScript functions contained in golem.
105
+ `activate_js` is used in your UI to insert directly the JavaScript functions contained in golem.
106
106
These functions can be called from the server with `invoke_js`. `invoke_js` can also be used to launch
107
107
any JS function created inside a Shiny JavaScript handler.
108
108
contents :
@@ -111,7 +111,7 @@ reference:
111
111
112
112
- title : Options
113
113
desc : |
114
- Set and get a series of options to be used with `{golem}`. These options are found inside the
114
+ Set and get a series of options to be used with `{golem}`. These options are found inside the
115
115
`golem-config.yml` file, found in most cases inside the inst folder.
116
116
contents :
117
117
- set_golem_options
@@ -126,9 +126,11 @@ reference:
126
126
desc : |
127
127
`use_recommended_deps` adds shiny, DT, attempt, glue, golem, htmltools to dependencies
128
128
`use_recommended_tests` adds a test folder and copy the golem tests
129
+ `install_dev_deps` install all packages needed for golem developpement
129
130
contents :
130
131
- use_recommended_deps
131
132
- use_recommended_tests
133
+ - install_dev_deps
132
134
133
135
- title : Misc
134
136
contents :
@@ -157,3 +159,5 @@ reference:
157
159
- sanity_check
158
160
- js_handler_template
159
161
- use_module_test
162
+ - get_current_config
163
+ - pkg_name
0 commit comments