aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-05-19 17:08:43 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2023-05-19 17:10:16 +0200
commitcf54ccca37d27480dbf8d59eb027300518f7ad75 (patch)
tree81a9d5955f716a74822ecb65dc83daeeb7efbba6 /GNUmakefile
parentc931057ce8f05d3a0dfefea72b73903efb82e900 (diff)
Prepare release of v1.2.4v1.2.4
- Update DESCRIPTION - Update Makefile to document how to use R-patched - Remove markup from two URLs to avoid CRAN NOTE - Switch two vignettes from html_document to html_vignette to save space in the docs directory, also avoiding a CRAN NOTE - Complete rebuild of pkgdown docs for release
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d43a9026..76163ab6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -9,6 +9,9 @@ WINBIN := $(PKGSRC)_$(PKGVERS).zip
# pre-prelease version) use `make RBIN=/path/to/other/R/` or `export RBIN=...`
# If no alternate bin folder is specified, the default is to use the folder
# containing the first instance of R on the PATH.
+# If using a patched version of R, you may want to use the same libraries
+# as for the Debian packaged version, by using
+# `export R_LIBS_SITE=${R_LIBS_SITE-'/usr/local/lib/R/site-library:/usr/lib/R/site-library:/usr/lib/R/library'}`
RBIN ?= $(shell dirname "`which R`")
RDEVBIN=/home/jranke/svn/R/r-devel/build/bin

Contact - Imprint