Closed almeidasilvaf closed 2 years ago
Hi Fabricio,
Thank you for reporting. I separated the two methods for checking the code (fixed and pattern matching).
Pattern matching includes any functions that match the .*install[^ed].*
pattern.
Best regards,
Marcel
Thanks a million, @LiNk-NY!
Best, Fabricio
Hi, @lshep and @LiNk-NY
I extended the changes in my previous pull request from earlier today (#169) to include installation functions from {remotes} and {devtools} (
install_github
,install_gitlab
,install_bioc
, etc)Now,
BiocCheck::BiocCheck()
will flag package installation calls in evaluated vignette code (includinginstall_*
functions from {remotes}/{devtools} andinstall()
from {BiocManager} and {devtools}), but it will not misidentify logical functions<tool>_is_installed()
as problematic, because they do not end in "install".R CMD build
&R CMD check
on Bioconductor develBest, Fabricio