Displaying 20 results from an estimated 1000 matches similar to: "Sweave"
2008 Jun 17
3
Sweave: problem with usepackage{C:/PROGRA~1/R/R-27~1.0/share/texmf/Sweave}
R users,
I'm at a loss with a problem considering running .tex files produced
by Sweave. When I run (R 2.7.0):
---------------------------------------------------
#Taken from ?Sweave
testfile <- system.file("Sweave", "Sweave-test-1.Rnw", package = "utils")
## enforce par(ask=FALSE)
options(device.ask.default=FALSE)
## create a LaTeX file
Sweave(testfile)
2008 Nov 29
3
including Sweave tangled code in '.Rnw' document
Hello List,
I have been using Sweave for my homework this last quarter and have been
very impressed at how much time and effort it saves me. I, however, have
run up against a problem which I have not been able to solve using any of
the Sweave/LaTeX tricks I know. I work through my homework one problem at a
time, typesetting equations and writing R code, etc. and occasionally use
2010 Feb 07
2
problems with samba share
Hi everyone,
I want to achieve the following setup:
- have a share that is read-only and accessible for guest users;
- have the same share be modified by an authenticated specific user.
This is running on debian lenny, samba 3.2.5.
My smb.conf is as follows:
[global]
workgroup = WORKGROUP
netbios name = cast
remote announce = 192.168.1.99/WORKGROUP
server string = %h
2009 Jan 14
2
Korean Translation - Anaconda Slides
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Well, it seems like my gnome terminal can't interpret Korean
translations very well. Or maybe it can and I don't know how to confirm
it ? I tried the following encoding characters in the gnome terminal:
Current Local (UTF-8)
Korean (EUC-KR)
Korean (UHC)
Korean (JOHAB)
and all I can see are question marks inside black rhombus. That
2011 Sep 21
1
raster plot is empty
Dear R-help,
I have a problem plotting maps using the raster package when I use R
on my workplace server, but not when I use my own desktop. I suspect
the server version must be missing something and was wondering if
anyone would have any ideas.
The problem occurs after
library(raster)
f <- system.file("external/test.grd", package="raster")
r <- raster(f)
plot(f)
On
2009 Sep 15
1
[LLVMdev] Replace gcc with llvm-gcc???
Hi,all
Recently I met a question when I want to replace gcc with llvm-gcc
through configure script(command).
For simply,described like that
I typed as following
1.zhunan at sjtu:~/workplace/$ ./configure CC=llvm-gcc CFLAGS="-S
-emit-llvm"
configure will failed when it checks whether C compiler is working
2.zhunan at sjtu:~/workplace/$ ./configure CC=llvm-gcc CFLAGS="-c
2000 Nov 07
1
No subject
I have just moved to a new workplace. I saved an R workspace into
an ascii file at my old workplace and have ftp'ed it down here.
Unfortunately when I try to load the get a message saying that
the file is corrupted. It's a big file, but my experience suggests
that this normally refers to a problem at the beginning or end of a file,
so I thought it might be worth enclosing just the
2023 Aug 18
1
Host key verification (known_hosts) with ProxyJump/ProxyCommand
On 19/8/23 08:00, Stuart Longland VK4MSL wrote:
> Would the UserKnownHostsFile be relative to the current working
> directory of the `ssh` process at the time of its call, or would it
> figure out that these files are relative to
> /home/me/workplace/ops/eng-ssh/bigcust-config?
Nope? just tried it, at this time it's relative to whatever directory
you call `ssh` from.
Which if
2011 Apr 21
3
R CMD Sweave versus Sweave() on Windows
Dear list subscriber,
I am quite puzzled by the behaviour of processing Sweave files within an R session, i.e.
Sweave("foo.Rnw") versus R CMD Sweave foo.Rnw
In the former the environmental variable 'SWEAVE_STYLEPATH_DEFAULT = TRUE' is obeyed (this is set in etc/Renviron.site as well as under the users home directory in .Renviron). That is the hard-coded path to Sweave.sty is
2009 Sep 15
2
[LLVMdev] Replace gcc with llvm-gcc
I truly get the bytecode file for each souce file,but can I use
llvm-link to link them into a whole-program one automatically through
some scripts?
>
> Message: 27
> Date: Tue, 15 Sep 2009 03:16:10 +0200
> From: ?scar Fuentes <ofv at wanadoo.es>
> Subject: Re: [LLVMdev] Replace gcc with llvm-gcc???
> To: llvmdev at cs.uiuc.edu
> Message-ID: <87vdjlnh2d.fsf at
2008 Oct 04
3
Palm OS port
hello all,
At my workplace, our colleague Mukesh has just completed a port of
speex 1.2.1 to Palm OS. He had to write a couple of mathlib functions,
but the trunk remains unchanged.
It works quite well, I was wondering if there will be any interest in
this port in the distribution.
- farhan
2023 Aug 18
1
Host key verification (known_hosts) with ProxyJump/ProxyCommand
On 18/8/23 18:37, Jochen Bern wrote:
> On 18.08.23 07:39, Darren Tucker wrote:
>> On Fri, 18 Aug 2023 at 15:25, Stuart Longland VK4MSL <me at vk4msl.com>
>> wrote:
>> [...]
>>> The crux of this is that we cannot assume the local IPv4 address is
>>> unique, since it's not (and in many cases, not even static).
>>
>> If the IP address is
2006 Sep 26
2
package usage statistics.
Dear useRs,
Is it possible to get the R package usage statistics?
That is, does R contain any tools to estimate which packages were
used and how often?
I am going to temporary change the workplace and packing the data
and their processing scripts on my computer in order to continue my
projects.
During my work on the current workplace I periodically have had installed
new R
2004 Mar 30
2
Sweave and graphic output locations
Hello,
I'm using R1.8.1 on windows 2000 and version 1.8.1 of the tools package.
I am attempting to have Sweave write files to a different directory via:
testfile <- system.file("Sweave", "Sweave-test-1.Rnw",
package = "tools")
## create a LaTeX file
Sweave(
testfile,
output = "C:/temp/Sweave-test-1.tex",
2010 Mar 22
2
Fw: Re: Why "\\" instead of simple "/" to specify a file path [modified]
Hi, I was following this thread and would like to ask is there any way to save and open a .RData file after using some Password. What I mean to say, how to make my workplace password-protected?
Also would like to know how same can be done for .R file.
Thanks for your time.
Thanks and regards,
--- On Tue, 23/3/10, David Winsemius <dwinsemius@comcast.net> wrote:
From: David Winsemius
2002 Oct 10
3
Sweave (PR#2142)
In the 'RWeaveLatexSetup' function in the 'tools' package in R 1.6.0 , the
code below does not work (pdflatex can't find 'Sweave.sty'):
if (stylepath)
styfile <- file.path(R.home(), "share", "texmf", "Sweave")
else styfile <- "Sweave"
In R 1.5.1, that was:
if(stylepath)
styfile <-
2009 Sep 15
0
[LLVMdev] Replace gcc with llvm-gcc
Just set llvm-ld as the default ld .
Such as LD = llvm-ld in makefile, if it's not working, then there is no solution
2009/9/15, zhunan <zhunansjtu at gmail.com>:
> I truly get the bytecode file for each souce file,but can I use
> llvm-link to link them into a whole-program one automatically through
> some scripts?
>
>
>>
>> Message: 27
>> Date: Tue, 15
2005 May 05
2
streaming legal issues
Hi! anybody knows where can i find some info about the legality of do
a streaming of copyrighted music? can i make a audio stream with my
legaly-brought music from my home to listen into my workplace? can i
open it to the world?
what are the legal terms that applies the thousands of internet radio
broadcasts that exists on the net?
if anybody knows the answers, or where i can find it, i will be
2012 Aug 21
1
patchDVI: how to pass encoding of the .Rnw file?
On 12-08-19 3:47 PM, Marius Hofert wrote:
> Dear Duncan,
>
> I recently asked a question concerning patchDVI on r-help, see
>
> ,----
> | https://stat.ethz.ch/pipermail/r-help/2012-August/321780.html
> `----
>
> Unfortunately, no one could help. I was wondering if you know a solution to the
> above problem. Any hint is highly appreciated.
Sorry, I'm writing this
2010 Mar 22
2
Why "\\" instead of simple "/" to specify a file path
Hi all,
I have saved my workplace in a .RData format. However if I want to open
that, I need to use following code :
load("C:\\......")
Here my question is why "\\". In all the time generally we use "/" like when
we use read.delim() function etc. Is there any possibility to have some
consistency there? Is there any other way to re-open the .RData file?
Thanks,
--