Closed zeehio closed 2 years ago
Is there possibly an easier way to detect if a package is from BioConductor by inspecting packageDescription()
?
Oh yes, I did not realize that to get the path to the vignette we already required the package to be installed.
This simplifies a lot the code. Thanks!
I suggest to squash the commits when merging into main.
Thanks!
This merge request provides support to parse
vignette(...)
calls that call vignettes from Bioconductor packages.With the latest CRAN release version, a link is formed that returns a 404 error:
With this pull request, we get the correct link:
I went through a rabbit hole the last afternoon starting from pkgdown until I got here, I hope I can help get this fixed.