Displaying 3 results from an estimated 3 matches for "lapmdj".
Did you mean:
apmd
2007 Jun 20
1
Help With Sweave:
Hi All,
I am running Ubuntu Feisty (7.04) on a Thinkpad T41. I've installed
the nowebm package for Ubuntu. Working from this HowTo:
http://www.ci.tuwien.ac.at/~leisch/Sweave/example-1.Snw
I try to compile the example *.Snw as in the Sweave manual:
mdj at lapmdj:~/Desktop/Sweave/example1$ noweb example-1.Snw
Can't open output file
Despite the error, a *.tex file is produced. Now I am stuck because I
cannot seem to get the CTAN noweb package correctly installed for my
Latex installation. I guess I am somewhat spoiled by the Synaptic
package manager. H...
2007 Jun 18
2
Help: Upgrading to R2.5 on Ubuntu (Feisty)
...installed on my Ubuntu
Fiesty system and
seek your advice.
To the best of my ability I followed the instructions here:
http://cran.r-project.org/bin/linux/ubuntu/README
Setting this as the last line in my sources.list:
deb http://cran.fhcrc.org/bin/linux/ubuntu feisty/
When I typed in:
mdj at lapmdj:/usr/local/lib/R/site-library$ sudo apt-get install r-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
r-base is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
mdj at lapmdj:/usr/local/lib/R/site-library$
But...
2007 Jun 21
2
Need Help: User Defined R Functions in Sweave/Latex
...and received
the same result. Below are the files *.Snw -> *.tex -> *.pdf and the
output I received while compiling. If there is anything else I can
give to help you help me just let me know. Thanks!
Matt
My system:
T41 IBM Thinkpad
Ubuntu Feisty (7.04)
R version 2.5
testmacro3.Snw:
mdj at lapmdj:~/mydocs/R$ more testmacro3.Snw
\documentclass[a4paper]{article}
\usepackage{fullpage}
<<echo=f>>=
basicplot <- function(x, nplots, sectionname){
# Begin to make figure here
file = paste("scatter",nplots, ".pdf", sep="")
pdf(file = file,paper="speci...