search for: rim

Displaying 20 results from an estimated 129 matches for "rim".

Did you mean: ram
2011 Feb 14
0
package rgl installation failure due to png
...g GL/glu.h presence... yes checking for GL/glu.h... yes checking for glEnd in -lGL... yes checking for gluProject in -lGLU... yes checking for freetype-config... yes configure: using Freetype and FTGL configure: creating ./config.status config.status: creating src/Makevars ** libs g++ -I/usr/people/rim/zhangx2s/software/R/lib64/R/include -DHAVE_PNG_H -I/usr/include/libpng12 -I/usr/X11R6/include -DHAVE_FREETYPE -Iext/ftgl -I/usr/include/freetype2 -Iext -I/usr/local/include -g -O2 -fpic -g -O2 -c BBoxDeco.cpp -o BBoxDeco.o g++ -I/usr/people/rim/zhangx2s/software/R/lib64/R/include -DHAVE_PNG_H...
2009 Feb 12
2
Macintosh rsync: Inconsistent Behaviour: Hints Appreciated
...stuck. Of course, if you know why it's happening - or know a fix - that would be even better! Thanks and Best Wishes Bob *********************** directory listings of example source and target directories ******************** G3:/Volumes/BIGPIX/PIXREADONLY/200805-FriendsMisc080502 rim$ ls -l total 12472 -rwxr-xr-x 1 root admin 1827015 Apr 14 2008 HannahP1060453.jpg -rwxr-xr-x 1 root admin 2219607 Apr 14 2008 HannahP1060578.jpg -rwxr-xr-x 1 root admin 192966 Jan 7 2008 VikyP1030042.jpg -rwxr-xr-x 1 root admin 206962 Jan 7 2008 VivP1030020.jpg -rwxr-xr-x...
2010 Jul 27
2
[2.0] Experience in production environment
...fixadmin, maildir, userbase on MySQL. The new configuration schema is very flexible and much better than the "monolithic" file. The configuration conversion utility is very useful. No issue to report, the logfile is clean. The only difference between 2.0 and the previous version is the RIM server. Some users have configured their blackberry to synchronize the phone with their mailbox in IMAP. Previously RIM kept a connection open, after upgrading to 2.0, RIM opens a connection and then closes it. This is not an issue, because the synchronization is ok, and I think that is better thi...
2005 Jul 18
5
colnames
Hi, I have a matrix with column names starting with a character in [0-9]. After some matrix operations (e.g. copy to another matrix), R seems to add a character 'X' in front of the column name. Is this a normal default behaviour of R? Why has it got this behaviour? Can it be changed? What would be the side effect? Thank you. Regards, Gilbert [[alternative HTML version deleted]]
2015 Jul 01
5
additional leap second
...2012-6-30", "2015-6-30") .leap.seconds <- strptime(paste(.leap.seconds , "23:59:60"), "%Y-%m-%d %H:%M:%S") c(as.POSIXct(.leap.seconds, "GMT")) # lose the timezone Best Regards, -- Eiji NAKAMA <nakama (a) ki.rim.or.jp> "\u4e2d\u9593\u6804\u6cbb" <nakama (a) ki.rim.or.jp>
2014 Oct 14
1
[Fwd: Re: AIX-5.3 Issue installing Matrix Package]
Hi, Please help. Regards, Shivali ---------------------------- Original Message ---------------------------- Subject: Re: [Rd] AIX-5.3 Issue installing Matrix Package From: shivali at mail.ncmrwf.gov.in Date: Wed, October 8, 2014 3:31 pm To: "Ei-ji Nakama" <nakama at ki.rim.or.jp> Cc: "Martin Maechler" <maechler at stat.math.ethz.ch> "R Development List" <r-devel at r-project.org> -------------------------------------------------------------------------- Hi , Thanks, but i tried with bash also result is same - Package...
2016 Dec 01
2
Different results for cos,sin,tan and cospi,sinpi,tanpi
...( x < -9007199254740991 ) ) /* -2^53-1 */ + return tan(M_PI * x); + x = fmod(x, 1.); // tan(pi(x + k)) == tan(pi x) for all integer k // map (-1,1) --> (-1/2, 1/2] : if(x <= -0.5) x++; else if(x > 0.5) x--; -- Best Regards, -- Eiji NAKAMA <nakama (a) ki.rim.or.jp> "\u4e2d\u9593\u6804\u6cbb" <nakama (a) ki.rim.or.jp>
2008 Sep 14
1
Blackberry suggestions?
Hi, I'm not a Blackberry user, but we have some customers currently using an Exchange server with some kind of blackberry and interested in moving their service over to our dovecot 1.1 server Does anyone have any notes or recommendations on getting a (UK) Blackberry to talk effectively to a normal Dovecot server, and are there any things to consider in order to get whatever features they
2016 Dec 01
1
Different results for cos,sin,tan and cospi,sinpi,tanpi
.../2016 09:12, Martin Maechler wrote: >>>>>>> >>>>>>> Martin Maechler <maechler at stat.math.ethz.ch> >>>>>>> on Thu, 1 Dec 2016 09:36:10 +0100 writes: >> >> >>>>>>> Ei-ji Nakama <nakama at ki.rim.or.jp> >>>>>>> on Thu, 1 Dec 2016 14:39:55 +0900 writes: >> >> >> >> Hi, >> >> i try sin, cos, and tan. >> >> >>> sapply(c(cos,sin,tan),function(x,y)x(y),1.23e45*pi) >> >> [1] 0.5444181...
2006 Apr 14
5
UTF8 letters are imaged incorrectly (PR#8770)
Full_Name: Mikhail Bocharov Version: 2.2.1 OS: Linux Submission from: (NULL) (62.148.130.28) Cyrillic UTF8 letters are imaged incorrectly Sorry, but English is not my native language My operating system is Gentoo-linux. Now i want get the gparhics with russian title for example: plot(1:20, type='l', main='&#1059;&#1090;&#1077;&#1095;&#1082;&#1072;')
2016 Dec 01
2
Different results for cos,sin,tan and cospi,sinpi,tanpi
>>>>> Martin Maechler <maechler at stat.math.ethz.ch> >>>>> on Thu, 1 Dec 2016 09:36:10 +0100 writes: >>>>> Ei-ji Nakama <nakama at ki.rim.or.jp> >>>>> on Thu, 1 Dec 2016 14:39:55 +0900 writes: >> Hi, >> i try sin, cos, and tan. >>> sapply(c(cos,sin,tan),function(x,y)x(y),1.23e45*pi) >> [1] 0.5444181 0.8388140 1.5407532 >> However, *pi results the following...
2009 Feb 19
2
Build R-2.8.1 on AIX5.3
Hi R users, I want to build R-2.8.1 on AIX5.3, but I got following error message: Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared library '/rnd/homes/jixu/tmp/R-2.8.1/library/stats/libs/stats.so': rtld: 0712-001 Symbol d1mach was referenced from module /rnd/homes/jixu/tmp/R-2.8.1/library/stats/libs/stats.so(), but a runtime definition of
2011 Sep 17
4
Shorewall DNAT to IPSET
...enance mode and go to the "services are down" message on another server. Will this work, or am I barking up a fish here? ------------------------------------------------------------------------------ BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA http://p.sf.net/sfu/rim-devcon-copy2
2010 Dec 04
1
SurviveGotoBLAS2 for Win64 (human sacrifice release)
Hi, I put below Rblas.dll(GotoBLAS2 for Win64). http://prs.ism.ac.jp/~nakama/SurviveGotoBLAS2/binary/windows/x64/Rblas.dll It's a tryal phase. -- EI-JI Nakama? <nakama (a) ki.rim.or.jp> "\u4e2d\u9593\u6804\u6cbb"? <nakama (a) ki.rim.or.jp>
2015 Jul 01
1
additional leap second
...nds <- strptime(paste(.leap.seconds , "23:59:60"), >> "%Y-%m-%d %H:%M:%S") >> c(as.POSIXct(.leap.seconds, "GMT")) # lose the timezone >> >> Best Regards, >> -- >> Eiji NAKAMA <nakama (a) ki.rim.or.jp> >> "\u4e2d\u9593\u6804\u6cbb" <nakama (a) ki.rim.or.jp> >> >> ______________________________________________ >> R-devel at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-devel >> > > > -- > Brian D. Ri...
2011 Aug 02
5
selinux issues
...----- BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1
2009 Mar 16
6
R with MKL
Hi, I have seen a lot of problems from people trying to compile R with MKL. So I am writing my experience in case it helps and to ask one question. I installed R-2.8.1.patched in Ubuntu 9.04 (gcc 4.3.3) using MKL 10.1.1.019. I configured correctly (following MKL userguide) with : sudo ./configure --with-blas="-I/opt/intel/mkl/10.1.1.019/include -L/opt/intel/mkl/10.1.1.019/lib/em64t
2009 Mar 16
6
R with MKL
Hi, I have seen a lot of problems from people trying to compile R with MKL. So I am writing my experience in case it helps and to ask one question. I installed R-2.8.1.patched in Ubuntu 9.04 (gcc 4.3.3) using MKL 10.1.1.019. I configured correctly (following MKL userguide) with : sudo ./configure --with-blas="-I/opt/intel/mkl/10.1.1.019/include -L/opt/intel/mkl/10.1.1.019/lib/em64t
2011 Aug 03
6
Dual ISP config: How to forward DNS requests to the proper server?
...----- BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1
2007 Jun 24
2
problem gsub in the locale of CP932 and SJIS (PR#9751)
Full_Name: Ei-ji Nakama Version: R-2.5.0 OS: any Submission from: (NULL) (219.117.236.5) problem by operation of gsub in the locale of CP932 and SJIS. The inconvenient character code which used 0x5c after the first byte. --- R-2.5.0.orig/src/main/character.c 2007-04-03 11:05:05.000000000 +0900 +++ R-2.5.0/src/main/character.c 2007-06-24 22:31:06.000000000 +0900 @@ -986,6 +986,17 @@