search for: rtmpcg4qz9

Displaying 4 results from an estimated 4 matches for "rtmpcg4qz9".

2018 Jul 12
3
Top level \Sexpr and R CMD check
...ou could use that as a workaround. > > I'll do some more checking, then submit a bug report and patch to Bugzilla. > > Duncan Murdoch Thanks much! I tried using stage=render, but then I get an error at install time: Warning: /private/var/folders/59/0gkmw1yj2w7bf2dfc3jznv5w0000gn/T/RtmpCG4Qz9/R.INSTALLec4743ba8cf4/ps/man/ps_handle.Rd:45-48: Section \Sexpr is unrecognized and will be dropped And indeed the whole section is dropped. Seems like there is no clean workaround here. Thanks again, G.
2018 Jul 12
1
Top level \Sexpr and R CMD check
...me more checking, then submit a bug report and patch to Bugzilla. >>> >>> Duncan Murdoch >> >> Thanks much! I tried using stage=render, but then I get an error at >> install time: >> >> Warning: /private/var/folders/59/0gkmw1yj2w7bf2dfc3jznv5w0000gn/T/RtmpCG4Qz9/R.INSTALLec4743ba8cf4/ps/man/ps_handle.Rd:45-48: >> Section \Sexpr is unrecognized and will be dropped >> >> And indeed the whole section is dropped. >> >> Seems like there is no clean workaround here. >> >> Thanks again, >> G. > > Btw. would i...
2018 Jul 12
0
Top level \Sexpr and R CMD check
...; > > I'll do some more checking, then submit a bug report and patch to Bugzilla. > > > > Duncan Murdoch > > Thanks much! I tried using stage=render, but then I get an error at > install time: > > Warning: /private/var/folders/59/0gkmw1yj2w7bf2dfc3jznv5w0000gn/T/RtmpCG4Qz9/R.INSTALLec4743ba8cf4/ps/man/ps_handle.Rd:45-48: > Section \Sexpr is unrecognized and will be dropped > > And indeed the whole section is dropped. > > Seems like there is no clean workaround here. > > Thanks again, > G. Btw. would it make sense to just allow \Sexpr as a top...
2018 Jul 12
2
Top level \Sexpr and R CMD check
On Thu, Jul 12, 2018 at 12:23 PM Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > On 12/07/2018 6:33 AM, G?bor Cs?rdi wrote: > > I would like to create \examples{} in the manual dynamically, and > > while it is possible to do this with a \Sexpr at the top level, R CMD > > check issues a warning for it. (See below.) > > > > Is it intentional that