Displaying 20 results from an estimated 4000 matches similar to: "R Wiki and R-sig-wikii"
2006 Jan 10
2
Wikis (was about prod(numeric(0)))
Tony Plate <tplate <at> acm.org> writes:
>
> Since the virtue and reliability of Wikis was brought up, I created a R
> Wiki page for this at
>
http://www.sciviews.org/_rgui/wiki/doku.php?id=beginners:surprises:emptysetfuncs
>
>
> Anyone: please correct errors and improve it!
>
> Tony Plate
>
OK, now I have another question:
I see a wiki at
2006 Jan 10
2
Wikis (was about prod(numeric(0)))
Tony Plate <tplate <at> acm.org> writes:
>
> Since the virtue and reliability of Wikis was brought up, I created a R
> Wiki page for this at
>
http://www.sciviews.org/_rgui/wiki/doku.php?id=beginners:surprises:emptysetfuncs
>
>
> Anyone: please correct errors and improve it!
>
> Tony Plate
>
OK, now I have another question:
I see a wiki at
2006 Jun 18
0
R Wiki - official launch!
Hello all,
We are pleased to announce the official launch of the R Wiki at
http://wiki.r-project.org. Although there are already many sources of R
documentation, this R Wiki is a complementary tool, in the sense that
"users become R documentation authors", a little bit like "users become
developers" for R code.
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
2006 Jan 08
0
Wikis for R
Frank uses the term "hierarchical keyword
organization" which I agree is a good way to organize
a system designed to help users. In fact, this is one
reason why I like the R graphics gallery which allows
one to quickly find a particular type of plot based on
keyword, examine the plot to see if it's close to
what's desired, and then get the detailed code to
examine or modify for
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
2004 Oct 16
3
Lazy loading... advices
Hello,
I am looking for more information about lazy loading introduced in R 2.0.0.
Doing
?lazyLoad
I got some and there is a 'see also' section that points to
'makeLazyLoading'... But I cannot reach this page.
My problem is: I recompiled a library that uses a lot of functions from
other libraries (of course I can give details if needed). I load it in my
computer: library(svGUI),
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
2004 Apr 22
1
Lyapunov exponent?
Hello,
Does anybody know if there is somewhere in R a function to calculate the
Lyapunov exponent in a time series?
Thanks,
Philippe Grosjean
.......................................................<??}))><....
) ) ) ) )
( ( ( ( ( Prof. Philippe Grosjean
\ ___ )
\/ECO\ ( Numerical Ecology of Aquatic Systems
/\___/ ) Mons-Hainaut University, Pentagone
/ ___ /( 8, Av. du
2004 Oct 17
2
Errors while compiling packages with namespace?
Hello,
I try to set up namespaces for packages. It is fine for several of them,
except one whose compilation fails (under Windows XP & R 2.0.0):
---------- Making package svViews ------------
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
Error in parse(file, n, text, prompt) : syntax error on line 21
Execution halted
make[2]: *** [nmspace] Error 1
make[1]: ***
2004 Jan 09
1
Wich character coding for source under Windows?
I know that R can cope with the different formats regarding carriage return
and/or line feed (the Unix, or Windows, or Mac convention), which is very
nice. However, it is not clear in my mind which character encoding is used:
ASCII, ANSI, other? There is not much differences between ANSI and DOS
encoding for instance, for the first 128 characters. But it is very
different for the rest.
Best,
2005 Jun 10
1
Question about .Rd syntax
Hello all,
In one of my packages, I have the following warning with R-devel, but no
problems with R 2.1.0, or R patched:
** checking Rd \usage sections ... WARNING
Bad \usage lines found in documentation object 'guiStart':
guiStart(gui = "\"
Functions with \usage entries need to have the appropriate \alias entries,
and all their arguments documented.
The \usage entries
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,
...)
>
2004 Apr 16
0
barplot() does not draw bars correctly in R 1.9.0 (PR#6777)
On Fri, 16 Apr 2004 11:40:46 +0200 (CEST) phgrosjean@sciviews.org wrote:
> Bars are not stacked, but superimposed. This happens even with the
> first example of barplot:
>=20
> tN <- table(Ni <- rpois(100, lambda=3D5))
> r <- barplot(tN, col=3D'gray')
AFAICS, this problem occurs exactly for 1-way tables like above. If
barplot(as.vector(tN), col =3D
2004 Apr 16
2
barplot() does not draw bars correctly in R 1.9.0 (PR#6776)
Bars are not stacked, but superimposed. This happens even with the first
example of barplot:
tN <- table(Ni <- rpois(100, lambda=5))
r <- barplot(tN, col='gray')
--please do not edit the information below--
Version:
platform = i386-pc-mingw32
arch = i386
os = mingw32
system = i386, mingw32
status =
major = 1
minor = 9.0
year = 2004
month = 04
day = 12
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
2005 Dec 09
2
HTML search & Firefox
Hello,
Sorry if this question was already asked (I though it was... but did not
found the exact answer in the archives).
I use R 2.2.0 and just updated to Firefox 1.5 (note that I already got
the same result with Firefox 1.x.x) under Win XP sp2 US (full details of
my config hereunder). When I try to use the HTML help search page, I can
make a search: the message 'Applet SearchEngine
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 Jun 18
1
R Wiki: how useful for developers?
Hello all R developers,
I just send the official annoucement of the R Wiki at
http://wiki.r-project.org (was also officially annouced at useR!2006). I
would like to insist here on the aspects of the Wiki that could be of
particular interest for you, as R developer:
1) The 'R documentation' section is dedicated to hold the latest
"wikified" version of all Rd files (base,
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