>>>>> Bert Gunter
>>>>> on Thu, 18 Oct 2018 21:45:33 -0700 writes:
> Wrong list. This list is about R programming. You should
> address this to an emacs support list. Better yet, to an
> ess list . Here's one place you might start:
> https://www.r-bloggers.com/using-r-with-emacs-and-ess/
> Other resources can be found by a web search on "R ess" .
Indeed, for completeness :
- The ESS website is at https://ess.r-project.org/
- There's an ESS dedicated mailing list "just parallel to" R-help:
https://stat.ethz.ch/mailman/listinfo/ess-help
- We are currently beta testing a new release of ESS, "18.10",
which *does* contain some project support.
Prerelease tar/zip balls available from
https://stat.ethz.ch/ESS/downloads/ess/Prerelease/
- ESS is developed on github now, and issues are tracked here:
https://github.com/emacs-ess/ESS/issues/
Last but not least :
Welcome to the world of Emacs and ESS !
--
Martin Maechler
ETH Zurich (and ESS core team)
> Cheers, Bert
> Bert Gunter
> "The trouble with having an open mind is that people keep
> coming along and sticking things into it." -- Opus (aka
> Berkeley Breathed in his "Bloom County" comic strip )
> On Thu, Oct 18, 2018 at 9:12 PM Naresh Gurbuxani <
> naresh_gurbuxani at hotmail.com> wrote:
>> I have switched from RStudio to emacs. In emacs, how can
>> I create a project like in RStudio?
>>
>>
>> Within the project directory, I would like to create
>> different directories for code, data, results, figures,
>> documents, etc. In RStudio project, relative references
>> work well. For example, an Sweave document in document
>> directory can use command source('code/mycode.R'). In
>> emacs, this does not work "out of the box". In document
>> folder, the command needs to be
>> source('../code/mycode.R'). This is minor effort, but a
>> better method must exist.
>>
>>
>> Thanks,
>>
>> Naresh
>>
>> [[alternative HTML version deleted]]
>>
>> ______________________________________________
>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and
>> more, see https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide
>> http://www.R-project.org/posting-guide.html and provide
>> commented, minimal, self-contained, reproducible code.
>>
> [[alternative HTML version deleted]]
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and
> more, see https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html and provide
> commented, minimal, self-contained, reproducible code.