Displaying 20 results from an estimated 43 matches for "zfile".
Did you mean:
file
2009 Jul 28
3
[PATCH 0/2] Deprecate zfile
OK let's restart this whole architecture thing.
Firstly two patches which pass the '-z' parameter to 'file' so it
looks inside compressed files. (Thanks to Matt for finding this
not-so-obscure option).
This means the 'zfile' command is now obsolete.
Rich.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
2009 Nov 12
1
S4 objects in the data directory
...or: "foo" is not a defined class
Call sequence:
8: stop(gettextf("\"%s\" is not a defined class", Class), domain = NA)
7: getClass(Class, where = topenv(parent.frame()))
6: new("foo", x = rep(2, 7))
5: eval(expr, envir, enclos)
4: eval(i, envir)
3: sys.source(zfile, chdir = TRUE, envir = envir)
2: switch(ext, R = , r = {
library("utils")
sys.source(zfile, chdir = TRUE, envir = envir)
}, RData = , rdata = , rda = load(zfile, envir = envir), TXT = ,
txt = , tab = , tab.gz = , tab.bz2 = , tab.xz = , txt.gz = ,
txt.bz2 = , txt.xz = assign(name, read.tab...
2005 Jun 13
1
Error in load(zfile, envir = envir) : input has been corrupted, with LF replaced by CR
I am trying to build a package binary, and get the message below. Can anyone point me to a solution to that problem.
Thanks in advance
S?ren
....
installing data files
installing man source files
installing indices
Error in load(zfile, envir = envir) : input has been corrupted, with LF replaced
by CR
Execution halted
make[2]: *** [indices] Error 1
make[1]: *** [all] Error 2
=============================================================================================
S?ren H?jsgaard, MSc, PhD (Statistics), Ph...
2023 Apr 17
0
[ANNOUNCE] libXpm 3.5.16
Alan Coopersmith (11):
test: skip compressed file tests when --disable-open-zfile is used
gitlab CI: build with each of --enable-open-zfile & --disable-open-zfile
configure: correct error message to suggest --disable-open-zfile
open-zfile: Make compress & uncompress commands optional
Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIB...
2012 Apr 05
2
"NA" vs. NA
...thing like this:
------------
"v1" "v2"
"UK" 1 2
"NA" 2 3
------------
It happens that "NA" is the country code for "Namibia", and that
creates problems on using this data within a package due to this:
Error in read.table(zfile, header = TRUE, as.is = FALSE) :
missing values in 'row.names' are not allowed
I realise that NA is reserved in R, but I assumed that when quoted it
would be usable.
For the moment I simply changes the country code, but I wonder if
there's any (other) solution to circumvent this issu...
2010 Feb 03
5
How to export the examples in help(something) to a file?
Some examples in the help page are too long to be copied from screen.
Could somebody let me know some easy way on how to extract the example
to a file so that I can play with them?
2007 Dec 12
2
R CMD check error, Readitem unknown type 203
...er to my problem.
I am building a R package and while checking it with R CMD check, I get
the following error,
* checking whether package 'drCCA' can be installed ... ERROR
Installation failed.
00install.out shows following message,
** building package indices ...
Error in load(zfile, envir = envir) : ReadItem: unknown type 203
Execution halted
ERROR: installing package indices failed
Does somebody has any idea what it means??
Thanks a lot.
Regards,
Abhishek Tripathi
Researcher
Department of Computer Science
University of Helsinki
2009 Aug 19
1
[PATCH libguestfs] avoid build failure due to Haskell keyword clash
...s] avoid build failure due to Haskell keyword clash
* src/generator.ml: Fix this particular problem by
renaming the "module" parameter to "modulename".
Avoid the general problem by ensuring that no parameter name is
in the set of nearly all Haskell, OCaml and C reserved words.
(zfile): Adjust one more offender: s/method/meth/.
---
src/generator.ml | 34 +++++++++++++++++++++++++++++++---
1 files changed, 31 insertions(+), 3 deletions(-)
diff --git a/src/generator.ml b/src/generator.ml
index 230be80..cd19f12 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -2968,7 +29...
2007 Dec 27
2
Problem of lmer under FreeBSD
...able method for "as.logical"
> traceback()
9: as.logical(EMverbose)
8: as.logical(EMverbose)
7: lmerControl()
6: do.call("lmerControl", control)
5: lmer(Reaction ~ Days + (Days | Subject), sleepstudy)
4: eval.with.vis(expr, envir, enclos)
3: eval.with.vis(ei, envir)
2: source(zfile, local, echo = echo, prompt.echo = paste(prompt.prefix,
getOption("prompt"), sep = ""), continue.echo = paste(prompt.prefix,
getOption("continue"), sep = ""), verbose = verbose,
max.deparse.length = Inf,
encoding = encoding, skip.echo = s...
2005 Jun 28
2
Error in compiling R
When compiling R on Windows, I am getting the following error. Does
anyone have any suggestions?
---------- Making package datasets ------------
adding build stamp to DESCRIPTION
installing R files
installing data files
preparing package datasets for lazy data loading
Error in load(zfile, envir = envir) : input has been corrupted, with LF
replaced
by CR
Execution halted
make[4]: *** [lazydata] Error 1
make[3]: *** [all] Error 2
make[2]: *** [pkg-datasets] Error 2
make[1]: *** [rpackage] Error 1
make: *** [all] Error 2
Thanks,
Chad Jenness
Electronic Payment Business Services
Off...
2005 Oct 20
3
read.table error upon package installation (PR#8230)
Upon upgrading to R 2.2.0 on my Windows box, I found that one of my
packages no longer compiled, giving this error:
Error in read.table(zfile, header =3D TRUE) :
more columns than column names
Execution halted
After removing every line of code from my package and still not being
able to compile it, I found the error to be related to a .txt file in my
data directory. I reduced my data file to a very simple example which
causes the error...
2005 Jan 26
1
error in building help files
Hi All,
I was updating my help pages for a package when all of a sudden I got the
following error when using R CMD INSTALL:
>>> Building/Updating help pages for package 'depmix'
Formats: text html latex example
Error in load(zfile, envir = envir) : error reading from connection
Removing all the help files makes the error disappear, but only removing the
help file that I was working on does not ...
I'm rather puzzled, which file is R CMD INSTALL looking for here?
Has anyone come across this error before?
best, ingmar v...
2005 Sep 08
1
package installation error (LF versus CR)
Hello,
I have the following problem in installing a package (in windows xp)
>rcmd install -c dlm
[ ..stuff deleted ]
... DLL made
installing DLL
installing R files
installing inst files
installing data files
installing man source files
installing indices
Errore in load(zfile, envir = envir) : l'input ?? stato danneggiato, LF
sostituiti da CR
Esecuzione interrotta
make[2]: *** [indices] Error 1
make[1]: *** [all] Error 2
make: *** [pkg-dlm] Error 2
*** Installation of dlm failed ***
Does anybody please have suggestions?
If relevant, the source package was downloa...
2004 Oct 10
1
R 2.0.0 (PR#7272)
...e making process
stoped with the following message:
---------- Making package toto ------------
adding build stamp to DESCRIPTION
making DLL ...
... DLL made
installing DLL
installing R files
installing data files
no man files in this package
installing indices
Error in read.table(zfile, header = TRUE) :
more columns than column names
Execution halted
make[2]: *** [indices] Error 1
make[1]: *** [all] Error 2
make: *** [pkg-toto] Error 2
*** Installation of toto failed ***
2. CHM Help showing blank page, for example: ?read.delim
Thanks
--
Fan
2009 Oct 30
1
.Rprofile replacement function setwd() causing errors
...by other
functions, particularly example():
> library(HistData)
> example(Snow)
Error in setwd(olddir) : cannot change working directory
> traceback()
6: setwd(olddir)
5: open.srcfile(srcfile, first)
4: open(srcfile, first)
3: getSrcLines(srcfile, lastshown + 1, srcref[3L])
2: source(zfile, local, echo = echo, prompt.echo = paste(prompt.prefix,
getOption("prompt"), sep = ""), continue.echo = paste(prompt.prefix,
getOption("continue"), sep = ""), verbose = verbose,
max.deparse.length = Inf,
encoding = encoding, skip.echo =...
2012 Jan 16
1
[PATCH] generator: Add an explicit Cancellable flag
...g_of_int ((Unix.stat "COPYING.LIB").Unix.st_size - 100) in
@@ -6265,7 +6280,8 @@ C<path> does not exist, then a new file is created.
See also C<guestfs_write>.");
- ("compress_out", (RErr, [String "ctype"; Pathname "file"; FileOut "zfile"], [OInt "level"]), 291, [],
+ ("compress_out", (RErr, [String "ctype"; Pathname "file"; FileOut "zfile"], [OInt "level"]), 291,
+ [Cancellable],
[],
"output compressed file",
"\
@@ -6282,7 +6298,8 @@ The...
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...en.flf"
-
-#include <stdio.h>
-#ifdef __STDC__
-#include <stdlib.h>
-#endif
-#include <string.h>
-#include <ctype.h>
-#include <fcntl.h> /* Needed for get_columns */
-
-#ifdef unix
-#include <sys/ioctl.h> /* Needed for get_columns */
-#endif
-
-
-#define ZFILE FILE
-#define Zopen fopen
-#define Zgetc fgetc
-#define Zungetc(_x,_y) fseek(_y,-1,SEEK_CUR)
-#define Zclose fclose
-
-#define MYSTRLEN(x) ((int)strlen(x)) /* Eliminate ANSI problem */
-
-#define DIRSEP ''/''
-#define DIRSEP2 ''\\''
-/* Leave alone for Unix and MS-DO...
2011 Mar 23
1
R CMD check: building indices error
Hi guys,
I am updating a package because of data format in data folder. So I just
change an extension of a file to .txt ... nothing more.
I get this error on the R CMD check
** help
*** installing help indices
** building package indices ...
Error in read.table(zfile, header = TRUE, as.is = FALSE) :
more columns than column names
ERREUR : installing package indices failed
Note that the R CMD build goes through.
The only thing is the sources and files comes from Windows VISTA and I
ma running the R CMD on a Mac OS X 64b but the package has no binaries
(jus...
2003 Mar 10
1
Problem with example(medpolish) in R-devel
...arguments to max; returning -Inf
3: no finite arguments to min; returning Inf
4: no finite arguments to max; returning -Inf
> traceback()
7: plot.window(xlim, ylim, log, asp, ...)
6: plot.default(med.d)
5: plot(med.d)
4: eval.with.vis(expr, envir, enclos)
3: eval.with.vis(ei, envir)
2: source(zfile, local, echo = echo, prompt.echo = prompt.echo,
verbose = verbose, max.deparse.length = 250)
1: example(medpolish)
> methods(plot)
[1] "plot.POSIXct" "plot.POSIXlt" "plot.TukeyHSD"
[4] "plot.data.frame" "plot.default&...
2009 Nov 04
1
s4 generic issue
...vet(R, Sign[positive]))
7: backsolve(R, backsolvet(R, Sign[positive]))
6: nnls.lars(active, Sign, R, directions, Gram[active, active],
trace = trace, use.Gram = TRUE, eps = eps)
5: lars(x, y, type = "for")
4: eval.with.vis(expr, envir, enclos)
3: eval.with.vis(ei, envir)
2: source(zfile, local, echo = echo, prompt.echo = paste(prompt.prefix,
getOption("prompt"), sep = ""), continue.echo = paste
(prompt.prefix,
getOption("continue"), sep = ""), verbose = verbose,
max.deparse.length = Inf,
encoding = encoding, skip.e...