Skip to content

Commit a77652f

Browse files
committed
adding as-cran
1 parent 6f38bb3 commit a77652f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
^\.git$
88
^cran-comments\.md$
99
^Makefile$
10+
^Dockerfile$

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-env:
1212
# 2. Run the check (fast, uses cached dependencies)
1313
check-debian:
1414
docker run --rm $(VOL) $(WORKDIR) --platform $(PLATFORM) $(IMAGE_NAME) \
15-
bash -c "R CMD build . && R CMD check BayesMallowsSMC2_*.tar.gz"
15+
bash -c "R CMD build . && R CMD check --as-cran BayesMallowsSMC2_*.tar.gz"
1616

1717
# 3. Debugging shell
1818
shell:

0 commit comments

Comments
 (0)