Re: [Rd] Potential cross-platform package building issue

2015-01-03 Thread Duncan Murdoch
On 03/01/2015 3:49 PM, Steven Ranney wrote: > I am using 32-bit R 3.1.2 on Windows 7. > > I recently conducted an `R CMD check --as-cran` on a recently-developed > package and received only the 'New submission' note. Research on > StackOverflow and on R-devel suggested this could be ignored. I als

Re: [Rd] Potential cross-platform package building issue

2015-01-03 Thread Duncan Murdoch
On 03/01/2015 6:53 PM, Dirk Eddelbuettel wrote: > > On 3 January 2015 at 13:49, Steven Ranney wrote: > | I am using 32-bit R 3.1.2 on Windows 7. > | > | I recently conducted an `R CMD check --as-cran` on a recently-developed > | package and received only the 'New submission' note. Research on > |

Re: [Rd] Potential cross-platform package building issue

2015-01-03 Thread Dirk Eddelbuettel
Steven, Your error goes away when you write your \deqn{} in one line: \deqn{\widehat{R_1} = \frac{\sum\limits_{i=1}^n{c_i/n}}{\sum\limits_{i=1}^n{L_i/n}}} [...] \deqn{\widehat{E} = T\sum\limits_{i=1}^n{\frac{1}{w_{i}}}\sum\limits_{j=1}^m{\frac{e_{ij}}{\pi_{j The quoted text here still

Re: [Rd] Potential cross-platform package building issue

2015-01-03 Thread Dirk Eddelbuettel
On 3 January 2015 at 13:49, Steven Ranney wrote: | I am using 32-bit R 3.1.2 on Windows 7. | | I recently conducted an `R CMD check --as-cran` on a recently-developed | package and received only the 'New submission' note. Research on | StackOverflow and on R-devel suggested this could be ignored.

[Rd] Potential cross-platform package building issue

2015-01-03 Thread Steven Ranney
I am using 32-bit R 3.1.2 on Windows 7. I recently conducted an `R CMD check --as-cran` on a recently-developed package and received only the 'New submission' note. Research on StackOverflow and on R-devel suggested this could be ignored. I also used devtools::build_win() and received no notes or