Re: [R-pkg-devel] Unexpected symbol when checking package examples

2018-11-12 Thread Duncan Murdoch
On 12/11/2018 7:56 AM, Jared Knowles wrote: Thank you so much for the help! The origin of this mistake was mine - I forgot a ' following a # in my roxygen example code - which meant roxygen ignored the closing parens on the next line. (See example) \donttest{ #' # You can also pass additiona

Re: [R-pkg-devel] Unexpected symbol when checking package examples

2018-11-12 Thread Jared Knowles
Thank you so much for the help! The origin of this mistake was mine - I forgot a ' following a # in my roxygen example code - which meant roxygen ignored the closing parens on the next line. (See example) \donttest{ #' # You can also pass additional arguments to predictInterval through REimpact #

Re: [R-pkg-devel] Fwd: [CRAN-pretest-archived] CRAN submission maGUI 2.3

2018-11-12 Thread Martin Morgan
I cannot tell whether this will be helpful or not. It looks to me like the warning occurs when one of your dependencies uses BiocInstaller. You could create a database of all available packages chooseCRANmirror() chooseBioCmirror() db = available.packages() find the installation dependenc

Re: [R-pkg-devel] Unexpected symbol when checking package examples

2018-11-12 Thread Duncan Murdoch
On 11/11/2018 7:01 PM, Duncan Murdoch wrote: On 11/11/2018 6:53 PM, Duncan Murdoch wrote: On 11/11/2018 3:39 PM, Jared Knowles wrote: Hi! I have a bit of a weird issue when I'm trying to check my package merTools (source repo available here: https://github.com/jknowles/merTools On Windows and