Commit 4077efe
authored
### Rationale for this change
R package doc generation uses installed version of package so creates wrong docs if older version installed.
### What changes are included in this PR?
Use devtools::load_all() to load the package first when running locally.
### Are these changes tested?
CI should be happy, but I did test locally.
### Are there any user-facing changes?
Nah.
* GitHub Issue: #47936
Authored-by: Nic Crane <[email protected]>
Signed-off-by: Nic Crane <[email protected]>
1 parent 7185902 commit 4077efe
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
131 | 142 | | |
132 | 143 | | |
133 | 144 | | |
| |||
0 commit comments