Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SpatLyu committed Jun 12, 2024
1 parent e40625e commit 4a61156
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 @@ -28,14 +28,14 @@ The goal of **spEcula** is to make it easier to use R for spatial prediction bas

## Installation

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

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

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

```r
install.packages('spEcula', 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 @@ -18,14 +18,16 @@ laws of geography**).

## Installation

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

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

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

``` r
install.packages('spEcula', repos='https://spatlyu.r-universe.dev')
Expand All @@ -45,7 +47,7 @@ tictoc::tic()
g1 = gos(Zn ~ Slope + Water + NDVI + SOC + pH + Road + Mine,
data = zn, newdata = grid, kappa = 0.08,cores = 6)
tictoc::toc()
## 6.89 sec elapsed
## 6.39 sec elapsed
```

``` r
Expand Down

0 comments on commit 4a61156

Please sign in to comment.