ELTEbioinformatics / mulea

mulea - an R package for enrichment analysis using various ontologies and empirical false discovery rate
https://www.biorxiv.org/content/10.1101/2024.02.28.582444v1
23 stars 1 forks source link

devtools::document() warning #18

Closed barizona closed 8 months ago

barizona commented 8 months ago

when running the devtools::document() command I get the following warning:

✖ In topic 'Runs.Rd': Skipping; no name and/or title.

there is no such file called Runs.Rd

@koralgooll , @stitam

barizona commented 8 months ago

In ORA.R the line "#' @describeIn Runs ORA test." changed to "#' @describeIn run_test ora test." solved the devtools::document() problem