Skip to content

Commit b4b36ff

Browse files
authored
Fix a typo (#314)
1 parent b4bff4c commit b4b36ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-set-up.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ R --vanilla
279279

280280
Two files are read each time R starts (unless one of the command line options outlined above is used):
281281

282-
- `.Renviron`, the primary purpose of which is to set *environment variables*. These tell R where to find external programs and can hold user-specific information than needs to be kept secret, typically *API keys*.
282+
- `.Renviron`, the primary purpose of which is to set *environment variables*. These tell R where to find external programs and can hold user-specific information that needs to be kept secret, typically *API keys*.
283283

284284
- `.Rprofile` is a plain text file (which is always called `.Rprofile`, hence its name) that simply runs lines of R code every time R starts. If you want R to check for package updates each time it starts (as explained in the previous section), you simply add the relevant line somewhere in this file.
285285

0 commit comments

Comments
 (0)