Displaying 20 results from an estimated 9000 matches similar to: "Making a windows packages with zip"
2005 Aug 23
3
OT: BIOS upgrades and booting without a floppy drive
I've got a machine running CentOS 3.5 with an Intel D865GBF
motherboard and I've been having an occasional "event" where
disk-intensive activity (such as running "yum check-update" or
starting up OpenOffice) causes the load average to spike and X11 to
become unresponsive (as in, the pointer won't even track the mouse)
for a few seconds. The machine always recovers
2007 Jul 26
2
Creating windows binary R package (PowerArchiver vs. zip -r9X)
Hi list,I apologize if you see funny fonts, b/c I'm using the new Windows Live Hotmail and don't know how to turn off the "rich text" mode.....I have successfully built and installed a R package in windowsXP for R-2.5.1. But when I tried to create a .zip file so I can use "Packages/install package(s) from local .zip files..." to install it, it seems R only recognizes
2019 Oct 17
2
Centos 8 Mate?
On Thu, Oct 17, 2019 at 09:08:28AM -0500, Johnny Hughes wrote:
> On 9/24/19 2:41 PM, Frank Cox wrote:
> > Without wanting to sound too pushy, I'm wondering if there is any update on the status of Mate now that Centos 8 has been released?
> >
> > I would love to jump on C8 and start playing with it, but the lack of Mate is kind of a showstopper for me at the moment.
>
2004 Oct 31
1
Problem in building a package in R 2.0.0
Dear all
I am trying to build a package in Windows.
I use the following command (which it used to work with previous
versions ) and I am getting the following error
#--------------------------------------------------------------------------------------------------------------
C:\PROGRA~1\R\rw2000\bin>Rcmd build --binary --use-zip
C:\PROGRA~1\R\rw2000\src\library\gamlss
* checking for
2020 Aug 18
2
Re: multiple vms with same PCI passthrough
Thanks Laine,
Mea Culpa,
Couldn't reproduce, or found the multiple duplicate entries in the guest
pci domain/bus/slot/function space which got resolved easily.
[root@grit tmp]# virsh list
Id Name State
--------------------
[root@grit tmp]# virsh list --all
Id Name State
------------------------------
- openbsd6.7 shut off
- openindiana shut off
-
2020 Aug 09
3
multiple vms with same PCI passthrough
In attempting to isolate vfio-pci problems between two different guest
instances, the creation of a second guest (with existing guest shutdown)
resulted in:.
Aug 09 12:43:23 grit libvirtd[6716]: internal error: Device 0000:01:00.3 is
already in use
Aug 09 12:43:23 grit libvirtd[6716]: internal error: Device 0000:01:00.3 is
already in use
Aug 09 12:43:23 grit libvirtd[6716]: Failed to allocate PCI
2010 Nov 07
2
Hooks before a scenario but not the background: possible or bad practice
Hi,
I''d like to activate FakeFS for some scenarios, which I tag @fakefs,
however it seems Before(''@fakefs'') runs before the background of the
feature - unfortunately this clobbers Grit, and I can''t
Grit::Repo.new(...) in the backbround.
Is it currently possible to get a hook to run before a scenario, but
not the Background of the feature?
Or am I mistaken in
2011 Jul 24
4
Downloading files not stored in database?
Hello list,
I am trying to add functionality to my application that will allow users
to download files that are not stored in a database.
All the examples I have found find the file by ID. which I can not do.
Here is my code from the view:
<h1>Browse files for download</h1>
<% form_for(:download, :url=>{ :controller=>"download",
2007 Nov 07
2
Centos5 install failure
A couple weeks ago I attempted to install Centos5 to replace an
increasingly decripit Fedora Core 1 installation. Centos went onto an
80GB piece of previously unallocated space on /dev/hda, using the
default configuration offered by anaconda. The installation process went
smoothly, however, I was unable to boot Centos when it completed due to
"Grub failure." IOW, I never even got
2005 Mar 24
3
Newbie Voicemail Question
Folks,
Please forgive my ignorance. I think that what I am asking must be so
obvious that no one bothers to write it down. But I don't know the
answer so...
I want to set up * with one incoming VOIP phone number. If someone calls
me and is talking to me on that phone number, how does a second caller
get to * voicemail instead of a busy signal?
Thanks,
-- Art Z.
--
Art Zemon,
2003 Dec 17
1
Building packages in XP
R users,
I recently upgraded (?) to Windows XP from 2000. I am trying to build an R
package. I have done this many times on my old system and I am not sure why
it is not working in XP.
To build the package I call a bat file that specifies all the necessary
paths -- but the "build" file (which appears to be a perl script) is looking
for a "src" subdirectory in the src
2012 Mar 14
4
Improving help in R
Hello R people
I always wander what other people say about the R help. Finally after some years of using, I decided that it is probably time to try to do something about it, because the feeling of gritting teeth does not go away with years of usage. :) Moreover, I think it is one of the few things where R does not kick asses to the other statistical softwares. So, to the point:
I get the feeling
2002 May 16
1
(PR#1558)
My reading of the R documentation is that the nature of the subscript i in
x[[i]] is not specified; the only obvious rule is that it should lead to to
a single element. Which is what I'm after: a way of extracting or changing
the 4th element of the 2nd element of a list. Incidentally, the operational
difficulty comes in general programming when I don't know in advance how
many levels down
2002 May 16
3
building packages on windows
Has anyone had success building a package on a windows machine?
I am trying the following command with no luck (perhaps my flags are
incorrect?). At this point I am stuck. Any help greatly appreciated.
Niels Waller
(BTW - I have no idea why it cannot find sh.exe since I have it is a
directory that is specified in a path statement)
H:\R\bin>rcmd build --binary --use-zip h:\taxon2
* checking
2002 Jan 24
1
Compiling R Package on Windows
I just installed the R-patched 1.4.0 and for some reason I now have
trouble compiling R packages - I could compile it a few weeks ago with R
1.4.0 released in December. This only happens if I put the --binary
option in.
For example:
Rcmd build --binary cw
returns the error:
make: Entering directory `/cygdrive/c/PROGRA~1/R/RW1040/src/gnuwin32'
make DLLNM= \
-C C:/MyRWork/cw PKG=cw
2004 Dec 22
2
Creating packages in windoze: *** [indices] Error 1
Dear R community,
I am running R 2.0.1 on a Windoze XP OS. I recently upgraded from R 1.9x to
2.0.1 and I am currently
upgrading a my personal function packages. My other packages compiled
without
a hitch but I am having a difficult time with my largest package.
Can someone please help me with the following error message
"Error in parse(file, n, text, prompt) : syntax error on line
2015 Nov 18
4
Still can't figure out ACL issues
Yah, jimc again.
I still cannot figure out what is wrong with my dc. The problem began
with being unable to log on from Windows boxes after a power hit.
The initial symptoms were:
1) When I log in on a Windows machine, with an account that should have
administrator permissions, I don't have said admin rights.
2) When I attempt to launch the Windows remote server tools, I can
select the
2016 Apr 04
1
Suggested dependencies in context of R CMD check
Jan and Hadley,
There's also the issue of tests, vignettes, or examples requiring Suggested
packages (one of the core applications of Suggests, in fact). These are all
checked by R CMD check, so to ensure any package which should pass check
would do so without suggested packages installed would require turning all
of those checks off, which takes quite a few of the teeth out of R CMD
check
2004 Jun 15
3
slope estimations of teeth like data
Dear all
Suppose I have teeth like data similar like
x <- 1:200
y <- 0.03*x[1:100]+rnorm(100, mean=.001, sd=.03)
z <- 3-rep(seq(1,100,10),each=10)*.03+rnorm(100,mean=.001, sd=.03)
plot(x,c(y,z))
and I want to have a gradient estimations for some values from increasing part of
data
like
y.agg <- aggregate(diff(c(y,z)), list(rep(seq(1,200,10),each=10)[1:199]), mean)
y.agg[1:10,]
2004 Nov 23
1
File Creation Error on an SMB Volume
> Hi folks,
> My SMB server is a Helios Ethershare 3.1 on a Tru64 Alpha machine.
> We are now integrating more and more gentoo-Linux Servers. These are the
> SMB Clients.
>
> On Obelix (one of our gentoo-Servers) I can mount the SMB Volume from the
> Ethershare Server.
> obelix nc4smb # whoami
> root
> obelix # mount -t smbfs -o username=m.heckmann