Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danymukesha committed Mar 22, 2024
1 parent ff25dc5 commit 39ae5be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ knitr::opts_chunk$set(
)
```

# BioGA
<a href="https://danymukesha.github.io/BioGA/"><img src="man/figures/logo.png"
# BioGA <a href="https://danymukesha.github.io/BioGA/"><img src="man/figures/logo.png"
align="right" height="139" alt="BioGA website" /></a>

The `BioGA` package provides a set of functions for genetic algorithm
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# BioGA

<a href="https://danymukesha.github.io/BioGA/"><img src="man/figures/logo.png"
# BioGA <a href="https://danymukesha.github.io/BioGA/"><img src="man/figures/logo.png"
align="right" height="139" alt="BioGA website" /></a>

The `BioGA` package provides a set of functions for genetic algorithm
Expand All @@ -20,9 +18,9 @@ package:
devtools::install_github("danymukesha/BioGA")
#> Using GitHub PAT from the git credential store.
#> Downloading GitHub repo danymukesha/BioGA@HEAD
#> Skipping 13 packages ahead of CRAN: S4Arrays, IRanges, S4Vectors, MatrixGenerics, BiocGenerics, GenomeInfoDbData, zlibbioc, XVector, GenomeInfoDb, DelayedArray, Biobase, GenomicRanges, SummarizedExperiment
#> Skipping 16 packages ahead of CRAN: BiocGenerics, graph, S4Arrays, IRanges, S4Vectors, MatrixGenerics, GenomeInfoDbData, zlibbioc, XVector, GenomeInfoDb, RBGL, Biobase, DelayedArray, GenomicRanges, biocViews, SummarizedExperiment
#> ── R CMD build ─────────────────────────────────────────────────────────────────
#> ✔ checking for file 'C:\Users\dany.mukesha\AppData\Local\Temp\RtmpSwhRjW\remotes5b94698548e5\danymukesha-BioGA-dfbd6c8/DESCRIPTION'
#> checking for file 'C:\Users\dany.mukesha\AppData\Local\Temp\RtmpmMdUaw\remotes565c18d23454\danymukesha-BioGA-ff25dc5/DESCRIPTION' ... checking for file 'C:\Users\dany.mukesha\AppData\Local\Temp\RtmpmMdUaw\remotes565c18d23454\danymukesha-BioGA-ff25dc5/DESCRIPTION' ... ✔ checking for file 'C:\Users\dany.mukesha\AppData\Local\Temp\RtmpmMdUaw\remotes565c18d23454\danymukesha-BioGA-ff25dc5/DESCRIPTION' (366ms)
#> ─ preparing 'BioGA':
#> checking DESCRIPTION meta-information ... checking DESCRIPTION meta-information ... ✔ checking DESCRIPTION meta-information
#> ─ cleaning src
Expand All @@ -32,6 +30,6 @@ devtools::install_github("danymukesha/BioGA")
#> ─ building 'BioGA_0.99.0.tar.gz'
#>
#>
#> Installing package into 'C:/Users/dany.mukesha/AppData/Local/Temp/RtmpS0ZNjt/temp_libpath58887e2e6161'
#> Installing package into 'C:/Users/dany.mukesha/AppData/Local/Temp/RtmpS0ZNjt/temp_libpath58884b2761af'
#> (as 'lib' is unspecified)
```

0 comments on commit 39ae5be

Please sign in to comment.