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
/
ns-internal.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
5807 d 16 h
urbaneks
/branches/R-exp-R5/
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
50312
6109 d 3 h
ripley
/trunk/src/library/base/
saveNamespaceImage is defunct
ns-lowlev had lots of content not relevant to the functions it documented
make even clearer that internal functions are not for users to use
44733
6712 d 23 h
maechler
/trunk/src/library/base/man/
cosmetic
42333
6940 d 22 h
ripley
/trunk/src/library/
add copyright/licence header
remove CVS-style $Id fields
39624
7228 d 17 h
jmc
/trunk/src/library/base/man/
args to namespaceImportFrom
39149
7264 d 17 h
jmc
/trunk/
fixes to namespace import of methods and to showMethods
27911
8238 d 17 h
ripley
/trunk/src/library/
use a small table of known S3 generics to avoid problems if they
are not imported into NAMESPACES
27717
8255 d 10 h
ripley
/trunk/
update
27673
8257 d 18 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 13 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 19 h
jmc
/trunk/src/library/base/
bug fixes and doc. updates from methods/classes in namespaces
24700
8446 d 20 h
ripley
/trunk/src/library/
branch update
23662
8535 d 13 h
ripley
/trunk/src/library/base/man/
document .__S3MethodsTable__.
23392
8551 d 14 h
luke
/trunk/
Added name space support for packages that do not use methods.