Installing rBLAST

I need helping with installing the rBLAST package. I want to use the package for to do local BLAST searches for DNA sequences. It seems like the package is not on CRAN . The author offers a github type installation but that does not seem to work either. Any recommendations?

Welcome to the RStudio Community !

You can install the rBLAST package via

remotes::install_github("mhahsler/rBLAST")

You may need to install the remotes package first to make this work via install.packages("remotes").

If you are still getting any error, please copy and paste the error together with the command you are trying to execute.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.