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: vignettes/how-to/box-lsp.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Rhino utilizes `{box}` modules to manage large code bases. A disadvantage of `{b
15
15
16
16
# Steps
17
17
18
-
1. Install `languageserver` to project dependencies: `rhino::pkg_install("languageserver")`.
18
+
1. Install `languageserver`: `renv::install("languageserver")`. `languageserver` is a developer tool, it is _not_ advised to add it to `dependencies.R` or to `renv.lock`.
19
19
2. If you initialized your Rhino app with version 1.10.0 or later, proceed to step 4.
20
20
3. If you are using an existing Rhino app with version < 1.10.0:
21
21
1. Install `box.lsp` to project dependencies: `rhino::pkg_install("box.lsp")`.
0 commit comments