Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[bug] FindMyFriends documentation outdate #79

Open
currocam opened this issue Nov 14, 2021 · 0 comments
Open

[bug] FindMyFriends documentation outdate #79

currocam opened this issue Nov 14, 2021 · 0 comments
Labels

Comments

@currocam
Copy link

The documentation on how to install the package is outdated. It should be update as follows.

Documentation entry
GitHub README

Observed behavior

FindMyFriends is an R package for doing pangenomic analyses on microbial genomes. It is released as part of the Bioconductor project and can be installed with the biocLite() function:

source("https://bioconductor.org/biocLite.R")
biocLite("FindMyFriends")

Expected behavior

FindMyFriends is an R package for doing pangenomic analyses on microbial genomes. It is released as part of the Bioconductor project and can be installed with the BiocManager::install() function:

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("FindMyFriends")
@ben-brooker ben-brooker added can close This will not be worked on parsing and removed can close This will not be worked on labels Jul 4, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants