Skip to content

Commit

Permalink
Remove install_github()
Browse files Browse the repository at this point in the history
  • Loading branch information
HDash committed Oct 21, 2024
1 parent 406f4ae commit c69ef7f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions vignettes/MotifPeeker.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,9 @@ cpan install XML::Parser
```
For more information, refer to the [Perl dependency section of the MEME suite](https://meme-suite.org/meme/doc/install.html#prereq_perl).

Once the MEME suite and its associated Perl dependencies are installed, the
latest development version of `MotifPeeker` can be installed using the following
code:
Once the MEME suite and its associated Perl dependencies are installed, install
and load `MotifPeeker`:
```{r, eval = FALSE}
if(!require("remotes")) install.packages("remotes")
remotes::install_github("neurogenomics/MotifPeeker")
library(MotifPeeker)
```

Expand Down

0 comments on commit c69ef7f

Please sign in to comment.