Skip to content

Commit 86dfeff

Browse files
authored
Merge pull request #322 from naupaka/main
Finish modifications to use existing directory from other lessons
2 parents 89288c2 + 33d937c commit 86dfeff

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

episodes/00-introduction.Rmd

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,18 @@ the `.Rproj` file).
165165

166166
<img src="fig/new_project_window.png" alt="rstudio default session" style="width: 600px;"/>
167167

168-
2. In the window that opens select **New Directory**, then **New Project**. For
169-
"Directory name:" enter **dc\_genomics\_r**. For "Create project as subdirectory of", click <kbd>Browse...</kbd> and then click <kbd>Choose</kbd> which will select your home directory "~".
168+
2. If you already have created the **dc\_workshop** directory in
169+
a previous lesson, you should select **Existing Directory** and navigate to
170+
and select that directory. If you have not created this directory yet, select
171+
**New Directory** and continue with the steps below.
170172

171-
3. Finally click <kbd>Create Project</kbd>. In the "Files" tab of your output
173+
3. In the window that opens select **New Directory**, then **New Project**. For
174+
"Directory name:" enter **dc\_workshop**. For "Create project as subdirectory of",
175+
click <kbd>Browse...</kbd> and then click <kbd>Choose</kbd> which will select your home directory "~".
176+
177+
4. Finally click <kbd>Create Project</kbd>. In the "Files" tab of your output
172178
pane (more about the RStudio layout in a moment), you should see an RStudio
173-
project file, **dc\_genomics\_r.Rproj**. All RStudio projects end with the
179+
project file, **dc\_workshop.Rproj**. All RStudio projects end with the
174180
"**.Rproj**" file extension.
175181

176182
::::::::::::::::::::::::::::::::::::::::: callout

0 commit comments

Comments
 (0)