Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 352813
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T11:46:20+00:00 2026-05-12T11:46:20+00:00

I’m looking to streamline my Sweave document creation, and I’d like to hear about

  • 0

I’m looking to streamline my Sweave document creation, and I’d like to hear about people’s current setups. I feel like the holy grail goes something like this:

  • Editing Rnw code on one half of the
    screen
  • Single keybinding compiles
    Sweave document and runs pdflatex
  • View PDF
    on the other half of the screen; once
    compiled, PDF is refreshed and centered around the portion of the document you’re editing
  • If compilation has errors, replace the PDF with the results of the compilation (e.g. latex errors or Sweave errors)

I am guessing/hoping that the solution is part Emacs/ESS combined with some code for the Emacs profile and/or a nice Makefile. But I would really like to hear about everybody’s preferred way of creating Sweave and/or Latex documents.

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T11:46:20+00:00Added an answer on May 12, 2026 at 11:46 am

    A few other R users I talked to use a ‘one-directory-per-project’ setup, and a simple Makefile. As you suspected, that works well with Emacs/ESS.

    I tend to just call a simple shell script sweave which I wrote before before ‘R CMD Sweave’ was added (as I find re-creating or copying the Makefile unappealing, YMMV). I also use Emacs and an auto-refreshing pdf viewer (like okular or kpdf). Emacs23 can preview pdf files directly too but I have yet to switch my work flow to that.

    edd@ron:~$ cat bin/sweave
    #!/bin/bash -e
    
    function errorexit () {
        echo "Error: $1"
        exit 1
    }
    
    function filetest () {
        if [ ! -f $1 ]; then
           errorexit "File $1 not found"
        fi
        return 0
    }
    
    
    if [ "$#" -lt 1 ]; then
        errorexit "Need to specify argument file"
    fi
    
    
    BASENAME=$(basename $1 .Rnw)
    
    RNWFILE=$BASENAME.Rnw
    filetest $RNWFILE
    echo "library(tools); Sweave(\"$RNWFILE\")" \
          | R --no-save --no-restore --slave
    
    LATEXFILE=$BASENAME.tex
    filetest $LATEXFILE && pdflatex $LATEXFILE
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
I am reading a book about Javascript and jQuery and using one of the
I've got a string that has curly quotes in it. I'd like to replace
I am trying to render a haml file in a javascript response like so:
I would like to run a str_replace or preg_replace which looks for certain words
I would like to count the length of a string with PHP. The string
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.