similar to: pb of importation data: truncation...

Displaying 20 results from an estimated 3000 matches similar to: "pb of importation data: truncation..."

2003 Nov 26
2
creating graphs in BATCH mode
Hi a short question is there a way to generate jpeg's etc. in BATCH mode ? The following example does not work in BATCH: I have a file called Rgraph.in: *rsy at puffin*[15:11][~][57]> cat Rgraph.in jpeg("/tmp/my.jpg") hist(runif(10000)) dev.off() *rsy at puffin*[15:11][~][58]> *rsy at puffin*[15:09][~][55]> R BATCH Rgraph.in OUT 4.120u 0.160s 0:05.17 82.7% 0+0k
2000 Mar 21
3
cannot start samba
Hi, I need help. I am running Caldera eServer 2.3 and cannot start samba. I used webmin and a get the following error Failed to start samba servers : /usr/sbin/nmbd failed I also tried to start it from the command line using samba start and it seems to be running, but I don't think it is. Any help is very much appriciated. thanks ===== Alexander W. Miranda Systems Engineer
2004 May 11
2
Probleme with Kmeans...
Hello, I would like to have any help with the function Kmeans of R.. I use this to do a classification of my data...I have chosen 12 classes but, I have always an error message: Error: empty cluster: try a better set of initial centers So, I don't understand the probleme with this function.. Thank you to help me!! All the Best Clothilde Clothilde Kussener CNRS - CEBC 79360 Villiers en bois
2013 Dec 17
3
In-string variable/symbol substitution: What formats/syntax is out there?
Hi, I'm try to collect a list of methods/packages available in R for doing in-string variable/symbol substitution, e.g. someFcn("pi=${pi}"), anotherFcn("pi=@pi@") and so on becomes "pi=3.141593". I am aware of the following: ** gsubfn() in the 'gsubfn' package, e.g. > gsubfn( , , "pi = $pi, 2pi = `2*pi`") [1] "pi = 3.14159265358979,
2003 Oct 31
3
print(), cat() and simple I/O in R
I am trying to produce rather mundane output of the form e.g. pi, e = 3.14 2.718 The closest result I achieved so far with print() is: > print (c(pi, exp(1)), digits = 3) [1] 3.14 2.72 > print(c("pi, e =", pi, exp(1)), digits = 3) [1] "pi, e =" "3.14159265358979" "2.71828182845905" I understand that c() promotes floats to strings and
2011 Jun 07
2
Access problem: root Ok, but not home
I've just done an out-of-the-box RHEL6 (SL6, actually) install, but can't get the Samba config quite right. system-config-samba has gone in RHEL6, which hasn't helped. If I set up a root section: [root] comment = SL6 / path = / writeable = yes valid users = paul then I can access '/' from XP without problems. If I instead (or as well) set up a section for myself:
2004 Aug 23
1
Issue with old style dos truncation
Hi there. Recently upgraded from 2.2.9 to 3.05 everything is working great except for one small snag. I noticed it when working on the unattended Win2k installation, when it was copying a more than 8 Character Folder. Normally and certainly on 2.2.9 it would truncate the file name say from DellDrivers to DellDr~1 and would still work. However, it was truncating the file name to D1DRER~B (or
2009 May 14
1
Data extraction problem after importation using RODBC
Dear all,   I write this message because I have a problem in data importation. I hope that you help me. My data base is in an Excel spreasheet. I import this data base using the following code: library(RODBC) db <- "C:/Users/Axel/Desktop/estimation/data.xls" channel <- odbcConnectExcel(xls.file = db) data <- sqlFetch(channel = channel, sqtable = "Feuil1") data
2006 Dec 18
2
write() gotcha
Hi I used write() the other day to save some results. It seems that write() does not record the full precision of the objects being written: > write(pi,file="~/f",ncolumns=1) > pi.saved <- scan("~/f") Read 1 item > dput(pi) 3.14159265358979 > dput(pi.saved) 3.141593 > pi-pi.saved [1] -3.464102e-07 > This difficulty was particularly difficult to
2018 Sep 17
1
Re: [PATCH nbdkit v2] common: isaligned: Use a macro instead of relying on implicit truncation.
On 9/17/18 4:41 PM, Nir Soffer wrote: > The FreeBSD version: > > #define IS_ALIGNED <http://fxr.watson.org/fxr/ident?i=IS_ALIGNED>(n > <http://fxr.watson.org/fxr/ident?i=n>,align) (!((uint32_t)(n > <http://fxr.watson.org/fxr/ident?i=n>) & (align - 1))) > > http://fxr.watson.org/fxr/source/contrib/ncsw/inc/ncsw_ext.h#L182 Which truncates to 32
2003 Jul 21
2
silent file truncation on ext3 with linux quota v0
The following message is a courtesy copy of an article that has been posted to comp.protocols.smb as well. Hi, I'm trying to implement file system quotas on a Debian Woody Linux box. My problem is that W2k Explorer silently truncates files when going over quota by copying files. Other applications work as expected and show a "disk full" error message. To me it looks like the
2008 Aug 11
1
Unexpected parameter problem using rsaga.geoprocessor() {RSAGA}
Hello, I discovered SAGA, an interesting free GIS, a few days ago and now, I would like to use it from within R 2.6.2 using the RSAGA package. I read the documentation for this package and thought that I understood it correctly for trying to call some of the SAGA modules. For getting the information on the usage of and arguments required by the SAGA command line "Import Binary Raw
2018 Sep 17
2
Re: [PATCH nbdkit v2] common: isaligned: Use a macro instead of relying on implicit truncation.
On 9/17/18 3:39 PM, Nir Soffer wrote: >> +#define IS_ALIGNED(size, align) ({ \ >> + assert (is_power_of_2 ((align))); \ >> + !((size) & ((align) - 1)); \ >> +}) >> > > But this version will happily accept singed int, and I think this code > behavior with signed int is undefined. Well, sort of. Bit shifts
2015 Mar 05
2
[PATCH] customize: add --truncate-recursive option
Allows user to recursively truncate all files in a directory. Related to RHBZ#119673 Maros Zatko (1): customize: add --truncate-recursive option builder/cmdline.ml | 3 ++- customize/customize_run.ml | 6 ++++++ generator/customize.ml | 8 ++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) -- 1.9.3
2007 May 14
1
sftp chroot not working
Hi, I have configured and installed openssh-4.5p1-chroot on my aix server 5.3-05. I am able to chroot during ssh connections but when trying to chroot an sftp connection I am getting the error below: Any ideas?, I have modified the session.c file, reconfigure and re-install without any luck. (regular sftp users are not being affected) sftp -1Cv chr at puff Connecting to puffin...
2015 Mar 05
2
[PATCH v2] customize: add --truncate-recursive option
Allows user to recursively truncate all files in a directory. Related to RHBZ#119673 Maros Zatko (1): customize: add --truncate-recursive option builder/cmdline.ml | 3 ++- customize/customize_run.ml | 4 ++++ generator/customize.ml | 8 ++++++++ mllib/common_utils.ml | 8 ++++++++ mllib/common_utils.mli | 2 ++ 5 files changed, 24 insertions(+), 1 deletion(-) -- 1.9.3
2010 Apr 07
2
[PATCH] Target::LibVirt: Don't truncate a volume when opening it
perl's '>' open mode truncates by default, and will create a new file if necessary. We don't want to truncate an existing volume when writing to it, and it's an error if the volume doesn't already exist. Use sysopen to be explicit about this. --- lib/Sys/VirtV2V/Target/LibVirt.pm | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git
2023 May 06
1
Change DEFAULTDEPARSE to DEFAULTDEPARSE | SHOWATTRIBUTES ?
The deparse options used by default by 'deparse' and 'dput' are c("keepNA", "keepInteger", "niceNames", "showAttributes") but Defn.h still has #define DEFAULTDEPARSE 1089 /* KEEPINTEGER | KEEPNA | NICE_NAMES, used for calls */ i.e., with the SHOWATTRIBUTES bit turned off. Is that on purpose? Note that this leads to weird
2006 Aug 04
1
route error with controllers in a module, should just work
This is ALL I have added to my routes.rb map.connect ''admin'', :controller => ''/admin/welcome'' I have found plenty of examples saying this is correct if you have a WelcomeController in the Admin module, which I do :) But now webrick won''t even start ??? Look at those 4 colons ::::, what is that about ? help ! => Booting WEBrick...
1998 Jan 22
1
R feature request: stop(..) should print its caller call
The following shows what I mean: tst<-function(x)in.tst(x); in.tst<-function(y)stop(paste("y is",y)); tst(pi) in R gives -------------------- Error: y is 3.141593 -------------------- in S-plus gives ---------------------------------------- > > Error in in.tst(x): y is 3.14159265358979 Dumped ^^^^^^^^^^^^ ---------------------------------------- For locating bugs /