R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-exp-R5
/
src
/
library
/
base
/
man
/
conditions.Rd
@ 77458
– Rev 52864
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
52864
5808 d 19 h
urbaneks
/branches/R-exp-R5/
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
50414
6102 d 3 h
ripley
/trunk/src/library/
remove more comment-only likes
49733
6159 d 1 h
maechler
/trunk/
methods::trySilent() is deprecated, for try(*, silent=TRUE) and tryCatch(...)
49719
6160 d 1 h
maechler
/trunk/
replace methods' oldstyle trySilent() by a simple tryCatch() wrapper (in base). + Some docu cosmetics
42333
6942 d 1 h
ripley
/trunk/src/library/
add copyright/licence header
remove CVS-style $Id fields
40804
7093 d 17 h
luke
/trunk/
Revised try() to use tryCatch().
34567
7725 d 16 h
maechler
/trunk/src/library/base/man/
rearrange the "\dontrun{}" s to give more useful output
33350
7822 d 23 h
hornik
/trunk/src/library/base/man/
Add and use \alias{conditions}.
33287
7827 d 2 h
hornik
/trunk/src/library/base/man/
Add and use \alias{condition}.
33204
7833 d 14 h
hornik
/trunk/
New function message() for simple diagnostic messages.
30180
8057 d 13 h
pd
/trunk/
branch update
26627
8323 d 18 h
ripley
/trunk/
branch update
26355
8346 d 18 h
luke
/trunk/src/library/base/man/
Added note on user interrupt signaling an interrupt condition.
25649
8391 d 15 h
hornik
/trunk/src/library/base/
Cosmetics.
25553
8396 d 21 h
hornik
/trunk/src/library/base/man/
Use \method{}{} for S3 methods in \usage.
25527
8398 d 16 h
luke
/trunk/src/library/base/
Added R level support and docs for condition system.