From 16782b7d73185790d91a19f13edb10a9784b8767 Mon Sep 17 00:00:00 2001 From: Alexander Rosenstock Date: Wed, 18 Oct 2023 22:35:30 +0200 Subject: [PATCH] add NOTE about installed size --- cran-comments.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cran-comments.md b/cran-comments.md index bd8a499..f335bd7 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -7,6 +7,15 @@ ## R CMD check results + checking installed package size ... NOTE + installed size is 13.7Mb + sub-directories of 1Mb or more: + R 1.5Mb + libs 11.7Mb + +The R source code is 409,1kB; I am not sure why installed size is almost triple that amount. +`libs` is large due to the size of the built C++ library (`reservr.so` is 8,6MB on my machine). + checking for GNU extensions in Makefiles ... NOTE GNU make is a SystemRequirements.