rstudio / packrat

Packrat is a dependency management system for R
http://rstudio.github.io/packrat/
401 stars 89 forks source link

skip_on_ci as with travis #638

Closed aronatkins closed 3 years ago

aronatkins commented 3 years ago

A run of this branch against rhub passes, but in GHA, we're seeing

══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-dependencies.R:58:3): dependencies are discovered in inline R code ──
"emo" %in% packrat:::fileDependencies(emojiRmd) is not TRUE

`actual`:   FALSE
`expected`: TRUE 
── Failure (test-rmarkdown.R:22:3): We can discover dependencies with an evaluate hook ──
`deps` not equal to c("abc", "def", "ghi", "jkl").
target is NULL, current is character
aronatkins commented 3 years ago

After adding pandoc to the GHA workflow, CI is passing. Also added multiple R versions, as it was unclear at first if the problems were with a version of R different than my development environment.