From 34fd5851d82f54b3d55e0512e17a73587556d282 Mon Sep 17 00:00:00 2001 From: Till Hoffmann Date: Fri, 15 Dec 2023 22:49:24 +0100 Subject: [PATCH] Check as cran in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ad05d9..4d50c67 100644 --- a/Makefile +++ b/Makefile @@ -12,4 +12,4 @@ build : check : build mkdir -p check - cd check && R CMD check ../build/*.tar.gz + cd check && R CMD check --as-cran ../build/*.tar.gz