Displaying 20 results from an estimated 5000 matches similar to: "WoW addons folder, where is it?"
2013 Feb 26
1
How to add static routes?
Hello
i have several libvirt hosts (CentOS6, kvm), each with an internal
libvirt "default" network with "forward mode='route'". I have two
questions concerning static routes.
To give some context: On each of my libvirt hosts there is a VM acting
as a OpenVPN-gateway to the other libvirt hosts.
[A] How can i add a persistant static route on the libvirt host to one
2007 Sep 08
2
"Common action" for a controller
Sorry if this has been asked before; it seems like a simple problem.
I have a controller called ItemController which displays information
about specific items to a user on various pages. The routing looks like
"items/:item/:action". Is there any way to automatically look up the
:item in the items table (it''s just an ID).
I tried:
before_filter { @current_item =
2004 May 31
2
Several libraries won't load with (PR#6927)
Thank you both.
1. It looks like part of the problem is indeed that the packages in the
patched version for Windows aren't coordinated with the libraries.
rw1090
library(MASS) ## works
rw1090pat
library(MASS) ## doesn't work
library(MASS, lib.loc="c:/progra~1/R/rw1090/library") ## works
2. This doesn't explain why the freshly downloaded Hmisc and multcomp
packages
2010 Jun 18
2
Restrict Disk Usage
Hi Everyone,
Is there any way to restrict Disk usages per DomU? It would be to stop customers from hogging all the available disk time and slow everyone else down.
Apperently, Cloudmin can do this, but that costs money...
Any ideas would be appreciated
Thanks
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2006 Jun 29
1
R 2.3.0 + R-gnome + Ubuntu (i686 & amd64)
Hello,
I am trying to run R-gnome on my Debian distro (Ubuntu 6.06), but something
strange is happening. Inspite of having apperently sucessfully installed
Rgnome 2.3.0 I keep getting the error message below, saying that Rgnome is
not found. I have actually checked the folder and Rgnome is not being
properly installed.
I ran into this problem on both my 32 and 64 bits intallation of Debian.
Any
2006 Sep 29
2
ApplicationHelper is not a parent of SomeHelper?
i have:
# file application_helper.rb
module ApplicationHelper
def load_components
@right_sidebar = ''some stuffs''
end
end
# file user_public/blog_helper.rb
module UserPublic::BlogHelper
def load_components
ApplicationHelper.load_components
@right_sidebar += ''{blog archive}''
end
end
the problem is, i want to load the
2011 Jan 23
1
odfWeave Error unzipping file in Win 7
Hey guys,
I?m just getting started with R (version 2.12.0) and odfWeave and kinda
stumble from one problem to the next, the current one is the following:
trying to use odfWeave:
> odfctrl <- odfWeaveControl(
+ zipCmd = c("C:/Program Files/unz552dN/VBunzip.exe $$file$$ .",
+ "C:/Program Files/unz552dN/VBunzip.exe $$file$$"))
>
>
2010 Aug 31
1
odfWeave
Dear -r-helpers,
I'm trying to get my students to use odfWeave. Windows users are having
trouble. I would appreciate advice.
Comment 1:
Hello I have spent a while today trying to get odfWeave to be successful I
installed the unzip and zip program but it has not changed the error message.I
have copied the error message below but I am sure it is the one others have
experienced.
>
2009 Jul 06
1
odfWeave: odt-file damaged
Dear all,
I am doing my first steps with odfWeave.
After running the r code (see below), I am trying to open the ODF-document
with open office, but I am getting the error message:
"The file is damaged, but it can be repaired". If I confirm the question and
repair the file with open office, I can open it with the desired output,
which seems to be fine.
My system:
R Version 2.9.1
2008 Jan 04
1
Help on odfWeave package
Hi R users !
I'm trying to use odfWeave package
I have a problem with unzipping files : when I try to run the example given in odfWeave help I get this error message :
Copying C:/Documents and Settings/stgduclos/Mes documents/R/win-library/2.6/odfWeave/examples/simple.odt Setting wd to C:\DOCUME~1\STGDUC~1\LOCALS~1\Temp\RtmpzfZ6ye/odfWeave04141446464 Unzipping ODF file using
2018 Mar 29
2
Is it good practice to have a package depend on Rtools(for unziping of .7z and.rar files)? Crab legal?
I created this package,
https://github.com/lucasmation/microdadosBrasil
which we are preparing for Cran submission. The package facilitates
downloading and reading most of the microdatasets (household surveys,
Census, etc). For each dataset it:
(a) downloads the data from the data providers
(b) "unzip" the necessary files
(c) imports the data into R.
For (b), some of the datasets
2015 Apr 29
2
nfs (or tcp or scheduler) changes between centos 5 and 6?
m.roth at 5-cent.us wrote:
> Matt Garman wrote:
>
>>We have a "compute cluster" of about 100 machines that do a read-only
>>NFS mount to a big NAS filer (a NetApp FAS6280). The jobs running on
>>these boxes are analysis/simulation jobs that constantly read data off
>>the NAS.
>
> <snip>
> *IF* I understand you, I've got one question:
2018 Mar 29
0
Is it good practice to have a package depend on Rtools(for unziping of .7z and.rar files)? Crab legal?
r-package-devel is the right mailing list for your query, not here.
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, Mar 29, 2018 at 6:56 AM, Lucas Ferreira Mation
<lucasmation at gmail.com> wrote:
> I created
2001 Apr 05
1
No subject
R-helpers,
Beginner in R language, I have a problem to install a package (multiv) in R
for Windows 98 (R-Gui)
First I have got the multiv.zip file from the CRAN precompiled contributed
packages for Windows and put this file in C:/Program Files/rw1022.
in R-Gui I tried to install it as following
> install.packages("C:/Program Files/rw1022/multiv.zip")
I received the following
2009 Mar 11
1
trying to run odfWeave()
Hi there !
I'm working with windows and R GUI and I'm trying to generate an automatic repport using odfWeave.
I have taken the basic template available on line at : http://www.biostat.uzh.ch/services/templates.html
which is SampleOdf.odt I've imported the package "odfWeave" and the corresponding library. And then I run :
> file.in="E:/Tex/SampleOdf.odt"
2007 May 15
1
Building package on Windows
Hello,
I have been trying to build a package for R to use on windows. I have
been able to build it with out problems except for one thing. I am
creating a zip file to be installed by the R gui.
I have four directories under the main dir. I have data, man, R, and
src. The problem that I have been having, is that the data directory is
being zipped up, then when I install the package the data
2007 Nov 17
1
odf and unzip: unzip not found
hi list members
I am trying to use odfWeave with R 2.5.1 on Windows XP.
however when running e.g.
odfWeave(demoFile, outputFile)
I get:
Error in odfWeave(demoFile, outputFile) : Error unzipping file
In addition: Warning message:
unzip not found in: system(zipCmd[2], invisible = TRUE)
presumably my zip and unzip are not set up correctly but I dont know how to do that. I installed zip and
2010 Aug 19
2
Windows Recovery console FAILS to boot with Syslinux-4.02
Hello Sir,
Copid cmdcons and cmldr to O:(my usb drive) as follows
(1)
Microsoft(R) Windows 98
(C)Copyright Microsoft Corp 1981-1999.
C:\WINDOWS>format o: /s
C:\WINDOWS>format o: /s
WARNING, ALL DATA ON DISK
DRIVE O: WILL BE LOST!
Proceed with Format (Y/N)?y
Checking existing disk format.
Formatting 967.98M
Format complete.
System transferred
Volume label (11 characters,
2009 Feb 04
1
odfweave sample code error
Hi R-team,
I am new user of R 2.8.1 in windows 2003 environment. I use Tinn-R as code
editor. When running the sample codes from odf manual the following error
occured.
I have winzip installed in my system. I used openoffice writer under windows
to create the example1.odt file.
can anybody help me out to fix the bug.
the code executed is as follows:
library(odfWeave)
> inFile <-
2006 Feb 09
2
zipping an ogg file
A recent discussion brought a question to mind: How much effect does zipping and unzipping an ogg file have on the original form?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/vorbis/attachments/20060209/2e81e6fe/attachment.html