Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build-and-check-CRAN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: package
- name: install html tidy
run: sudo apt-get install tidy
- name: Check
run: R CMD check --as-cran *.tar.gz
- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker-org/shiny:latest
FROM rocker/shiny:latest

LABEL maintainer="Hossam Hammady <hossam@rayyan.ai>"

Expand Down
Loading