Displaying 20 results from an estimated 2000 matches similar to: "RE: Choice of RAR/PAR utility?"
2009 Nov 14
3
pan news reader
Does anyone know if the pan news reader works
on CentOS 5.4? I am considering installing
version 0.132 that I downloaded from
pan.rebelbase.com .
Thanks for your advice.
Mike.
2011 Jan 13
5
How to unpack rar file?
I think I did this once a long time ago, but don't recall clearly....
How do I unpack a .rar file?
tnx.
2015 Nov 03
2
Loop Load Elimination - RAR forward deps
Hi Adam,
I'm looking into your LLE pass in order to remove the RAR dependency
from GVN, and I've hit a problem that might need some more thinking.
I've modified your patch to cope with both kinds of dependencies in
the ForwardingCandidate class, but the way the pass gathers
informations only brings RAW dependencies:
const auto *Deps = LAI.getDepChecker().getDependences();
if
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
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
2007 Jun 02
1
rar incompatiblity from 4.4 to 4.5
i just upgraded my centOS to 4.5 and i try to install rar and i get this
problem, isn't apt should automatically install all deps?
---snip----
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages
2006 Mar 14
1
rar Command Syntax
Hi All,
what is wrong with the below? Cheers.
Mark Sargent
rar -evx "TestKing 640-801 V69.rar" testking604801
2006 Jul 15
1
extract *.rar files
What program should i use to extract rar files on linux?
--
Regards,
Mark Quitoriano, CCNA
Fan the flame...
http://www.spreadfirefox.com/?q=user/register&r=19441
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060715/2a99694f/attachment-0002.html>
2017 Jul 18
1
Ark can't handle RAR archive
Hi,
I'm running CentOS 7 with KDE. Ark can't seem to handle a RAR archive,
even though I have unrar from the Nux repository installed.
Any idea what's wrong here?
Cheers,
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 30730 Montpezat
Web : http://www.microlinux.fr
Mail : info at microlinux.fr
T?l. : 04 66 63 10 32
2007 Apr 22
2
RE: seamonkey?
What happened to seamonkey? I thought firefox was retired in 4 and replaced
by seamonkey. Imagine my surprise when 5 came with firefox. What's a guy
to do?
TIA
Russel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070422/84f76e3c/attachment-0004.html>
2007 Oct 30
2
flexible processing
Hello,
unfortunately, I don't know a better subject. I would like to be very flexible
in how to process my data.
Assume the following dataset:
par1 <- seq(0,1,length.out = 100)
par2 <- seq(1,100)
fac1 <- factor(rep(c("group1", "group2"), each = 50))
fac2 <- factor(rep(c("group3", "group4", "group5", "group6"), each =
2009 Dec 29
2
pass functions and arguments to function
Hi,
I wonder how to pass several functions and their arguments as arguments to
a function. For example, the main function is
f = function(X ) {
process1(X)
...
process2(X)
}
I have a few functions that operate on X, e.g. g1(X, par1), g2(X, par2),
g3(X, par3). par1, par2 and par3 are parameters and of different types. I
would like to pass g1, g2, g3 and their arguments to f and g1,
2006 Feb 08
1
expand.grid without expanding
Dear list,
I've recently came across a problem that I think I've solved and that I wanted
to share with you for two reasons:
- Maybe others come across the same problem.
- Maybe someone has a much simpler solution that wants to share with me ;-)
The problem is as follows: expand.grid() allows you to generate a data.frame
with all combinations of a set of values, e.g.:
>
2007 Dec 19
2
recode based on filter
Hi, I have a data frame DATA, which (simplified of course) looks like this:
know1 = c("Y","N","N","Y","N","N","Y","Y","N")
par1=c(1,4,5,3,3,2,3,3,5)
know2 = c("Y","Y","N","Y","N","N","N","Y","Y")
2011 Apr 07
2
Two functions as parametrs of a function.
Hi R users:
I'm trying to make a function where two of the parameters are
functions, but I don't know how to put each set of parameters for
each function.
What am I missing?
I try this code:
f2<-function(n=2,nsim=100,fun1=rnorm,par1=list(),fun2=rnorm,par2=list()){
force(fun1)
force(fun2)
force(n)
p1<-unlist(par1)
p2<-unlist(par2)
force(p1)
force(p2)
2009 Jun 16
1
Constrained Optimization, a full example
After a few days of work, I think I nearly have it.
Unfortunately, theta is unchanged after I run this (as a script from a
file). I thought that theta would contain the fitted parameters.
The goal here is to find the least squares fit according to the function
defined as "rss" subject to the constraints defined as ui and ci.
I defined ui and ci to (hopefully) force par2 and par3
2005 Dec 05
1
how to save output all together
Dear R users:
I have a problem about catch the value from function.
I have following two functions (part):
sbolus1 <- function()
{
.......
for( i in 1:Subject) {
kel<-par1
Vd<-par2
PKindex<-sbolus1.out(PKtime,kel,Vd,defun,par1,par2,Dose,i)
}
savefile(PKindex)
}
sbolus1.out<-function(PKtime,kel,Vd,defun,par1,par2,Dose,i)
{
time<-PKtime$time
2019 Apr 05
0
Ark vs. RAR files under CentOS 7
Hi,
Over the past weeks, I've configured and fine-tuned a bells-and-whistles
desktop based on CentOS 7 and KDE, which I've documented in detail on my
blog:
* https://www.microlinux.fr/poste-de-travail-entreprise-centos-7-kde/
So far I have one single thing that's not working. It's a little detail,
but I'm sure it will come bite me, since I know some of my users need
this
2006 Nov 20
0
[LLVMdev] Mingw 1.9 release rar archive currupt
I downloaded the prebuild mingw 1.9 release and tried to extract the
archine with WinRAR (latest), but it didn't work, says that archive is
currupt. The source release was extracted correctly ...
Žiga
2006 Nov 20
0
[LLVMdev] Mingw 1.9 release rar archive currupt
Hello, Ziga
> I downloaded the prebuild mingw 1.9 release and tried to extract the
> archine with WinRAR (latest), but it didn't work, says that archive is
> currupt. The source release was extracted correctly ...
I'm sorry, this is well-known issue with msys-supplied tar+bzip2
executables (\n is turned to \r\n somewhere in binary files). I'll fix
the tarball soon.
--