search for: slanguag

Displaying 15 results from an estimated 15 matches for "slanguag".

Did you mean: slanguage
2001 Oct 31
2
Applicability of "Programming with Data" Text
Hello, Before I consider purchasing it, can someone comment on the general applicability of John Chambers' book titled "Programming with Data" for R programming. I am currently using R-1.3.1 with the Omega SLanguage and RSMethod packages. Many thanks, Randall -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body",...
2001 Jul 08
0
zero font size on word 97
...ne. Menus and toolbars also display OK. I've checked google and can't see any previous messages which give me any further clues other than stuff about the location of the registry, which I think I have sorted. All I can see that might be related is a message from GetLocaleInfoA saying thes SLANGUAGE is not defined and please could I define it. I did a trace and saw that win.ini had been read and that sLanguage in there was set correctly to 'eng'. I also saw that GetLocaleInfoA (looking for "Control Panel\\International\\sLanguage") was being called in a loop. It was called...
2010 Jun 18
2
user.reg keep constant value!!! - Lotus Approach
...e the following key. [Control Panel\\International] 1276837520 "iCalendarType"="7" "iCountry"="66" "Locale"="000004E1" "sCountry"="Thailand" "sCurrency"="\xe3f" //Thai Baht sign in ascii code "sLanguage"="THA" "sShortDate"="d/M/yyyy" The weird things occur, each time I run wine application such as notepad.exe, regedit or Lotus Approach some value in user.reg has been change automatically to default value. these are "Locale"="00000400" &quot...
2001 Mar 30
0
Re: [Omega-bugs] RSMethods pkg causes data.frame misbehavior in R
...into a problem with data.frame printing/attachment > in R1.3 (also detected in 1.2) when RSMethods is attached as a library. > Here are the versions I'm using, they are the latest ones pointed to > on omega.stat.wisc.edu: > > -rw-r--r-- 1 stvjc st 16920 Mar 5 13:38 SLanguage_0.1-0.tar.gz > -rw-r--r-- 1 stvjc st 38139 Mar 5 13:37 RSMethods_0.1-2.tar.gz > > A transcript displaying the problem and a traceback is given > below. When RSMethods is detached the problem goes away. > I haven't been able to understand why as.data.frame.default...
2002 Sep 17
2
Unable to print with the Wine PS driver
...t;Priority"=dword:00000000 "Separator File"="<sep file?>" "Share Name"="<share name?>" "StartTime"=dword:00000000 "Status"=dword:00000000 "UntilTime"=dword:00000000 ******************** This is win.ini: [intl] sLanguage=Spanish (El Salvador) sCountry=El Salvador iCountry=503 s1159=a.m. s2359=p.m. sTime=: iTime=0 iTLZero=1 sShortDate=dd/MM/yyyy iDate=1 sLongDate=dddd, dd' de 'MMMM' de 'yyyy sDate=/ sCurrency=$ iCurrency=0 iNegCurr=0 iCurrDigits=2 sDecimal=. sList=, sThousand=, iDigits=2 iLZero=1 iM...
2001 Feb 27
0
Wine, Lotus Notes and date format
...l Panel\International Below is my win.ini for German settings. Don't forget that Windows needs CR+LF at the end of lines ;-) Kind regards, Stefan [Windows] device=Wine Postscript Driver,WINEPS,LPT1: [mci extensions] avi=AVIVideo [Intl] s1159="" s2359="" Locale=00000407 sLanguage=DEU sCountry=Germany iCountry=49 sList=; iMeasure=0 sDecimal=, sThousand=. iDigits=2 iLZero=1 sCurrency=DM iCurrDigits=2 iCurrency=3 iNegCurr=8 sDate=. sTime=: sShortDate=dd.MM.yyyy sLongDate=dddd, d. MMMM yyyy iDate=1 iTime=1 iTLZero=1
2010 May 18
0
Re: Garmin Trip & Waypoint Manager installs but won't run
To fix Waypoint manager, find sLanguage in user.def and change it to "ENU"
2001 Jan 06
0
R/S-Plus compatibility package
We're starting work on an R package and corresponding S-Plus library to help programmers write software that will work in both systems. Some descriptions and downloadable software are available on the Omegahat web site, at http://www.omegahat.org/SLanguage/ The strategy, as described there, is to be as back-compatible within R and within S-Plus as possible, but provide tools and guidelines to smooth over inconsistencies between the two implementations of the S language. The tools will include both S language and C/C++ support. It's starting o...
2010 Nov 07
2
Can only print to the default printer
...running Windows applications under WINE, although each Windows application's Print window allows me to select any of the printers that I have configured in CUPS, the only printer that it actually prints on is the printer that is the default CUPS printer. Below is my win.ini file: Code: [intl] sLanguage=ENG sCountry=United Kingdom sList=, sCurrency=? iCurrency=0 iNegCurr=1 iCurrDigits=2 iLZero=1 sMonDecimalSep=. sMonGrouping=3;0 sMonThousandSep=, sDecimal=. sThousand=, iDigits=2 Numshape=1 sNativeDigits=0123456789 iNegNumber=1 sNegativeSign=- sPositiveSign= sGrouping=3;0 s1159=AM s2359=PM sTime=:...
2001 Apr 05
0
Re: [R] Hmisc and Design libraries
...porting/mantaining some packages on S4/Splus 5.x and R, I'm interested in your experience as you port Hmisc and Design; I'd like to know of your progress in order to help improve available R/Splus portability tools both at the C and the S language code. These tools include the package SLanguage written by John Chambers, and the C macros ported to R by Duncan Temple Lang, Brian Ripley, Saikat DebRoy (and others?) in "Rdefines.h"; the core macros are mainly those in Appendix A of the green book (Chambers, "Programming with Data"), but you'll probably need to wr...
2001 Mar 07
1
syskern
The bug list summary reported an error in syskern which I finally realized is due to a badly chosen example in the help rather an error in the code. However, I have taken the opportunity to re-evaluate what I have been trying to do with syskern, since some parts may no longer be important. Since syskern was intended to address certain problems in package development I would appreciate other
2001 Aug 24
1
RFC: type conversion in read.table
Currently read.table is rather limited in its type conversion. The algorithm is 0) Read as character 1) Try to convert to numeric. If that works, quit 2) Convert to factor unless !as.is. I am thinking about adding more flexibility and more classes by the following two changes. A) Anticipating the arrival of classes for all R objects, add an argument say `colClasses' that allows the user to
2001 Apr 23
4
several bugs (PR#918) lists and matrices
## Thomas rightly points out that list() is not the best structure for ## homogeneous data. My example was the simplest that generated the ## error of a matrix structure that that doesn't work. The application ## that this is simplified from needs lists because the data isn't ## homogeneous. I am attempting to write a missing value class, where ## each item is a list. In the simplest
2009 Sep 02
0
Wine release 1.1.29
...ixed tests on IE8. mshtml: Added http loading test. mshtml: Added IHTMLDocument::writeln implementation. mshtml: Added IOmNavigator::get_userAgent implementation. Jan de Mooij (1): comctl32/propsheet: Update position of hidden buttons too. Jeff Zaroyko (1): kernel32: sLanguage is LOCALE_SABBREVLANGNAME. Jesse Allen (1): dinput: Add DISEQUENCE_COMPARE macro. Juan Lang (5): comctl32: Return the number of characters copied in WM_GETTEXT even if the buffer is too small. crypt32: Fix a test failure on Windows 7. quartz: Don't crash if sample all...
2006 May 27
4
MSWord97 installs properly but still won't launch (or save?) -- 3 more data files
Dear friends: Forgot to include three more data files: http://www.websher.net/tmp/user.reg http://www.websher.net/tmp/system.reg http://www.websher.net/tmp/userdef.reg Thank you again. Benjamin I've been trying for some time to install my copy of Word97 (which I own, having purchased it directly from Microsoft with my own license number). I have tried the latest Wine 0.9.14. To do