Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit e20816c

Browse files
committed
vignettes/basic-usage.Rmd
1 parent 0c075e9 commit e20816c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ You can install the lastest development version by using the [devtools](https://
1515
devtools::install_github("lcrawlab/callback")
1616
```
1717

18+
Although it is not explicitly a dependency, making sure you have `preso` installed will make `callback` much faster.
19+
20+
```r
21+
devtools::install_github("immunogenomics/presto")
22+
```
23+
24+
1825
## Tutorial
1926

2027
```r

0 commit comments

Comments
 (0)