You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,17 +41,22 @@ You can install `requal` from [GitHub](https://github.com/) by following these s
41
41
42
42
1. Download the current release of `requal` from [Releases](https://github.com/RE-QDA/requal/releases).
43
43
2. Install the `remotes` package by running `install.packages("remotes")` command in R console.
44
-
3. Install the `requal` package by running `remotes::install_local(file.choose())` and selecting the downloaded release file on your hard-drive.
44
+
3. Install the `requal` package by running `remotes::install_local(file.choose())` and selecting the downloaded release file on your hard-drive.
45
+
46
+
Alternatively, simply install the `requal` package from [R-Universe](https://re-qda.r-universe.dev/requal) by copying and pasting the following single-line command into the R console:
0 commit comments