Displaying 20 results from an estimated 5000 matches similar to: "apply on data.frame does not work properly (PR#859)"
2004 Dec 09
2
HTML help index generation problem with R under Windows
Hello,
I am wondering if there has been a solution to the following issue with R
under Windows (see also thread to PR#6662 in this mailing list:
http://tolstoy.newcastle.edu.au/R/devel/04a/0550.html )
I am using R for teaching students Statistics, so they are working with a
university-wide installation of R. I have compiled an R-library which
contains all the instructions and customised
2003 Nov 28
1
search documentation not working with mozilla and konqueror (PR#5379)
Full_Name: Sergei Zuyev
Version: Version 1.8.0
OS: Mandrake Linux 9.1
Submission from: (NULL) (195.137.88.252)
When mozilla or konqueror are used as help browser, the Search Engine page links
nor the search do not work. Mozilla quietly ignores any click, while konqueror
gives the following information:
> options(browser="/usr/bin/konqueror")
> help.start()
Making links in
2000 Apr 14
2
bundle build and Rd2Sd converion fail (PR#519)
Dear R-core,
Thank you for your great effort! I am finalising a bundle that works both in
R and Splus. But I faced the following minor problems with R CMD under both
UNIX and LINUX.
1. R CMD build denies to work with bundles. It reports
* checking `DESCRIPTION' package entry ... ERROR: no package entry in
`DESCRIPTION'
Surely, there is no one, but there is Contains entry.
Next, according
1999 Apr 09
1
manova in R
Dear R-users,
Does anybody know if analogs of the following S-plus functions are
available (or planned to be) in R:
manova - multivariate analysis of variance
faces - Chernoff faces plot
spin - 3D visualization of data
Another thing: are there functions for solving linear programming
problems in R or Splus?
Thank you in advance,
Sergei
2000 Jan 19
0
indentation in Rd-help files
Dear colleagues,
Happy New Millennium, first of all!
It would be very nice to be able to use indentation inside \code{ } as
well, not only in \examples{ } when writing Rd-help files. Such a
situation arrises, for instance, if one wishes to include a small piece
of code in the _main_ text but not in the end as \examples{ } command
does. The only way I know to put the next 3 lines
my.function <-
2002 Apr 17
0
User defined macros for Rd-files?
Dear R-developers,
I am trying to make use of my own defined macros in Rd-files in order I could
simply type, say, \Splus, to get a font similar to \R in help files. So I put
the corresponding entry in Rd.cfg which now contains the line:
\newcommand{\Splus}{{\normalfont\textsf{Splus}}}
similar to the way \R defined in Rd.sty. So now so good:
R CMD Rd2dvi generates a dvi-file with a proper font.
2000 Apr 14
1
Rd2Sd conversion: files (PR#520)
This is a multipart MIME message.
--==_Exmh_-19086308140
Content-Type: text/plain; charset=us-ascii
In addition to my previous message, here is the source Rd-file that I used in
R CMD Rdconv -d --type=Sd plot.mefista.Rd > plot.mefista.d
command.
--==_Exmh_-19086308140
Content-Type: text/plain ; name="plot.mefista.Rd"; charset=us-ascii
Content-Description: plot.mefista.Rd
2003 Nov 28
0
search documentation not working with mozilla and (PR#5383)
On Fri, 2003-11-28 at 06:39, sergei@stams.strath.ac.uk wrote:
> Full_Name: Sergei Zuyev
> Version: Version 1.8.0
> OS: Mandrake Linux 9.1
> Submission from: (NULL) (195.137.88.252)
>
>
> When mozilla or konqueror are used as help browser, the Search Engine page links
> nor the search do not work. Mozilla quietly ignores any click, while konqueror
> gives the following
2005 Dec 07
1
Ext3 journal abort FC4+Updates
Dear All
Problem with ext3 fs on 3ware 9500S controller:
Dec 7 05:59:50 stams kernel: EXT3-fs error (device sda1):
ext3_add_entry: bad entry in directory #145998372: rec_len is smaller
than minim
al - offset=0, inode=0, rec_len=0, name_len=0
Dec 7 05:59:50 stams kernel: Aborting journal on device sda1.
Dec 7 05:59:50 stams kernel: ext3_abort called.
Dec 7 05:59:50 stams kernel: EXT3-fs
2013 Sep 22
2
Arcsine transformation
I am tryin to perform an arcsine transformation on my data containig
percentages as the dep. variable. Does anyone have a code that I could use
to do that? I am relatively new to R. Thanks for your help!
--
View this message in context: http://r.789695.n4.nabble.com/Arcsine-transformation-tp4676706.html
Sent from the R help mailing list archive at Nabble.com.
2002 Jul 29
2
Database-conversion
Dear R-Users,
I store my data in an Postgres-table.
I can connect with Rdbi.PgSQL, that is no the problem.
The problem is the NA-Values. No-data-values are coded as -9999 in the
table.
But when I extrct them with any SELECT-statement, the -9999-values are
treated as normal vectors.
How can I tell R not to fetch the datasets containig -9999-values?
thanks for your help
stephan
--
Linux: the
2004 Jul 30
1
Command-line parsing bug?
Hi,
There seems to be no way to scp a file containig ":" in its name, e.g.,
scp file-with-colon-in-its-name: user at localhost:
results in err-msg:
ssh: file-with-colon-in-its-name: Name or service not known
Best regards,
Tjavdar
Tjavdar Ivanov
Dept. of Mathematics, School of Engineering,
J?nk?ping University, P.O Box 1026 : SE-551 11 J?nk?ping, Sweden
tel. 036-15 78 56
2015 Jun 22
1
ldbrename strangeness
Hi folks,
I'm currently playing with a samba 4.1.17 test domain. The classic
update left me with the usernames as cn. I would like to change the cn
to the full name of the users.
Doing it by hand is no problem:
ldbrename -H /path/to/sam.ldb "cn=username,ou=users,dc=xxx,dc=yyy,dc=de"
"cn=Full Name,ou=users,dc=xxx.dc=yyy,dc=de"
Works like a charm.
So I generated a
2007 Apr 06
5
Getting a dynamically generated elements dimensions
Ive posted this before, but unfortunately I still have yet to resolve
it after numerous attempts...
Here is the overview: populate a container element with some new html
using Element.update and then retrieve the new dimensions of the
containig element.
Here is a bit of code snippet that I would think should work.. but
doesn''t:
==== start snippet ====
<style>
.bigBox {
2006 Aug 23
2
Rename folder bug dovecot-1.0RC6 ?
Dear All
can someone confirm this bug please ?
I am using Thunderbird 1.07, TB 1.5.0.4, Horde/IMP webmail as test clients,
all running on FC4.
Server is 1.0RC6 on CentOS 4 with maildir-sep set to ';'
To reproduce:
In your favourite mail client:
1. Create a top-level mail folder "atest"
2. Rename "atest" to "atest-extra" (basically
2013 Feb 11
1
store variables in a for loop using get()
Dear R list,
I have a problem in assigning values to existing data frames in R. I have a
vector x containing the names of the data frames, which I create to store
the results for each variable (a1,a2,a3) obtained in time series moving
regressions. Thus, say,
x=c('a1','a2','a3')
Moreover, b is a vector containig unique dates of the points in time of the
moving
2008 Oct 22
2
dovecot 1.0 to 1.1 upgrade and filesystem separators
Dear All
I have a test system where I am trying out 1.1.4
On the old 1.0rc6 (!) system I had edited:
src/lib-storage/index/maildir/mail-storage.h
to change:
#define MAILDIR_FS_SEP ';'
#define MAILDIR_FS_SEP_S ";"
so I can get some mail folder hierarchy and '.'s in
folder names - this all worked perfectly.
Under 1.1.4 the MAILDIR_FS_SEP lines are no longer present.
2000 Mar 01
1
R-1.0.0 install: Error "Substitution loop..."
Dear All
First off, let me just add my thanks to all the people involved in the
production of R-1.0.0... Well Done!!
I'm getting an error installing R-1.0.0 on RedHat 5.2, perl 5.004_04. It
did not occur under Solaris 2.6 with perl 5.004_01.
During install of the base package (and akima, bootstrap, etc) it gets to the
point of building the help pages and it gives this error:
2007 Mar 31
8
Problem with encoding (Umlaut: ü, ä...)
Hi there from Germany,
I just installed and set up ferret and act_as_ferret for rails. All of
them at the most recent version. The development environment is running
fine with Mac OS X. But I got problems with the productive environment
(debian).
In the (mysql-)database are few records stored, containig german umlauts
(? for example). Running a query for "k?ln" returns the correct
2006 Apr 11
2
FreeBSD 6.0 panics - sbdrop
Hi,
I've encountered a strange problem while using FreeBSD 6.0 for our local mirror (mirror.math.uni-bielefeld.de) and thus is providing access via ftp, http, rsync and cvsup (all local and remote).
The system crashes periodically with a kernel panic (panic: sbdrop).
The uptimes between two crashes are going from a few hours to a few weeks.
The system is a i386, Intel Pentium 4 based with