Displaying 20 results from an estimated 10000 matches similar to: "For help on Open .tar.gz file in R under Windows"
2018 May 01
2
possible internal (un)tar bug
This is a not too old R-devel on Linux, it already fails in R 3.4.4, and on
macOS as well.
The tar file seems valid, external tar can untar it, so maybe an untar()
bug.
setwd(tempdir())
dir.create("pkg")
cat("foobar\n", file = file.path("pkg", "NAMESPACE"))
cat("this: that\n", file = file.path("pkg", "DESCRIPTION"))
2018 May 01
1
possible internal (un)tar bug
>>>>> Martin Maechler <maechler at stat.math.ethz.ch>
>>>>> on Tue, 1 May 2018 16:14:43 +0200 writes:
>>>>> G?bor Cs?rdi <csardi.gabor at gmail.com>
>>>>> on Tue, 1 May 2018 12:05:32 +0000 writes:
>> This is a not too old R-devel on Linux, it already fails
>> in R 3.4.4, and on macOS as well.
2011 Apr 01
1
"R CMD check" accepts but "R CMD INSTALL" rejects a tar ball.
I have somehow managed to made a source tar ball which "R CMD check" accepts but "R CMD INSTALL" rejects with:
------------------
Warning in untar2(tarfile, files, list, exdir) :
checksum error for entry 'pax_global_header'
Error in untar2(tarfile, files, list, exdir) : unsupported entry type ?g?
------------------
This happens with both R 2.12.2 (x86 linux) and R
2013 May 03
1
untar() error
Dear List,
I have a list of 600+ *.gz files that I would like to extract and read the
geotiffs contained within them. I tried using the untar() function to
simplify this task but I am stumped by an error. I've combed the Internet
for a solution without luck. The details are below, and any help in solving
this matter is appreciated.
> files = list.files(path = "J:/GIMMS/NDVI",
2011 Dec 13
1
libvirt0.9.7.tar.gz installation cannot start libvirtd?
Hi?
I have a host Redhat6.1 ?when i install os the libvirt0.8.7 were contained . Latter i installed libvirt0.9.3.tar.gz without uninstall the libvirt0.8.7, i just use the virsh functions. Now i want to install libvirt0.9.7.tar.gz , and i uninstall libvirt0.9.3 and uninstall libvirt0.8.7 with "rpm -e" , i also delete some files contains vesion number 0.8.7 or o.9.3.
Today i install
2011 Nov 14
2
libvirt0.8.7.tar.gz installation failure
Hi:
I get a very strange problem when I installing libvirt0.8.7.tar.gz.
Here is my infomaton:
compute with RHELD6.0 systerm;
the systerm comes with libvirt0.8.7,bu I uninstalled it and its dependencies .
And then i download the libvirt0.8.7.tar.gz , untar it ,configure --with-esx,make,make install.
But I got an error like "libvirtd: /usr/local/lib/libvirt.so.0: version
2009 Aug 06
2
problem with r import data
Good moorning,
yesterday, i asked for how we can import data into R i found that it is necessary to make the file in csv format then use L<- read.csv2("path of file")
now i see that the dimension of my table importing into R is 1 colonne (i have realy 20) and (655555) the number of all my lines in the excel file (i want to have only the 2600 lines in my table)
Also, when i say to do
2020 Jul 06
2
Re: [PATCH nbdkit 2/2] tar: Rewrite the tar plugin (again), this time in C.
On 6/28/20 8:02 AM, Richard W.M. Jones wrote:
> ---
> plugins/tar/{tar.pl => nbdkit-tar-plugin.pod} | 145 ++-------
> configure.ac | 2 -
> plugins/tar/Makefile.am | 41 +--
> tests/Makefile.am | 14 +-
> plugins/tar/tar.c | 286 ++++++++++++++++++
>
2020 Jun 28
5
[PATCH nbdkit 0/2] tar: Rewrite the tar plugin (again), this time in C.
For context see these threads:
https://lists.gnu.org/archive/html/qemu-discuss/2020-06/threads.html#00053
https://lists.gnu.org/archive/html/qemu-block/2020-06/threads.html#01496
Rich.
2018 Apr 25
9
[PATCH v2 0/9] v2v: -i ova: Handle OVAs containing snapshots.
https://bugzilla.redhat.com/show_bug.cgi?id=1570407
This turned into quite an in-depth refactoring of how we handle OVAs.
It also fixes a potential security issue.
Rich.
2007 Jul 30
3
Tar with smbclient
Just created a new backup server using CentOS 5.0. I am using a auth file
to access windows shares for backups. When connecting like this
smbclient //server/share -A=/auth/file
it works.
When I try to tar with smbclient like this
smbclinet //server/share -A=/auth/file -Tc /backup/tarfile.tar
I get the following message.....
session_setup_failed : NT_STATUS_LOGON_FAILURE
Am I doing something
2009 Aug 21
4
tar and gunzip help
HI All,
I have a directory tree that when the user un-gzips/untars it does
into /opt by default.
The directory tree is like:
ugui
|
|-- <misc files>
|-- source
|-----framework
|------ <misc files>
so when unzipped I want to end it with /opt/ugui and all the stuff
below it.
How do I do this? Can I also issue one command that will unzip and
untar the archive at the same time?
2010 Dec 17
2
installing package from source with Linux
Dear list,
this may not be related to R but rather to my OS, but I do not
understand the issue of compiling R packages deeply enough to figure out
the exact cause of the problem.
I am trying to install a R package from source as it is not yet
available under Cran (Rssa, downloaded here: https://github.com/asl/rssa).
Running
sudo R CMD INSTALL asl-rssa-6f458e4.tar.gz
from the console
2006 Sep 19
3
Reading a file in R
Dear R helpers,
I am trying to read a CSV file in R called EUROPE (originally an Excel
file which I have saved as a CSV file) using the command
EUROPEDATA <- read.csv("EUROPE.csv")
EUROPE.csv is basically a matrix of dimension 440*44, and has a line of
headers, i.e. each column has a name.
Using read.csv I can't load the data into R properly. Although the first
20 columns or
2005 Dec 08
2
Statistics-R module for Perl
Hello!
I interest of using Perl for application of biostatistcs with R. I find your
module on the cpan's site. But, I've a question:
Could I use it with Mac OS X? Because I have this error:
"Error: no suitable installation target found for package Statistics-R."
If it's not possible with this script, how can I modify it ?
Thanks a lot in advance!!!
Beline
2016 Oct 21
3
NFS help
On Fri, Oct 21, 2016 at 11:21 AM, <m.roth at 5-cent.us> wrote:
> Larry Martell wrote:
>> We have 1 system ruining Centos7 that is the NFS server. There are 50
>> external machines that FTP files to this server fairly continuously.
>>
>> We have another system running Centos6 that mounts the partition the files
>> are FTP-ed to using NFS.
> <snip>
2007 Apr 18
1
smbclient tar function : no password asked ?
Hello,
We're using samba 3.0.24 on a Linux box, to access and
backup some XP boxes. smbclient access is okay, but
there is something quite weird with the tar
subfunction
-----
$ smbclient //xpbox/Documents -U someuser -d 2 -Tc
/tmp/tarfile .
added interface ip=192.168.1.xxx bcast=192.168.1.255
nmask=255.255.255.0
session setup failed: NT_STATUS_LOGON_FAILURE
-----
Smbclient does NOT ask us
2009 Jun 26
0
AW: xenified 2.6.29 ready to use tar.gz
Hi Daniel,
i''ve tested your kernel with slight modifications to your .config (-> domU only)
on 64bit 3.2.1 and 3.3 as guest kernel.
Compared to the classic 2.6.18.8 the guests are consuming about 25% more CPU,
network IO increased by about 15%, disk IO also. Memory footprint is about 10% less.
Maybe there are better caching strategies built into this 2.6.29.
I''d like to try
2009 Jun 26
0
AW: xenified 2.6.29 ready to use tar.gz
Hi Daniel,
i''ve tested your kernel with slight modifications to your .config (-> domU only)
on 64bit 3.2.1 and 3.3 as guest kernel.
Compared to the classic 2.6.18.8 the guests are consuming about 25% more CPU,
network IO increased by about 15%, disk IO also. Memory footprint is about 10% less.
Maybe there are better caching strategies built into this 2.6.29.
I''d like to try
2007 Dec 06
1
Building package - tab delimited example data issue
Hello,
I'm trying to integrate example data in the shape of a tab delimited ASCII
file into my package and therefore dropped it into the data subdirectory.
The build works out just fine, but when I attempt to install I get:
** building package indices ...
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines,
na.strings, :
line 1 did not have 500 elements
Calls: <Anonymous>