Skip to content

Commit

Permalink
increment, add https
Browse files Browse the repository at this point in the history
  • Loading branch information
Soupir, Alex C committed Sep 30, 2024
1 parent 7cc3bdd commit 5f1739e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

<!-- badges: start -->
[![R-CMD-check](https://github.com/FridleyLab/mIFsim/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/FridleyLab/mIFsim/actions/workflows/R-CMD-check.yaml)
[![](http://cranlogs.r-pkg.org/badges/scSpatialSIM)](https://cran.rstudio.com/web/packages/scSpatialSIM/index.html)
[![](http://cranlogs.r-pkg.org/badges/grand-total/scSpatialSIM)](https://cran.rstudio.com/web/packages/scSpatialSIM/index.html)
[![](http://www.r-pkg.org/badges/version-ago/scSpatialSIM)](https://cran.rstudio.com/web/packages/scSpatialSIM/index.html)
[![](https://cranlogs.r-pkg.org/badges/scSpatialSIM)](https://cran.rstudio.com/web/packages/scSpatialSIM/index.html)
[![](https://cranlogs.r-pkg.org/badges/grand-total/scSpatialSIM)](https://cran.rstudio.com/web/packages/scSpatialSIM/index.html)
[![](https://www.r-pkg.org/badges/version-ago/scSpatialSIM)](https://cran.rstudio.com/web/packages/scSpatialSIM/index.html)
<!-- badges: end -->


Expand All @@ -19,7 +19,7 @@ To install `scSpatialSIM`, it is required to have `devtools` or `remotes` instal
if (!require("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("FridleyLab/[email protected].3")
devtools::install_github("FridleyLab/[email protected].4")
```

# Vignettes
Expand Down

0 comments on commit 5f1739e

Please sign in to comment.