Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SpatLyu committed Dec 4, 2024
1 parent 4c19181 commit 195d743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install.packages('HSAR',
if (!requireNamespace("devtools")) {
install.packages("devtools")
}
devtools::install_github("spatlyu/HSAR",
devtools::install_github("SpatLyu/HSAR",
build_vignettes = TRUE,
dep = TRUE)
```
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install.packages('HSAR',
if (!requireNamespace("devtools")) {
install.packages("devtools")
}
devtools::install_github("spatlyu/HSAR",
devtools::install_github("SpatLyu/HSAR",
build_vignettes = TRUE,
dep = TRUE)
```

0 comments on commit 195d743

Please sign in to comment.