From 138baff4b4d5721c26e7d894b8d4bc0b1fa2c4f3 Mon Sep 17 00:00:00 2001 From: Sebastian Weber Date: Thu, 21 Nov 2024 14:17:21 +0100 Subject: [PATCH] fix Makefile --- Makefile | 2 +- tools/make-ds.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ad4eb77..ce32c5c 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ PROJROOT_ABS=$(abspath .) RPKG=$(patsubst ‘%’, %, $(word 2, $(shell grep ^Package: DESCRIPTION))) INCS = -R_PKG_SRCS = $(wildcard R/*.R) +R_PKG_SRCS = $(wildcard R/*.R inst/examples/*R) R_SRCS = $(wildcard *.R $(foreach fd, $(SRCDIR), $(fd)/*.R)) R_TEST_SRCS = $(wildcard tests/testthat/test*.R) R_TEST_OBJS = $(R_TEST_SRCS:.R=.Rtest) diff --git a/tools/make-ds.R b/tools/make-ds.R index 14cd272..9fd1a33 100644 --- a/tools/make-ds.R +++ b/tools/make-ds.R @@ -43,7 +43,7 @@ make_internal_ds <- function() { calibration_meta["MD5"] <- vals["MD5"] pkg_create_date <- Sys.time() - pkg_sha <- "91e8f18" + pkg_sha <- "896a402" if (gsub("\\$", "", pkg_sha) == "Format:%h") { pkg_sha <- system("git rev-parse --short HEAD", intern=TRUE)