We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2bbe2 commit 5d0e490Copy full SHA for 5d0e490
README.md
@@ -136,7 +136,7 @@ alias R="R --no-save --no-restore-data"
136
137
* Install devtools: `pak::pak("devtools")`
138
139
-* Setup devtools: `usethis::use_devtools()`
+* Setup devtools: `usethis::use_devtools()` (and restart R)
140
141
```r
142
# .Rprofile
@@ -145,11 +145,8 @@ if (interactive()) {
145
}
146
```
147
148
-* Restart R:
149
- * Quit R from the R console: `q()`
150
- * Start R from the terminal: `R`
151
-
152
-* Setup the devtools workflow as aliases, then run each `alias` from ther terminal, e.g. `rtest`
+* Setup the devtools workflow as aliases then
+ * run each `alias` from ther terminal, e.g. `rtest`
153
154
```bash
155
# ~/.bash_aliases
0 commit comments