Displaying 7 results from an estimated 7 matches for "rtidi".
Did you mean:
rtid
2007 Jan 25
3
r tidy
Is there an r-tidy program? something that works similar to perl
tidy? http://perltidy.sourceforge.net/ which takes program code
and reformats white space with standard indentations and spacing?
I did find a ruby based rtidy, but that is for html formatting.
// George
--
George Georgalis, systems architect, administrator <IXOYE><
2010 Dec 13
0
batchfiles 0.6-0
batchfiles is a set of batch, javascript and HTML
Application files that are useful for running R and
associated programs on Windows.
Version 0.6-0 updates them for the new architecture
specific directory structure in R 2.12.0 .
A few of the lesser used utilities have been dropped.
Each batchfile is self contained. To install just
place all or just any that you wish to use anywhere on
your
2010 Dec 13
0
batchfiles 0.6-0
batchfiles is a set of batch, javascript and HTML
Application files that are useful for running R and
associated programs on Windows.
Version 0.6-0 updates them for the new architecture
specific directory structure in R 2.12.0 .
A few of the lesser used utilities have been dropped.
Each batchfile is self contained. To install just
place all or just any that you wish to use anywhere on
your
2008 Jan 19
0
batchfiles 0.4-0
batchfiles 0.4-0 consists of a set of Windows Vista
.bat, .hta and .pl files.
More information is available on the home page:
http://batchfiles.googlecode.com
CHANGES
- now tested with Vista exclusively (use 0.3-2 instead on XP)
- sweave.bat now has no dependencies on the other batch
files. With this change all .bat and .hta files now
have no dependencies except possibly for R.
-
2008 Jan 19
0
batchfiles 0.4-0
batchfiles 0.4-0 consists of a set of Windows Vista
.bat, .hta and .pl files.
More information is available on the home page:
http://batchfiles.googlecode.com
CHANGES
- now tested with Vista exclusively (use 0.3-2 instead on XP)
- sweave.bat now has no dependencies on the other batch
files. With this change all .bat and .hta files now
have no dependencies except possibly for R.
-
2009 Mar 13
6
R multiline expression grief
Dear all.
After much grief I have finally found the source of some weird
discrepancies in results generated using R. It turns out that this is
due to the way R handles multi-line expressions. Here is an example
with R version 2.8.1:
----------------------------------------------------
# R-script...
r_parse_error <- function ()
{
a <- 1;
b <- 1;
c <- 1;
d <- a + b + c;
e
2009 Mar 14
1
multiple hypothesis testing
Dear all,
Myself Vijaykumar Muley working as senior research fellow. By training I am
a computational biologist with not a strong knowledge of statistics. I have
done some analysis which is explained as follows,
I have 10340 (X) profiles of binary vectors with same length(N=845), I will
call then "gene profiles"
for example...
v1 v2 v3 v4.....vN
a 1 0 1 0 1
b 0