Re: [ESS] Developing R packages under ESS

2018-03-08 Thread Ross Boylan
On Thu, Mar 08, 2018 at 03:29:14PM +, Sparapani, Rodney wrote: > Hi Ross: > I agree with Rich and Vitalie. This just works out of the box: no .emacs > fiddling. > Perhaps, you are tripping over the recent tightening of the interface. The > last bullet point > in the New features section of

Re: [ESS] Developing R packages under ESS

2018-03-08 Thread Ross Boylan
On Thu, Mar 08, 2018 at 04:22:04PM +0100, Vitalie Spinu wrote: > > > >> On Wed, Mar 07 2018 18:29, Ross Boylan wrote: > > > The file I opened initially, the one that sources all the others, is above > > the > > package directory. It sources files

Re: [ESS] Developing R packages under ESS

2018-03-08 Thread Ross Boylan
On Wed, Mar 07, 2018 at 09:55:51PM -0500, Richard M. Heiberger wrote: > My guess is that starting from outside the package misled ESS. > Try this sequence. > > library(mypackage) > ## then open the R source in directory mypackage/R/ > ## modify the R files and C-c C-c revised functions. They

Re: [ESS] Developing R packages under ESS

2018-03-07 Thread Ross Boylan
On Wed, Mar 07, 2018 at 08:52:39PM -0500, Richard M. Heiberger wrote: > normally, it just works. Do you have a recent ESS? git tip as of yesterday. > Try turning off > your .emacs and see if that helps. > My .emacs file loads ESS. I suppose I could try an .emacs file that only does that.

Re: [ESS] make problems with latest git

2018-03-06 Thread Ross Boylan
On Tue, Mar 06, 2018 at 10:18:13AM -0800, Ross Boylan wrote: ... > have -no-init-file). So I renamed it and tried again in the cloned ESS3. > Results attached. Lots of warnings, but again it seems to get through > the ess-sas stuff that was a problem, only to fail with > ess-r-xref.e

Re: [ESS] make problems with latest git

2018-03-06 Thread Ross Boylan
On Tue, Mar 06, 2018 at 02:48:27PM +, Sparapani, Rodney wrote: > Hi Ross: > > I can’t reproduce your problem here. From your make > error below, it seems that ess-sas-a.el might be tampered. > Could you refresh that file from > git and rebuild to check? > > > [ess-sas-d:] require 'ess-sas-l

[ESS] make problems with latest git

2018-03-05 Thread Ross Boylan
Attempting to follow the installation instructions I tried to run make. It failed because EMACS=t when running a shell inside emacs 24.4.1. The Makeconf file included by the Makefile in the lisp directory includes the line EMACS ?= emacs which set EMACS = emacs unless it is already set (which it