[ESS] makeinfo error in MacOS

2018-11-09 Thread Cyrus Harmon via ESS-help
When I try to build ESS on MacOS (mojave, 10.14.1) (and other systems as I’ve seen this for a while now), I see the following error: ... making Info documentation... LC_ALL=C LANG=en makeinfo ess.texi /Users/sly/.emacs.d/site-lisp/ESS/doc//newfeat.texi:42: warning: `.' or `,' must follow @xref,

Re: [ESS] ESS R code evaluation in package

2018-11-09 Thread Cyrus Harmon via ESS-help
On 11/8/18 2:32 PM, Vitalie Spinu via ESS-help wrote: Namespaced evaluation should work for R code as described above. If not, it's a bug. These probably aren't bugs but now that I've gotten things to a somewhat more manageable state my next problem is getting things working with

Re: [ESS] ESS R code evaluation in package

2018-11-08 Thread Cyrus Harmon via ESS-help
Dear Vitalie, On 11/8/18 2:32 PM, Vitalie Spinu via ESS-help wrote: There are essentially 3 cases: Thank you very much for the helpful reply! 1. `moose` is public (exported) function in your package. This means it is present in both namespace and package environments when the package is

[ESS] ESS R code evaluation in package

2018-11-06 Thread Cyrus Harmon via ESS-help
I’m having a number of related problems that may stem from fundamental misconceptions about how R code is eval’ed/load’ed/compile’d/etc… but it’s driving me crazy, so here goes. Also, bear in mind that I’m coming from the common lisp world and am a big fan of its package system and