golem
golem copied to clipboard
See also in add_files.R links to missing functions

Yei, hacktoberfest issues again :)
Is this about removing line 32 in the roxygen, or replacing the current with the functions below?
@novica There might be a little bit of inspection to do inside the rendered documentation: once you've installed the package, check that all "See also" work as they should.
Hi @ColinFay
I rebuild the package and all documentation shows with links that work -- at leas as far as i can tell clicking thorough the docs.
The only changes I see in the package after rebuilding is in DESCRIPTION:

And in man/bundle_resources.md :

What I did was, pulled golem repository, switched to a new branch and clicked Install and restart in Rstudio.
I am thinking that maybe setting the #' @rdname add_files doesn't make sense since there is no generic function add_files. Maybe it's a good idea to add a dummy for that.