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-DL
/
src
/
library
/
tools
/
man
/
assertCondition.Rd
@ 77458
– Rev 69024
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
69024
4002 d 20 h
murrell
/branches/R-DL/
create R-DL branch
63451
4747 d 4 h
maechler
/trunk/src/library/tools/man/
white space
63205
4769 d 23 h
jmc
/trunk/
1. restore the verbose= option to the assert* functions; 2. use the more infomrative assertError, assertWarning in tests; 3. update the test outputs to match
63197
4770 d 23 h
jmc
/trunk/
Added assertWarning(), assertError(), changed returned values to be the
conditions signalled. Fixed problems with deparsing {}'d expressions.
63173
4772 d 10 h
maechler
/trunk/
assertCondition() tweaks (from jmc); add \link{}s to it
63144
4774 d 9 h
maechler
/trunk/src/library/tools/man/
update
63143
4774 d 9 h
maechler
/trunk/src/library/tools/man/
fix example
63142
4774 d 9 h
maechler
/trunk/src/library/tools/
assertCondition(.., ignoreWarning)
63062
4781 d 0 h
maechler
/trunk/
new assertCondition() from John Chambers