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-classInheritance
/
src
/
library
/
base
/
man
/
ns-lowlev.Rd
@ 63243
– Rev 47757
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
47757
6391 d 13 h
jmc
/branches/R-classInheritance/
create branch for class inheritance
42333
6942 d 3 h
ripley
/trunk/src/library/
add copyright/licence header
remove CVS-style $Id fields
38577
7322 d 3 h
hornik
/trunk/src/library/base/man/
Rd markup.
30792
8013 d 4 h
ripley
/trunk/
fix for roman upquote in \tt output
don't want loadNamespace etc to be internal and not the refman.
30402
8035 d 23 h
ripley
/trunk/src/library/
support for lazy-loaded database of data objects
28109
8222 d 3 h
ripley
/trunk/src/library/
remove old-style user hooks
document .onLoad etc separately (they were in an `internal' help file)
27625
8260 d 23 h
ripley
/trunk/src/library/
typos from PR5632 and PR5730
27393
8271 d 2 h
ripley
/trunk/
compress is saveNamespaceImage
25260
8411 d 3 h
hornik
/trunk/
Make sure tmpdir exists and is usable, and related.
24946
8434 d 1 h
luke
/trunk/src/library/base/
Allow non-declarative name space directives to be disabled during load.
Added saveNamespaceImage for use with --save installs.
24940
8434 d 14 h
luke
/trunk/src/library/base/
Allow partial name space loading in loadNamespace (for --save installs).
Added loadingNamespaceInfo function.
24937
8434 d 14 h
luke
/trunk/src/library/base/man/
Removed duplicate alias for unloadNamespace.
24506
8462 d 23 h
ripley
/trunk/src/library/base/man/
.onUnload is done before un-registration
packages are detached before namespaces are unloaded
add aliases for .onLoad etc
24049
8496 d 17 h
ripley
/trunk/
branch update
23392
8552 d 19 h
luke
/trunk/
Added name space support for packages that do not use methods.