Skip to content

Commit

Permalink
Merge pull request #5 from carpentrieslab/master
Browse files Browse the repository at this point in the history
update my fork
  • Loading branch information
ErinBecker committed Mar 15, 2019
2 parents d526435 + f55ca6c commit cae46b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _episodes_rmd/01-introduction.Rmd
Expand Up @@ -291,7 +291,7 @@ the root directory for Linux. Next, use the <KBD>Tab</KBD> key, to take
advantage of RStudio's Tab-autocompletion method, to select `home`, `dcuser`,
and `dc_genomics_r` directory. The path in your script should look like this:

```{r, eval = FALSE, purl = FALSe}
```{r, eval = FALSE, purl = FALSE}
# This sets the working directory
setwd("/home/dcuser/dc_genomics_r")
```
Expand Down
2 changes: 1 addition & 1 deletion _episodes_rmd/02-r-basics.Rmd
Expand Up @@ -475,7 +475,7 @@ snp_genes[-6]

We can remove that value from our vector by overwriting it with this expression:

```{r. purl = FALSE}
```{r, purl = FALSE}
snp_genes <- snp_genes[-6]
snp_genes
```
Expand Down

0 comments on commit cae46b4

Please sign in to comment.