You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@ Build scripts for GitHub actions are always stored in the [workflows](./workflow
28
28
29
29
## Build locally
30
30
31
-
The [examples](./examples) directory contains scripts to show how to build R locally. Basically these scripts just let you run the same steps as the CI in [build-svn.yaml](./workflows/build-svn.yaml) for a given platform:
31
+
The [examples](./examples) directory contains scripts to show how to build R locally. Basically these scripts just let you run the same steps as the CI in [`build-svn.yaml`](./workflows/build-svn.yaml) for a given platform:
32
32
33
-
-[build-r-macos.sh](./examples/build-r-macos.sh): do a full prep, build, and check on MacOS.
33
+
-[`build-r-macos.sh`](./examples/build-r-macos.sh): do a full prep, build, and check on MacOS.
34
34
35
35
## Develop locally
36
36
@@ -40,9 +40,9 @@ A default clone will have the following two problems:
40
40
- A large amount of untracked unignored files.
41
41
- A change in `Makefile.in` necessitated by having to build from a Git clone.
42
42
43
-
The [local](./local) directory contains files to help with these issues:
43
+
The [`local`](./local) directory contains files to help with these issues:
44
44
45
-
-[dot-gitignore](./local/dot-gitignore): A `.gitignore` file ready to copy to the root of the project.
46
-
-[post-checkout](./local/post-checkout): A script to update the `SVNINFO` file after each checkout or commit.
45
+
-[`dot-gitignore`](./local/dot-gitignore): A `.gitignore` file ready to copy to the root of the project.
46
+
-[`post-checkout`](./local/post-checkout): A script to update the `SVNINFO` file after each checkout or commit.
47
47
48
-
Run the [setup.sh](./local/setup.sh) script for automated setup.
48
+
Run the [`setup.sh`](./local/setup.sh) script for automated setup.
0 commit comments