[R] ?grid::grid-package doesn't find the grid-package help page

Duncan Murdoch murdoch@dunc@n @end|ng |rom gm@||@com
Mon Mar 18 20:45:04 CET 2019


On 18/03/2019 1:00 p.m., Jeff Newmiller wrote:
> Try
> 
> ?grid::`grid-package`
> 
> The "-" is not a legal character in a bare symbol.

Or

package?grid::grid

which makes use of the rarely used "type" argument to "?".

Duncan Murdoch

> 
> On March 18, 2019 9:35:17 AM PDT, William Sones <william.sones using ndorms.ox.ac.uk> wrote:
>> Hi
>>
>> I've entered the command "?grid::grid-package" on two computers over
>> here and they both direct me to the Arithmetic {base} site
>> (http://127.0.0.1:30753/library/base/html/Arithmetic.html).
>>
>> Shouldn't this command direct me to the grid-package {grid} site
>> (something like
>> https://stat.ethz.ch/R-manual/R-devel/library/grid/html/grid-package.html)?
>>
>> This has been performed on R versions 3.5.2 and 3.5.3 (Windows).
>>
>> I couldn't find mention of this in Bugzilla, so thought it best to
>> confirm whether this warrants documentation as a bug, or whether
>> alternative methods are preferred for addressing similar (minor)
>> issues.
>>
>> Thanks
>>
>> Will
>>
>> William Sones
>> Medical Statistician
>>
>> Email:
>> william.sones using ndorms.ox.ac.uk<mailto:william.sones using ndorms.ox.ac.uk>
>> Tel: 01865 227887
>>
>> Oxford Clinical Trials Research Unit
>> Botnar Research Centre
>> Nuffield Department of Orthopaedics, Rheumatology & Musculoskeletal
>> Sciences
>> University of Oxford
>> Windmill Road
>> Oxford, OX3 7LD
>>
>>
>> 	[[alternative HTML version deleted]]
>>
>> ______________________________________________
>> R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide
>> http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>



More information about the R-help mailing list