Re: [R-pkg-devel] Package update submission to CRAN fails on pretest

2018-12-08 Thread Wolfgang Lenhard
- From: R-package-devel [mailto:r-package-devel-boun...@r-project.org] On Behalf Of Wolfgang Lenhard Sent: 07 December 2018 07:55 To: r-package-devel@r-project.org Subject: [R-pkg-devel] Package update submission to CRAN fails on pretest Dear list, I am getting problems when trying to submit

Re: [R-pkg-devel] Package update submission to CRAN fails on pretest

2018-12-08 Thread Hadley Wickham
se here. > > > > Georgi Boshnakov > > > > > > -Original Message- > > From: R-package-devel [mailto:r-package-devel-boun...@r-project.org] On > > Behalf Of Wolfgang Lenhard > > Sent: 07 December 2018 07:55 > > To: r-package-devel@r-project.

Re: [R-pkg-devel] Package update submission to CRAN fails on pretest

2018-12-07 Thread Daniel Marcelino
al Message- From: R-package-devel [mailto:r-package-devel-boun...@r-project.org] On Behalf Of Wolfgang Lenhard Sent: 07 December 2018 07:55 To: r-package-devel@r-project.org Subject: [R-pkg-devel] Package update submission to CRAN fails on pretest Dear list, I am getting problems when trying

Re: [R-pkg-devel] Package update submission to CRAN fails on pretest

2018-12-07 Thread Wolfgang Lenhard
Thanks for pointing that out. I rebuilt everything from scratch. Indeed I thought, there were no UTF-8 encodings in the data and neither Travis, checking it locally and R-Hub (all kinds of OS) resulted in errors. Am 07.12.2018 um 13:58 schrieb peter dalgaard: Hmm, no ERRORs in the CRAN checks

Re: [R-pkg-devel] Package update submission to CRAN fails on pretest

2018-12-07 Thread Wolfgang Lenhard
-devel [mailto:r-package-devel-boun...@r-project.org] On Behalf Of Wolfgang Lenhard Sent: 07 December 2018 07:55 To: r-package-devel@r-project.org Subject: [R-pkg-devel] Package update submission to CRAN fails on pretest Dear list, I am getting problems when trying to submit an update of the package

Re: [R-pkg-devel] Package update submission to CRAN fails on pretest

2018-12-07 Thread peter dalgaard
Hmm, no ERRORs in the CRAN checks at this moment? Re. utf-8, on Mac OS, the CRAN checks have a note about 90 strings marked as utf8. I see 57 of them in > life$Country[Encoding(life$Country)!="unknown"] [1] "Korea, Dem. People’s Rep." "Korea, Dem. People’s Rep." [3] "Korea, Dem. People’s

Re: [R-pkg-devel] Package update submission to CRAN fails on pretest

2018-12-07 Thread Georgi Boshnakov
Of Wolfgang Lenhard Sent: 07 December 2018 07:55 To: r-package-devel@r-project.org Subject: [R-pkg-devel] Package update submission to CRAN fails on pretest Dear list, I am getting problems when trying to submit an update of the package cNORM to CRAN. I am developing the package with RStudio

[R-pkg-devel] Package update submission to CRAN fails on pretest

2018-12-07 Thread Wolfgang Lenhard
Dear list, I am getting problems when trying to submit an update of the package cNORM to CRAN. I am developing the package with RStudio and devtools and I am using Travis for automatic testing. The package is tested locally on Win10 and Mac OS X and on Travis with Ubuntu and Mac both for