Skip to content

Commit

Permalink
info about load_all - necessary for code to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Svad98 committed Nov 27, 2021
1 parent ec9177e commit ede2246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/TET2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ vignette: >
knitr::opts_chunk$set(echo = TRUE)
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
library(devtools)
load_all("./")
load_all("./")
# the load_all("./") is necessary to make the code run (DNAme does not work without it)
```

# Installation
Expand Down

1 comment on commit ede2246

@ShantiniqueMiller
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This addition to the code assisted and the code ran once this change was made!

Please sign in to comment.