similar to: GUIs (for teaching)

Displaying 20 results from an estimated 2000 matches similar to: "GUIs (for teaching)"

2003 Mar 18
0
SciViews R GUI preview version available
Hi all, After being a long time off the R and R-SIG-GUI lists, because I was working hard on SciViews, I am happy to deliver the first public version of this program. It is still v. 0.1, that is, an incomplete alpha version. It currently installs only on Windows 2000 or XP (NOT on Windows 9X/ME/Millenium, nor any other platform!). You can download it at http://www.sciviews.org. Please, note that
2002 Oct 11
0
RE: [R-gui] NEdit Highligth patterns for R
Hi I agree with your comments and of course you identifie the problems regarding the implementation of your suggestions. Of course we'd need bidireccional communication to implement it. I think it's impossible to do it statically. What I want with NEdit is a very ligth editor (which jedit is not) that highlights the most important language syntax, so that It becomes easier to write
2003 Apr 24
1
RMySQL crash under R 1.7.0, but not 1.6.2
Hi, I was able to connect to a MySQL database (called "zooscan" and with a table "serie" under Win XP with R 1.6.2 using: > library(DBI) > library(RMySQL) Warning message: DLL attempted to change FPU control word from 8001f to 9001f > drv <- dbDriver("MySQL") > con <- dbConnect(drv, dbname="zooscan") > dbExistsTable(con,
2002 Jun 12
3
How does R compares for speed?
Hi, For those who are interested, I have update my R benchmark (to version 1.5.0) and also to Splus 6. They are available at: http://www.sciviews.org/other/benchmark.htm. A comparison is made between Matlab (5.3 & 6), R 1.5.0, Splus 6 rel 2, O-Matrix 5.1, Octave 2.1.31, Scilab 2.6, Rlab 2.1 and OX 3.00 under Windows 2000 pro. Overall, R is not the fastest package, but it is one of the
2005 Oct 20
0
[R-gui] R GUI considerations
> From: Philippe Grosjean > > Duncan, > > I agree totally with you on all points, now that we clarified our > respective ideas. I am afraid I probably agree also with your last > point, from a theoretical point-of-view ("I still think we need more > glue and am working on that while we continue to experiment with the > design of GUIs for the next 5 years
2002 Oct 20
0
Interrupt calc/buffer output of R under Windows
Hi all, I want maximum control of R, including calculation / buffer output interruption. With Rgui, pressing ESC interrupt both calculation and buffer output. However, with Rterm, ctrl-c works only in calculation, but does not interrupt buffer output: with: i <- 1 while (i > 0) i <- i + 1 which runs an infinite loop, pressing ctrl-c interrupt it. OK. But: rnorm(1000000) is not
2002 Nov 29
0
R GUI development mailing list
We would like to announce the existence of a Special Interest Group in GUI development for R (R-SIG-GUI). This mailing list discusses issues concerning the development of graphical user interfaces for R, especially platform independent ones. It is a complementary tool to the R GUI web pages (http://www.r-project.org/GUI) that exist since July 2002. Best Regards, Philippe Grosjean
2002 Nov 29
0
R GUI development mailing list
We would like to announce the existence of a Special Interest Group in GUI development for R (R-SIG-GUI). This mailing list discusses issues concerning the development of graphical user interfaces for R, especially platform independent ones. It is a complementary tool to the R GUI web pages (http://www.r-project.org/GUI) that exist since July 2002. Best Regards, Philippe Grosjean
2002 Oct 09
0
R 1.6.0 benchmark with and without optimized ATLAS
Hello, I am updating my benchmark (http://www.sciviews.org/other/benchmark.htm) to recent versions of data analysis software (including R 1.6.0 and Splus 6.1), and I now run it on a Pentium IV instead of the old Celeron 500 Mhz that candidates for retirement. I test R under Windows Xp pro with and without optimized BLAS. I use the optimized Rblas.dll for P4 found on CRAN. Here are the results.
2005 Oct 15
6
R GUI considerations (was: R, Wine, and multi-threadedness)
Hello, Following a discussion initiated on r-devel, that mentions SciViews-R and other GUIs issues for R, I would like to make comments (and would be happy if these comments would initiate interesting initiatives). A big, big problem with SciViews-R is that a part of it is written in Visual Basic 6, a M$$$$ language, not supported any more, buggy, non transposable to other platforms, etc,
2006 Mar 15
1
Additional arguments in S3 method produces a warning
Hello, I just notice this: > x <- c(1:4,0:5, 4, 11) > library(pastecs) Loading required package: boot > tp <- turnpoints(x) > extract(tp, no.tp = FALSE, peak = TRUE, pit = FALSE) [1] FALSE FALSE FALSE TRUE FALSE FALSE FALSE FALSE FALSE TRUE FALSE FALSE Warning message: arguments after the first two are ignored in: UseMethod("extract", e, n, ...) >
2002 Oct 28
1
no automatic updates of packages with major version change
>We (Kurt Hornik, Brian Ripley & I) want to propose the following >change to the automatic package updating mechanisms of R: A major >version number change of a package will by default disable the >automatic updating of packages, because the interface of the package >might have changed and hence old code might not run anymore. >... >We want to define a "major
2007 Mar 13
1
Rcmdir does not work in SciVews-R
Hi, I have recently installed version 2.4.1 of R and also installed SciViews-R 0.8.9. It worked fine. Then I installed the Rcmdr 1.2-7 from CRAN . However the 'R commander menu' in the dockable panel does not work. If I start Rcmdr in R without SciViews, it works perfectly. Is there any way that I can use Rcmdr with SciViews? Many thanks in advanve. Kihwang
2004 Apr 22
1
New version of benchmark comparing R with other software
Hello, Thanks to Douglas Bates, there is now a new benchmark suite (version 2.3) which is compatible with R 1.9.0 and the recent Matrix library (0.8-1 or above). You find it at http://www.sciviews.org/other/benchmark.htm. It compares R 1.9.0 under Windows with: S-PLUS 6.5, Matlab 6.0, O-Matrix 5.6, Octave 2.1.42, Scilab 2.7 and Ox 3.30. In short, R in its version 1.9.0 and with the new Matrix
2001 May 30
1
TR: Scripting capabilities for R
>>>>> "PG" == Philippe Grosjean <phgrosje at ulb.ac.be> writes: PG> I am interested by your list of students wishes, since I am PG> developing a GPL user interface for math/stat calculation PG> engines (among others: R and Splus, but also Octave, Scilab PG> and Mathematica,...). It will run under Windows only (for the PG> moment),
2004 May 18
0
SciViews-R, a GUI layer and companion applications for R
Hello, An alpha version (unstable, still in development) of SciViews-R can be downloaded from http://www.sciviews.org/SciViews-R. See also screenshots at http://www.sciviews.org/software/rconsole.htm. The SciViews R package provides functions to implement GUI features (object explorer, script with context-sensitive help and completion lists, ...) and to ease the communication with external
2007 Jul 12
0
[Fwd: Re: How to activate the R commands in SciViews]
Well.. plans are there from a long time to rewrite SciViews completely and make it platform independent (to work on Linux/Unix and MacOS X, as well as Windows). I have done some work in this direction when time permitted, but I am pretty busy with other work. During the holidays, I will continue to work in this direction. I will try to package a first running version of SciViews compatible with
2007 Mar 06
2
parse error with if else (PR#9551)
Full_Name: Stephanie MAHEVAS Version: 2.4.1 OS: Windows NT Submission from: (NULL) (134.246.55.50) the two following instructions provide a synthax error : if ( 5 > 4 ) cat("ok1") else cat("ok2") and if ( 5 > 4 ){ cat("ok1")} else cat("ok2") whereas these ones don't if ( 5 > 4 ) cat("ok1") else cat("ok2") and if (
2002 Jun 11
1
ATLAS & R unser Windows
Hi, In rw-FAQ, there is a paragraph about optimizing R by using a fast ATLAS library in place of the standard BLAS. It says: "BLAS support is supplied by the single DLL `R_HOME\bin\Rblas.dll', and you can add a fast BLAS just by replacing that." Do I need to recompile the whole R with the option `USE_ATLAS = YES', or is it possible to compile only Rblas.dll on each separate
2002 Jun 11
1
How to convert R help files to Splus 6 Help?
Hi, Is it any way to convert .Rd files to CHTML Splus 6 files under Windows? Thanks, Philippe Grosjean ...........]<(({?<...............<?}))><............................... ( ( ( ( ( ) ) ) ) ) Philippe Grosjean ( ( ( ( ( ) ) ) ) ) IFREMER Nantes - DEL/AO ( ( ( ( ( rue de l'Ile d'Yeu, BP 21105, 44311 Nantes Cedex 3 ) ) ) ) ) tel: (33) 02.40.37.42.29, fax: (33)