We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8d03d commit 4b4821cCopy full SHA for 4b4821c
1 file changed
.github/workflows/main.yml
@@ -44,12 +44,12 @@ jobs:
44
install.packages('hdf5r')
45
install.packages('knitr')
46
install.packages('rmarkdown')
47
+ remotes::install_github("asgr/imager", ref="low-depend") #to make sure we have the easy to install one, not CRAN
48
remotes::install_deps(dependencies = TRUE)
49
remotes::install_cran("rcmdcheck")
50
remotes::install_github("asgr/Rwcs", ref="master")
51
remotes::install_github("asgr/Rfits", ref="master")
52
remotes::install_github("ICRAR/ProFit", ref="master")
- remotes::install_github("asgr/imager", ref="low-depend")
53
shell: Rscript {0}
54
55
- uses: r-lib/actions/check-r-package@v2
0 commit comments