Maybe let 'git' decide which files have changed?
Georgi Boshnakov
-Original Message-
From: R-package-devel On Behalf Of Greg
Minshall
Sent: 01 June 2020 03:57
To: r-package-devel@r-project.org
Subject: [R-pkg-devel] *not* re-making package if contents haven't changed
h
hi. i use emacs org-mode to write my literate (semi-, in my case)
code. then, 'tangle' the results into package/R/foo.R, etc.
the tangling is driven by a makefile. (my methodology is to make the
package source tree as a subdirectory of where my makefile sits; i
realize this is non-standard, and