File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,10 @@ While this may sound scary, it is **far more common** to run into issues due to
116116
117117### 2. Check and Install Build Tools
118118
119- Some packages require a complementary set of tools to build them. To check if you have them, run:
119+ Some packages require a complementary set of tools to build them.
120+ Open RStudio and ** copy and paste** the following code chunk into the
121+ [ console window] ( https://docs.posit.co/ide/user/ide/guide/code/console.html ) ,
122+ then press the <kbd >Enter</kbd > (Windows and Linux) or <kbd >Return</kbd > (MacOS) to execute the command:
120123
121124``` r
122125if (! require(" pkgbuild" )) install.packages(" pkgbuild" )
@@ -131,11 +134,11 @@ Your system is ready to build packages!
131134
132135If the build tools are not available, this will trigger an automated install.
133136
134- 1 . Run the command (likely installing a package or updating something) .
137+ 1 . Run the command in the console .
1351382 . Don’t interrupt it—wait until R prints the confirmation message.
1361393 . Once that’s done, restart your R session (or just restart RStudio) to ensure the changes take effect.
137140
138- If the automatic installation does not work, you can manually install them according to your operating system.
141+ If the automatic installation ** does not** work, you can manually install them according to your operating system.
139142
140143::::::::::::::::::::::::::::: tab
141144
You can’t perform that action at this time.
0 commit comments