@@ -21,22 +21,22 @@ The *RECON deployer* project focusses on distributing an R environment for outbr
21
21
* scripts to permit seemless installation of the local CRAN and github packages
22
22
23
23
24
- ## Using a * deployer* [ #using ]
24
+ ## Using a * deployer*
25
25
26
26
You can find versioned releases of deployers at
27
27
https://github.com/reconhub/deployer/releases that detail how the deployer was
28
28
built and how to download/decompress it. If you want to build one from scratch,
29
- see [ Building a new deployer] [ building ]
29
+ see Building a new deployer
30
30
31
31
The * RECON deployer* is meant to be copied on a USB stick, although strictly
32
32
speaking it is medium-agnostic. To use the * deployer* , go to the folder where it
33
33
is stored, open the file called ` README.html ` , and follow the instructions
34
34
provided there.
35
35
36
36
37
- ## Building a new * deployer* {#building}
37
+ ## Building a new * deployer*
38
38
39
- To build/generate a new * deployer* , you can use the R script [ ` generate_deployer.R ` ] :
39
+ To build/generate a new * deployer* , you can use the R script [ ` generate_deployer.R ` ] ( ./generate_deployer.R ) :
40
40
41
41
```
42
42
cd ..
@@ -98,14 +98,14 @@ nomad::build("reconhub/deployer", out_dir)
98
98
```
99
99
100
100
101
- ## Adding or updating packages {#updating}
101
+ ## Adding or updating packages
102
102
103
- If you need to add or update an R package, you can use the [ ` add_packages.R ` ]
103
+ If you need to add or update an R package, you can use the [ ` add_packages.R ` ] ( ./add_packages.R )
104
104
script with the names of the CRAN packages to use.
105
105
106
106
```
107
107
Rscript add_packages.R officer kableExtra
108
108
```
109
109
110
110
If you have non-cran packages, then be sure to add the github repositories to
111
- [ ` package_sources.txt ` ] .
111
+ [ ` package_sources.txt ` ] ( ./package_sources.txt ) .
0 commit comments