search for: rwxxxx

Displaying 16 results from an estimated 16 matches for "rwxxxx".

Did you mean: rbxxxx
2004 Nov 02
3
Using East-european characters in R
Does anybody know how to produce a East-European character "??" - "c with a v-shaped hat " in R (in text or plot)? I do know how to get "??,??" - "s,z, with a v-shaped hat", but not this one. Thanks in advance for any suggestions, Ales Ziberna P.S.: I am using Windows XP and R version 1.9.1 (details below) $platform [1]
2005 Feb 04
1
Is anyone using the MiniR distribution?
I currently build two different versions of each Windows binary: the rwXXXX.exe full installation program (with the next release looking to be around 25 Megabytes), and a series of 8 diskette-sized files named miniR*. The miniR files only include a minimal installation of R, and are rarely tested. Rather than building something that may not even work, I'd like to sto...
2002 Jan 22
0
Problems running 'R' on Windows-2000
...1.3.1 on Win 2000 Pro and I don't have any problems. I don't use the --vanilla switch. my Rprofile is completly commented out(This is the way it came). Here is a copy of my Rconsole(I made no changes to it): # Optional parameters for the console and the pager # The system-wide copy is in rwxxxx/etc. # A user copy can be installed in `R_USER'. ## Style # This can be `yes' (for MDI) or `no' (for SDI). MDI = yes # the next two are only relevant for MDI toolbar = yes statusbar = yes ## Font. # Please use only fixed width font. # If font=FixedFont the system fixed font is used; i...
2024 May 07
2
Is there some way to customize colours for the View output?
...the initial size of the data viewer window is taken from the default dimensions of a pager (see Rconsole), but adjusted downwards to show a whole number of rows and columns. So if it works for the sizes, it could work for the colours. But after modifying ## Colours for console and pager(s) # (see rwxxxx/etc/rgb.txt for the known colours). background = gray9 normaltext = yellow usertext = YellowGreen highlight = golderod I did not have success. On the other hand, in the data.entry it is told that The data entry window responds to X resources of class R_dataentry. Resources foreground, backgr...
1999 Jun 03
1
very minor Rgui problem in rw0641 (PR#204)
In Rgui (rw0641) the dialog boxes opened by Help->R(standard interface) and Help->Apropos have to be closed by actually clicking on OK, rather than by hitting return. (Once I'm at the keyboard typing in the search term, return is more natural than going back to the mouse. But maybe I'm just old-fashioned.) Is it OK to mention two bugs in one report? After using
2004 Nov 07
4
writing a simple package in R 2.0 under Windows XP
Dear listers, I have developped a set of functions that I would like to package on a Windows XP plateform for some friends (this would be more simple than to deliver them as a source text file without handy help). I am working under Windows XP. Of course I have gone through the manual "Writing R extension" and try to sort out what a most simple "packaging" for beginner
2024 May 15
1
FR: Customize background colour of row and column headers for the View output
...ckground of all the window, at least that "inside" those borders. Otherwise, any other option for the background colour on row and column headers would allow the same set of colours and with the same names, which are those commented in Rconsole: ## Colours for console and pager(s) # (see rwxxxx/etc/rgb.txt for the known colours). Regarding the code, looking to the Windows data editor [1], and taking into account what you and lastly Ivan told previously This is entirely correct: the dialog uses the colour returned by dialog_bg(), which is GetSysColor(COLOR_BTNFACE). (maybe a nai...
2005 Oct 26
1
R patched for Windows missing
R patched for Windows seems to be missing. If one clicks on R-2.2.0pat-win32.exe at, say, http://stat.ethz.ch/CRAN/bin/windows/base/rpatched.html then an error occurs. I tried it at several mirror sites with the same result. The web page in question says: This directory contains a Windows binary build of R including patches up to 2005-10-24.
2017 Dec 26
0
Unexpected behaviour of windowsFonts() when Rdevga is edited
...attached base packages: [1] stats? ? ?graphics? grDevices utils? ? ?datasets? methods? ?base? ? ? ? loaded via a namespace (and not attached): [1] compiler_3.4.2? nlme_3.1-131? ? grid_3.4.2? ? ? lattice_0.20-35 [5] fortunes_1.5-4? ? Where Rdevega was edited as folows: ? # The system-wide copy is in rwxxxx/etc. # A user copy can be installed in `R_USER'. ? # Format is? # [TT] face:style # where style is plain, bold, italic or bold&italic. # If 'TT' is present, only TrueType/OpenType fonts are searched. # Remarks: #? ?(a) Windows graphics engine can only rotate TrueType fonts; #? ?(b)...
1999 Jan 29
1
R - API ?
HI, I would like to use R in my own main-Program. Is this possible ? If yes where I can find an documentation about this feature ? If I cannot call an R-API Function from my C-Program is it possible to run R in batch-mode like Splus ? All my question belongs to R running under Windows. Thanks for any help. I know that I can dyn.load any C/Fortran Code from R but this is not what I want
2024 May 15
1
FR: Customize background colour of row and column headers for the View output
...least that "inside" those > borders. Otherwise, any other option for the background colour on row > and column headers would allow the same set of colours and with the > same names, which are those commented in Rconsole: > > ## Colours for console and pager(s) > # (see rwxxxx/etc/rgb.txt for the known colours). > > Regarding the code, looking to the Windows data editor [1], and taking > into account what you and lastly Ivan told previously > > ? ? This is entirely correct: the dialog uses the colour returned by > ? ? dialog_bg(), which is GetSysCol...
2024 May 14
1
FR: Customize background colour of row and column headers for the View output
This seems like something that should be fairly easily doable. Why don't you work out a patch? Some decisions to make: - What colours are we talking about? Would you want the labels to have their colour set independent of the dialog colours? If so, would you also want to configure the dialog colours? - What names should be used for the colours? - Where should all of these definitions
2000 Aug 16
3
Installing ESS under EMACS
Dear members, I have spent some time to make clear how I could write R programs from within EMACS using the ESS package, under Win98. Unfortunately, I have found this not quite clear for Windows 98 (though a lot of details are provided for UNIX). I have tried to create a .emacs file with a command such as (load "PATH/ess-site.el") and also added a "PATH=...\rw1010\" line in
2012 Apr 27
1
Rconsole file fails to remember GUI settings, and script
Sorry, I don't use Windows... can't help there. It's customary to keep cc'ing the list on these sorts of things so someone with a more similar platform/ more expertise can take the issue up if needed. Maybe someone else will be able to help you out. Michael On Fri, Apr 27, 2012 at 9:05 AM, geo theory <geotheory1 at gmail.com> wrote: > Hi there > > Window 7. Sorry
1999 Apr 22
0
Summary: Future directions for R on Windows
...ided between `be as standard as possible' and `happy to be different'. For those who didn't know, MDI is `multiple document interface' and means lots of sub-windows in one large frame. PROPOSALS: Guido has been busy, and a MDI version is running as a prototype. The next rwxxxx will allow the current (SDI) or MDI styles via a configuration file / command-line flag. We are looking at building a different front-end with the `standard' look, as an alternative. o Replace the help system by standard Windows help files. Would you like this instead of te...
2000 Sep 22
6
lme
Hello, I need to use a procedure in R that similar to lme in Splus.. is this particular procedure has been implemented in the recent version? thanks. Regards, Peppy Adi-Purnomo Energy Market Analyst Energy Link Ltd Telp.: +64 3 479 2475 Fax. : +64 3 477 8463 www.energylink.co.nz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read