rnabioco / raer

Characterize A-to-I RNA editing in bulk and single-cell RNA sequencing experiments
https://rnabioco.github.io/raer/
Other
7 stars 2 forks source link

use tempdir() properly... #112

Closed kriemo closed 1 year ago

kriemo commented 1 year ago

😱 tempdir() does not return a unique directory. It is a temporary directory shared with the current R session. Don't delete otherwise pkgdown will fail (and so many other potential issues!).

Also tempdir("some-path") doesn't do anything and just returns tempdir()...

closes #104