Displaying 10 results from an estimated 10 matches for "rfaq".
Did you mean:
faq
2008 Oct 05
1
doc/manual/Rfaq.css missing in R 2.8.0 (20081005) tarball
...9;
make[2]: Leaving directory `/tmp/buildd/r-base-2.8.0~20081005/po'
you should 'make docs' now ...
make[2]: Entering directory `/tmp/buildd/r-base-2.8.0~20081005/doc'
make[3]: Entering directory `/tmp/buildd/r-base-2.8.0~20081005/doc/manual'
make[3]: *** No rule to make target `Rfaq.css', needed by `R-FAQ.html'. Stop.
make[3]: Leaving directory `/tmp/buildd/r-base-2.8.0~20081005/doc/manual'
make[2]: *** [docs] Error 2
and indeed, diff'ing Makefile.in reveals a new dependency on Rfaq.css
@@ -249,6 +258,7 @@
R-intro.html: $(texiincludes) $(srcdir)/Rman.css...
2008 Feb 18
2
Number of digits of a value for problem 7.31 RFAQ
Hello dear R users!
I did not find a function which gives information about the number of
digits of a value shown by R.
Do you know one?
I need it to solve the problem (see RFAQ 7.31)that 0.2==0.2+0.1-0.1 FALSE
The solution suggested in RFAQ is to use isTRUE(all.equal(0.2,0.2+0.1-0.1))
But if I want to compare inequality:
0.2<=0.2 +0.1-0.1 TRUE
but 0.2<=0.2 +0.1-0.1 FALSE
bad!
but in this case all.equal does not work I think... Unless to write a
double condition li...
2002 Aug 19
1
PR#1914
...7 004ddd7d 00000000 0091ef40 00482a81 017a2360 00000022 00f2da40
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 5.1
year 2002
month 06
day 17
language R
(2) I see no request in either the RWinFAQ or the RFAQ for a post-mortem
dump. I also see no link in the R-Bugs page to the either of these FAQs,
nor a list of bugs that should not be reported. If you wish users to
follow a specific protocol for reporting bugs (and the RFaq section 9
does not request port-mortem dumps, or list bugs nots to report),
spe...
2004 Feb 24
3
problem of install.packages in windows (R 1.81)
...annot download nether upgrade packages (and
many are not working with the update!!!).
I have been looking in the help and emails, and saw that many people had the
similar problems.
By what I understood, I have to set up the proxy, and do something about
the 'path'... but although I read RFAQ and R for windows, I could not do it,
because I dont know where do I go (I looked in the control panel, internet
options, etc. nothing worked, than also I tried changing the name of the dll
file (internet2.dll), as recommended and makes R crash, as soon as it is
conected.
I think I am very los...
2000 Nov 21
4
Session logging in Windows98?
I'd like to log all console I/O for an entire session while maintaining
normal console I/O. I'm working in Windows98, RGui, R1.1.1. The sink()
function is not the answer since it diverts output from the console. In the
RFAQ I see references to "...save the contents of the interaction buffer to
a file..." and in the R-Help Archive "...just save the console output...".
I guess I've missed something somewhere, so I'd appreciate it someone could
tell me (a) how to save the contents of the inter...
2008 Apr 17
1
Suggestion: add a warning in the help-file of unique()
...printed equally but in facts are not identical will be treated as
different."
> a<-c(0.2, 0.3, 0.2, 0.4-0.1)
> a
[1] 0.2 0.3 0.2 0.3
> unique(a)
[1] 0.2 0.3 0.3
>
Well this is just the idea and the sentence could be made better (my
poor english...). Maybe a reference to RFAQ 7.31 could be made.
Maybe is this behaviour clear and logical for experienced users, but I
don't think it is for beginners. I personnaly spent two hours to see
that the problem in my code came from this.
I was thinking about modify the function unique() to introduce a "tol"
argum...
2000 Nov 22
0
Fw: Session logging in Windows98?
...ubject: [R] Session logging in Windows98?
>
>
> I'd like to log all console I/O for an entire session while maintaining
> normal console I/O. I'm working in Windows98, RGui, R1.1.1. The sink()
> function is not the answer since it diverts output from the
> console. In the RFAQ I see references to "...save the contents of the
> interaction buffer to a file..." and in the R-Help Archive "...just save
the
> console output...".
> I guess I've missed something somewhere, so I'd appreciate it
> someone could tell me (a) how to save the c...
2011 Feb 08
2
please help-DTK package
Dear all
I am trying to do a multiple pairwise comparison test with Tukey-Kramer test as I have unequal sample sizes and variance. I have downloaded the DTK package from CRAN website in my computer for Windows, however I have difficulties in installing it in R.
I have unzipped the compressed file in my computer and then I open R, I try to install the package through File - Source R code - DTK
2013 Jan 07
3
During startup - Warning messages:
Dear Sir/Madam,
After installing R, I saw this warning message in red when I open the R...
During startup - Warning messages:
1: Setting LC_CTYPE failed, using "C"
2: Setting LC_COLLATE failed, using "C"
3: Setting LC_TIME failed, using "C"
4: Setting LC_MESSAGES failed, using "C"
5: Setting LC_PAPER failed, using "C"
how shall I solve this ?
2013 Jan 21
4
missing values are not allowed in subscripted assignments of data frames
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt.
Name: nicht verf?gbar
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130121/317d3f7b/attachment.pl>