Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SpatLyu committed Jun 18, 2024
1 parent 4a575d6 commit 705c1ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ The goal of **tidyrgeoda** is to provide an interface for **rgeoda** to integrat

## Installation

You can install the development version of `tidyrgeoda` from `github`:
You can install the development version of **tidyrgeoda** from [github](https://github.com/SpatLyu/tidyrgeoda):

``` r
# install.packages("devtools")
devtools::install_github("SpatLyu/tidyrgeoda",build_vignettes = T,dep = T)
```

or install `tidyrgeoda` from `r-universe`:
or install **tidyrgeoda** from [r-universe](https://spatlyu.r-universe.dev/tidyrgeoda):

```r
install.packages('tidyrgeoda', repos='https://spatlyu.r-universe.dev')
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ integrate with **sf** objects and the **tidyverse**.

## Installation

You can install the development version of `tidyrgeoda` from `github`:
You can install the development version of **tidyrgeoda** from
[github](https://github.com/SpatLyu/tidyrgeoda):

``` r
# install.packages("devtools")
devtools::install_github("SpatLyu/tidyrgeoda",build_vignettes = T,dep = T)
```

or install `tidyrgeoda` from `r-universe`:
or install **tidyrgeoda** from
[r-universe](https://spatlyu.r-universe.dev/tidyrgeoda):

``` r
install.packages('tidyrgeoda', repos='https://spatlyu.r-universe.dev')
Expand Down Expand Up @@ -54,7 +56,7 @@ library(tidyverse)

``` r
library(tidyrgeoda)
## Welcome to tidyrgeoda 0.1.0!
## Welcome to tidyrgeoda 0.1.1!
```

``` r
Expand Down

0 comments on commit 705c1ca

Please sign in to comment.