Skip to content

Commit

Permalink
Fix "detritus in the temp directory" NOTE
Browse files Browse the repository at this point in the history
this was caused by a possible bug in R where a temp directory isn't cleared correctly for future processes. https://stat.ethz.ch/pipermail/r-devel/2021-June/080830.html
  • Loading branch information
mrcaseb committed Aug 2, 2022
1 parent c3a8cbf commit 7a8bdf3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
library(testthat)
library(nflfastR)

future::plan("multisession")

test_check("nflfastR")

0 comments on commit 7a8bdf3

Please sign in to comment.