diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index c4daa77..811bc90 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -48,6 +48,7 @@ jobs: run: | install.packages(c("remotes", "rcmdcheck")) install.packages(c("ncdf4")) + install.packages("chromConverterExtraTests", repos = "https://ethanbass.github.io/drat/") remotes::install_deps(dependencies = TRUE) reticulate::install_miniconda() reticulate::conda_create('r-reticulate', packages = c('python==3.9', 'numpy', 'scipy', 'pandas'))