similar to: FW: Problems with floor, round functions (PR#7215)

Displaying 20 results from an estimated 8000 matches similar to: "FW: Problems with floor, round functions (PR#7215)"

2002 Jun 21
1
problem with SJava
Sorry if this is a stupid question, but I think I followed the instructions in installing the latest R and SJava (on NT4.0). Once all is said and done I get the following error: > library(SJava) Error in .Defunct() : `.Alias' is defunct. See ?Defunct. Do I have a version problem? ------------------------------------------------------------------------------ This message is intended only
2007 Jul 11
1
Full screen question regarding World of Warcraft
Hi, I currently switch between Cedega and Wine to play World of Warcraft. Overall Wine works fine except for 1 issue I have that I want to try and get fixed. When I play WoW full screened in Cedega, pressing keys such as Alt and an ability let me cast it upon myself without changing targets. If Cedega isn't in a full screen mode, this doesn't work. For Wine though regardless of whether it
2006 Apr 25
4
pxelinux and startrom.com
Greetings Luis, I saw a thread about Startrom.com and startrom.o that had your name attached... I was wondering if you had a moment to comment on an issue that I have. I have a Linux server that is our corporate PXE server. It is set up in a logical folder structure so that a host can be pointed to boot a variety of different OS's (DOS, Linux loaders, Windows PE). Here is in my dilemma,
2008 Jun 17
1
Build a R into a single static library on windows?
Hi R users, I've been developing a C++ library that depends on R through R.dll. The current way is to have R directories somewhere and have R_HOME pointing to it. This works. But it's inconvenient when deploying this library since the whole R distribution has to be deployed with it. It would be very nice if there is some way to build R into a single static library that any C/C++ program
2007 Mar 14
0
Cannot create Java Virtual Machine
Hi I installed package rJava but .jinit() gives an error "Cannot create Java Virtual Machine". Currently, I am running Win XP, with JRE and JDK 1.5 installed. I am not quite familiar with java configuation. Can anyone give some ideas on the error mentioned above? Thanks. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only
2005 Feb 06
0
Menu.c32 hangs when localboot 0
Hello all, I am trying to setup a menu to boot into various windows/linux options and also local boot using pxe. The following is the menu I am using. I tested various options and all worked fine except the localboot. If I choose localboot option the menu leads to pxe of the second nic on the system and then hangs. Anyone has a clue what's happening. Any help would be appreciated
2007 Dec 18
2
Is cp then mv the default?
Hi, I noticed there is an "-inplace" option on rsync web site's man page. So this seems to mean "copy then move" is the default behavior. Has this been the default all the time? I am running a pretty old version, see below, and I need to have the "copy then move" feature to ensure partial files are not accessed while they are being updated. [qt_prod@cflxqs55p
2007 Oct 16
5
openssh question
If I need to add a client session logging (into a file), can I develop a loadable module instead of messing with clientloop.c/ssh.c? Sridhar Seetharaman Sridhar Seetharaman - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the
2008 Aug 07
1
LAPACK.dll and Excel with R 2.7.0
Hello, I was building a R addin for Excel. I was able to build R.dll, export to Rdll.lib and wrap it in a Excel addin (.xll) format. Most basic functions work fine within Excel except functions that use LAPACK, e.g. eigen, solve etc. But if you use solve(..., LINPACK = T). That's fine. So apparently the problem is with loading the shared library ../modules/lapack.dll. I read one of the
2003 Oct 23
0
Problem w/ SJava package
Hello, Seems like it is almost working properly. I was able to run examples calling R from Java successfully for the java code below. However, some commands, such as "objects" when not commented out, give me the following error? If you could point me to the correct place to find a solution, I would much appreciate it. I am new to the R community and not sure where is the appropriate
2007 Nov 15
3
How to make rsync faster?
I manage 250+ redhat linux boxes. The boxes are all setup the same way. On a daily basis, we sync the app directory which is about 30gb out to all hosts. The daily delta is actually less than 1gb, but since I can't be sure if any individual box was tempered during the day, I always do a full sync. On a monthly basis, we run with "--delete" to clean out the stale files on the hosts.
2008 May 22
6
Alternatives to rJava and JRI
Has anyone come across any alternatives to rJava and JRI? Are they any good? Better perhaps? Please give your reasons. Thanks, Danish - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are
2006 Feb 12
0
floor and ceiling can't handle more than 15 decimal pla (PR#8591)
On 12-Feb-06 benphalan at gmail.com wrote: > Full_Name: Ben Phalan > Version: 2.2.1 > OS: Win XP > Submission from: (NULL) (131.111.111.231) > > > I have noticed that floor returns the wrong number when there are more > than 15 > decimal places: > >> floor(6.999999999999999) > [1] 6 >> floor(6.9999999999999999) > [1] 7 > > There is a
2006 Feb 12
1
floor and ceiling can't handle more than 15 decimal places (PR#8590)
Full_Name: Ben Phalan Version: 2.2.1 OS: Win XP Submission from: (NULL) (131.111.111.231) I have noticed that floor returns the wrong number when there are more than 15 decimal places: > floor(6.999999999999999) [1] 6 > floor(6.9999999999999999) [1] 7 There is a similar problem with ceiling, so this may apply to all/most rounding functions? > ceiling (2.000000000000001) [1] 3 >
2005 Oct 16
0
A small example for rails newbie :)
Hi all, I am new to ruby and to rails, as previously said. So I have written a small CRUD application for archiving books. It is called BookMan: http://cvs.sourceforge.net/viewcvs.py/cat/bookman/ Bookman is postgres and oracle-compatible: you will find two set of scripts for creating the tables and for populating them with a minimal set of data. TO DOWNLOAD: You can find BookMan on
2000 Dec 08
1
ylim doesn't work in boxplots?
I want to leave a little extra room at the bottom for a legend in a box plot, but I find that the boxplot function ignores ylim. Is there any way around this? Thanks. ______________________________________________________________________ Stuart Luppescu -=-=- University of Chicago $(B:MJ8$HCRF`H~$NIc(B -=-=- s-luppescu at uchicago.edu
2001 Apr 17
2
setting up printers with Samba and Windows NT workstation
Hello all. I'm a samba newbie given the task of setting up samba to act as a print server for 5 HP laser printers ranging from the LaserJet 4MV to the LaserJet 8150N. I've done a search of the samba mailing list archives to see if my problem has already been addressed, but I have been unable to find anything that refers to the same error I'm receiving. I am using SWAT to administer
2005 Aug 09
3
floor() rounding problem?
Dear all, Could someone please explain the following perculiarity? > 2 == 0.2/0.1 [1] TRUE > 3 == 0.3/0.1 [1] FALSE Similarly, floor(0.2/0.1) = 2 floor(0.3/0.1) = 2 Thank you, Simon
2010 Jul 09
3
strange floor rounding
Dear all, might seem and easy question but I cannot figure it out. floor(100*(.58)) [1] 57 where is the trick here? And how can I end up with the right answer? Thanks a lot everybody for your help. Trafim [[alternative HTML version deleted]]
2004 Mar 19
1
How to control shell access by group?
Sorry if this is too newbie. I would appreciate any help. I would like to control shell access by group so that I don't have to add it to parameter "template shell: and give everyone that is authenticated shell access. I am using winbind so I see every window user when I do a "getent passwd" with /bin/null as their shell but I don't know how to go and change that for