Displaying 20 results from an estimated 30000 matches similar to: "Recommendations for a quick UI."
2009 Oct 22
2
Persistent desktop icons ?
Hi,
Is it possible to configure persistent desktop icons, e. g. shortcuts
that users can't delete ? On most of my client desktops, I have some
home-made shortcuts, like here for example :
http://www.microlinux.fr/configurations.html
The shortcut on the lower left corner of the screen launches the public
library management system.
Most of the users are quite computer-illiterate, and more
2006 Jun 28
2
RV: error in VB6 aplication
When I run the VB6 aplication , this is the error log
wine "c:\silverlab\silverlab.exe"
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:OleLoadPictureEx
(0x4143f104,774,0,{7bf80980-bf32-101a-8bbb-00aa00300c
ab},x=0,y=0,f=0,0x406bfae8), partially implemented.
fixme:ole:OleLoadPictureEx
(0x4143f104,1086,1,{7bf80980-bf32-101a-8bbb-00aa00300
cab},x=0,y=0,f=0,0x406bfab8), partially
2003 Dec 05
5
GUI's for R
Hello,
I am not currently using R but I have been using S+ for sevaral years. I
think that I fit in the category of power users, never using the GUI
prefering the flexibility of a command line interface (CLI). In a short
while I will try to move to R, that is if we can convince our IT people
that installing a freeware package on a Unix server will not damaged the
companie's network! The
2001 Sep 01
1
RE: [R] GUI support from R
Hi Duncan,
I've been looking around at GUI toolkits to use with Python (and by
extension R). I initially tried Tk, but was disappointed because there is no
consistent set of high level widgets. I've subsequently done some looking
at QT, wxWindows, and GTK. QT is out because I am a *commercial* user, and
I don't want to have a license hassle. GTK seemed to have a lower level of
2011 Jan 16
3
ODD ODD ODD stuff!!
Egregious,
look what just happened few minutes ago while opening up my program and
running the scripts
> A<-read.table("C:\\Documents and Settings\\
+ me\\Desktop\\TESI\\generale.txt",head=T)
Errore: non trovo la funzione "read.table" #CAN'T FIND read.table
FUNTION!!!??? ARE WE ok???
>
> B<-read.table("C:\\Documents and Settings\\
+
2009 Jul 21
1
Rcmdr GUI goes into loop via alt+backspace under Windows OS
I'm using Rcmdr version 1.4-10 with R version 2.9.0 under Vista x64.
A standard editing convention under Windows is that alt+backspace is a
keyboard shortcut for "undo". I often find myself hitting the [alt] and
[backspace] keys while editing scripts in Rcmdr. However, this causes the
Rcmdr GUI to go into a crazy mode where the menu keeps flashing and the GUI
is unresponsive.
2015 Aug 14
2
Build R on Haiku
Hi R-devel,
I'm trying to get R 3.2.1 working on Haiku (an open source OS inspired by
BeOS, not Linux based) on i586. With a few small changes to library paths
and ifdefs I am able to get a seemingly working R binary. The build process
stops with the 'tools' package. The last lines from make are below.
Does anyone have any tips? I'm rather new to debugging at this low level.
Are
2007 Jan 18
2
MySQL admin GUI
Hi all,
I'm looking for a mysql admin GUI tool. Currently I use
[root at correo ~]# rpm -qi mysql | grep Version
Version : 4.1.20 Vendor: CentOS
and phpMyAdmin.
I've seen the MySQL Administrator GUI tool proovided by MySQL AB is only
available for MySQL 5.x series, and there is not CentOS package anyway
(yum list *mysql* don't shows any MySQL admin
2008 Aug 11
1
Link to newest R GUI
Greetings,
Please forward Web links for the most recent R GUI and a list of add-ons
that will run in the graphic interface. I need either the R GUI for (MS)
Windows Vista, or a Web-based GUI that will run longitudinal models with
covariates (e.g., multilevel modeling, latent growth curves, and ARIMA
interrupted time-series).
I believe that R's functions will meet nearly every program
2010 Oct 30
1
summary.lm for post-hoc tests
Let's say I've run Anova(lm(y~a*b)) and found the a:b interaction to be
significant. Now I'm interested in which specific level combinations of
a and b significantly differ from the control group. Can I use the
t-tests from summary(lm(y~a*b)) to answer that question?
I saw no mention of multiple comparison in the documentation for
summary.lm, so am I right in assuming I need to
2004 Jun 14
2
Samba shares becoming inactive after a while
When a user is not using a samba share, after a while they become
"inactive". When a user wants to access the share again, it takes an
irritating long time before they get access again. The (windows)
application that does the accessing is not responding during that
time. There are no drive letters assigned to the shares in a logon
script. When I do assign a drive letter to the share (in
2009 Aug 27
19
Best R text editors?
Quick informal poll: what is everyone's favorite text editor for working
with R? I'd like to hear from people who are using editors that have
some level of direct R interface (e.g. Tinn-R, Komodo+SciViews). Thanks!
--j
--
Jonathan A. Greenberg, PhD
Postdoctoral Scholar
Center for Spatial Technologies and Remote Sensing (CSTARS)
University of California, Davis
One Shields Avenue
The
2011 May 20
8
Building Custom GUIs for R
I am looking to build simple GUIs based on the R codes I have. The main
objective is to hide the scary R codes from non-programming people and make
it easier for them to try out different inputs.
For example,
1. The GUI will have means to upload a csv file which will be read by the R
code.
2. A button to preprocess data (carried out by a R function behind)
3. A button to build some models
2011 Feb 17
2
Pre-allocation of matrices is LESS efficient?
Motivation: during each iteration, my code needs to collect tabular data (and use it only during that iteration), but the rows of data may vary. I thought I would speed it up by preinitializing the matrix that collects the data with zeros to what I know to be the maximum number of rows. I was surprised by what I found...
# set up (not the puzzling part)
x<-matrix(runif(20),nrow=4);
2010 Jun 22
3
OT: Recommendation for a good Internationalized terminal software
Hi all,
We've got server-based application that runs on CentOS. Until now,
most of our customer's end-users have accessed the application using
either PuTTY or Teraterm. I was asked yesterday to try and find
internationalized add ons or alternatives for our new Asian customers
(Japan, Korea and China atm).
I figured if anyone would be able to recommend terminal emulation
2012 Feb 01
5
Wine Executes Locally, But Not With Absolute Path
I have an uninstalled portable Windows .exe.
When I type the absolute path, it doesn't work:
> wine /home/ubuntu/appDir/myApp.exe
but, if I cd to the application directory and execute it locally, it works:
Code:
cd /home/ubuntu/appDir/
wine myApp.exe
I'm trying to include it in my Docky dock via a .desktop shortcut I've made in /usr/share/applications/. I don't mind
2002 Dec 17
2
slowness when using roaming profiles
I am on a rh 7.2 machinr running samba. My clients are windows 2000 and
whn using locl profiles I experience quick log-ons and quicj log-offs.
Whwn I flag the client for roaming profiles, it seems to take many minutes
to log off.
The users roaming directory IS created and is populated with
their user inoformation, one user has 300M of stuff.Which I thought
was alot.
When the user goes to
2009 Dec 15
1
Changing Column names in (Output) csv file
Dear R helpers
Following is a part of R code.
data_lab <- expand.grid(c("R11", "R12", "R13"), c("R21", "R22", "R23"), c("R31", "R32", "R33"), c("R41", "R42", "R43"), c("R51", "R52", "R53"), c("R61", "R62", "R63"),
2010 Aug 25
1
Quick Question - Jabra Headset and Aastra 53i - Where is the speaker/headset enable setting on Aastra UI?
Hi Everyone,
I can connect the Jabra GN2124 + GN2100 (smart cord) to the Aastra 53i
receiver port and I get a tone. But when I connect it to the headset port
there is no tone. I am running firmware 2.4 and I can't seem to find that
DHSG, EHS or whatever the setting maybe called to enable to get this headset
work with the phone. Can anyone quickly tell me where the audio options are
on this
2002 Mar 14
4
KDE frontend (PR#1384)
Full_Name: Egon Willighagen
Version: 1.4.x
OS: Linux/Solaris
Submission from: (NULL) (131.174.179.30)
I would like to have an gui for KDE (like gnome).
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the