We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f38bb3 commit a77652fCopy full SHA for a77652f
.Rbuildignore
@@ -7,3 +7,4 @@
7
^\.git$
8
^cran-comments\.md$
9
^Makefile$
10
+^Dockerfile$
Makefile
@@ -12,7 +12,7 @@ build-env:
12
# 2. Run the check (fast, uses cached dependencies)
13
check-debian:
14
docker run --rm $(VOL) $(WORKDIR) --platform $(PLATFORM) $(IMAGE_NAME) \
15
- bash -c "R CMD build . && R CMD check BayesMallowsSMC2_*.tar.gz"
+ bash -c "R CMD build . && R CMD check --as-cran BayesMallowsSMC2_*.tar.gz"
16
17
# 3. Debugging shell
18
shell:
0 commit comments