Skip to content

Commit acff010

Browse files
committed
fix wonkiness in README
1 parent 9ce3005 commit acff010

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ The *RECON deployer* project focusses on distributing an R environment for outbr
2121
* scripts to permit seemless installation of the local CRAN and github packages
2222

2323

24-
## Using a *deployer* [#using]
24+
## Using a *deployer*
2525

2626
You can find versioned releases of deployers at
2727
https://github.com/reconhub/deployer/releases that detail how the deployer was
2828
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
3030

3131
The *RECON deployer* is meant to be copied on a USB stick, although strictly
3232
speaking it is medium-agnostic. To use the *deployer*, go to the folder where it
3333
is stored, open the file called `README.html`, and follow the instructions
3434
provided there.
3535

3636

37-
## Building a new *deployer* {#building}
37+
## Building a new *deployer*
3838

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):
4040

4141
```
4242
cd ..
@@ -98,14 +98,14 @@ nomad::build("reconhub/deployer", out_dir)
9898
```
9999

100100

101-
## Adding or updating packages {#updating}
101+
## Adding or updating packages
102102

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)
104104
script with the names of the CRAN packages to use.
105105

106106
```
107107
Rscript add_packages.R officer kableExtra
108108
```
109109

110110
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

Comments
 (0)