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-Win-CMD
/
src
/
library
/
base
/
man
/
ns-internal.Rd
@ 28362
– Rev 28254
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
28254
20661 d 20 h
/branches/R-Win-CMD/
This commit was manufactured by cvs2svn to create branch 'R-Win-CMD'.
27911
8238 d 4 h
ripley
/trunk/src/library/
use a small table of known S3 generics to avoid problems if they
are not imported into NAMESPACES
27717
8254 d 21 h
ripley
/trunk/
update
27673
8257 d 6 h
ripley
/trunk/
base:: and ::: were missing inherits=FALSE
Several places in the namespace were giving confusing error messages
using calls to an internal function
27557
8262 d 1 h
ripley
/trunk/src/library/
speed up processing namespaces --
use char matrix not list of list for S3methods
avoid many call to exists
allow export*() to specify an export more than once.
26239
8351 d 7 h
jmc
/trunk/src/library/base/
bug fixes and doc. updates from methods/classes in namespaces
24700
8446 d 8 h
ripley
/trunk/src/library/
branch update
23662
8535 d 1 h
ripley
/trunk/src/library/base/man/
document .__S3MethodsTable__.
23392
8551 d 2 h
luke
/trunk/
Added name space support for packages that do not use methods.