Skip to content

Commit 556e9e1

Browse files
committed
add force = true for dev version install
1 parent e9d3842 commit 556e9e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if (!requireNamespace("remotes", quietly = TRUE)) {
7777
install.packages("remotes")
7878
}
7979

80-
remotes::install_github("e-kotov/rJavaEnv")
80+
remotes::install_github("e-kotov/rJavaEnv", force = TRUE)
8181
```
8282

8383
## Simple Example

README.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if (!requireNamespace("remotes", quietly = TRUE)) {
6969
install.packages("remotes")
7070
}
7171

72-
remotes::install_github("e-kotov/rJavaEnv")
72+
remotes::install_github("e-kotov/rJavaEnv", force = TRUE)
7373
```
7474

7575
## Simple Example

0 commit comments

Comments
 (0)