Skip to content

Commit

Permalink
update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danymukesha committed Oct 3, 2024
1 parent c91b97d commit 3905c25
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 627 deletions.
19 changes: 17 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,24 @@ with an easy-to-use interface for use within R.

## Installation

You can install the package directly from GitHub using the `devtools` package:

```{r eval=FALSE}
To install this package, start R (version "4.4") and enter folliw:

```{r installation , eval=FALSE}
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install(pkgs = "BioGA", version = "devel", force = TRUE)
```

You can also install the package directly from GitHub
using the `devtools` package:

```{r installation_from_github , eval=FALSE}
devtools::install_github("danymukesha/BioGA")
```


Loading

0 comments on commit 3905c25

Please sign in to comment.