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
GH-47936: [R] docgen.R requires installed package instead of current working code (#47940)
### 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 <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
0 commit comments