golem icon indicating copy to clipboard operation
golem copied to clipboard

See also in add_files.R links to missing functions

Open statnmap opened this issue 4 years ago • 4 comments

image

statnmap avatar Jul 07 '21 09:07 statnmap

Yei, hacktoberfest issues again :)

Is this about removing line 32 in the roxygen, or replacing the current with the functions below?

novica avatar Oct 02 '21 18:10 novica

@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.

ColinFay avatar Oct 04 '21 19:10 ColinFay

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: Screenshot_20211005_111332

And in man/bundle_resources.md : Screenshot_20211005_111506

What I did was, pulled golem repository, switched to a new branch and clicked Install and restart in Rstudio.

novica avatar Oct 05 '21 09:10 novica

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.

novica avatar Oct 05 '21 09:10 novica