mase@is.titech.ac.jp
2005-Jan-04 11:26 UTC
[Rd] Object Memory-limits in base and its help document (PR#7468)
Full_Name: Shigeru Mase Version: 2.0.1 OS: Linux (Debian) Submission from: (NULL) (222.149.162.192) help.search("Mem") shows there is an object "Memory-limits" in the base package. But commads "Memory-limits", or "Memory-limits()", causes an error message: Error: Object "Memory" not found. In addition, help(Memory-limits) displays the document for Arithmetic.
Prof Brian Ripley
2005-Jan-04 11:51 UTC
[Rd] Object Memory-limits in base and its help document (PR#7468)
On Tue, 4 Jan 2005 mase@is.titech.ac.jp wrote:> Full_Name: Shigeru Mase > Version: 2.0.1 > OS: Linux (Debian) > Submission from: (NULL) (222.149.162.192) > > > help.search("Mem") shows there is an object "Memory-limits" in the base > package.No. It shows there is a *help* document "Memory-limits": Help files with alias or concept or title matching 'Mem' using regular expression matching: Memory-limits(base) Memory Limits in R Try help("Memory-limits"), and see ?help.> But commads "Memory-limits", or "Memory-limits()", causes an error > message: Error: Object "Memory" not found. In addition, > help(Memory-limits) displays the document for Arithmetic.As is should, for that is an arithmetical operation. -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
maechler@stat.math.ethz.ch
2005-Jan-04 12:21 UTC
[Rd] Object Memory-limits in base and its help document (PR#7468)
>>>>> "BDR" == Prof Brian Ripley <ripley@stats.ox.ac.uk> >>>>> on Tue, 4 Jan 2005 10:51:40 +0000 (GMT) writes:BDR> On Tue, 4 Jan 2005 mase@is.titech.ac.jp wrote: >> Full_Name: Shigeru Mase Version: 2.0.1 OS: Linux (Debian) >> Submission from: (NULL) (222.149.162.192) >> >> >> help.search("Mem") shows there is an object >> "Memory-limits" in the base package. BDR> No. It shows there is a *help* document BDR> "Memory-limits": BDR> Help files with alias or concept or title matching BDR> 'Mem' using regular expression matching: BDR> Memory-limits(base) Memory Limits in R BDR> Try help("Memory-limits"), and see ?help. >> But commads "Memory-limits", or "Memory-limits()", causes >> an error message: Error: Object "Memory" not found. In >> addition, help(Memory-limits) displays the document for >> Arithmetic. BDR> As is should, for that is an arithmetical operation. well, but it doesn't do that in R 2.0.1 (proper or patched) both on Debian or Redhat [in a terminal:] > help(Memory-limits) No documentation for 'Memory - limits' in specified packages and libraries: you could try 'help.search("Memory - limits")' whereas in ESS, it actually does what Shigero Mase expected, since ESS has it's own {not entirely correct either!} magic handling of help(). Martin Maechler