William Sones
2019-Mar-18 16:35 UTC
[R] ?grid::grid-package doesn't find the grid-package help page
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 at ndorms.ox.ac.uk<mailto:william.sones at 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]]
Jeff Newmiller
2019-Mar-18 17:00 UTC
[R] ?grid::grid-package doesn't find the grid-package help page
Try ?grid::`grid-package` The "-" is not a legal character in a bare symbol. On March 18, 2019 9:35:17 AM PDT, William Sones <william.sones at 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 at ndorms.ox.ac.uk<mailto:william.sones at 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 at 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.-- Sent from my phone. Please excuse my brevity.
William Sones
2019-Mar-18 17:45 UTC
[R] ?grid::grid-package doesn't find the grid-package help page
To quote Homer Simpson "Doh!". Thank you Jeff. ?grid::`grid-package` works perfectly. Thanks Will -----Original Message----- From: Jeff Newmiller [mailto:jdnewmil at dcn.davis.ca.us] Sent: 18 March 2019 17:01 To: r-help at r-project.org; William Sones <william.sones at ndorms.ox.ac.uk>; r-help at R-project.org Subject: Re: [R] ?grid::grid-package doesn't find the grid-package help page Try ?grid::`grid-package` The "-" is not a legal character in a bare symbol. On March 18, 2019 9:35:17 AM PDT, William Sones <william.sones at 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 at ndorms.ox.ac.uk<mailto:william.sones at 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 at 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.-- Sent from my phone. Please excuse my brevity.
Duncan Murdoch
2019-Mar-18 19:45 UTC
[R] ?grid::grid-package doesn't find the grid-package help page
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 at 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 at ndorms.ox.ac.uk<mailto:william.sones at 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 at 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. >