Daniel Marcelino
"Small steps toward a much better world"
From: R-package-devel on behalf of
Wolfgang Lenhard
Sent: December 7, 2018 2:15 PM
To: Georgi Boshnakov; r-package-devel@r-project.org
Subject: Re: [R-pkg-devel] Package update submission to CRAN
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
Many thanks for the remark. It seems, it has something to do with
submitting via the devtools (maybe I did something wrong with tagging
the prior release). Submitting it manually at least does not result in
pretest rejection. I guess there is something out of sync which resulted
in rechecking a
Hi,
My package Suggests a package that relies on R >= 3.5.0. My package works
fine with earlier R, though. When travis runs R CMD check on R-oldrel,
therefore, it fails because it can't install the suggested package.
Is this going to stop me submitting to CRAN? I don't really want to require
R 3.
Thanks to both Joris and Georgi for some helpful information. I was
taken by Joris' aside that combining the data-sets makes more sense if
they are conceptually related so I have decided to stick with separate
files.
Michael
On 05/12/2018 16:44, Georgi Boshnakov wrote:
Further to Joris' emai
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
The link you gave,
https://cran.r-project.org/web/checks/check_results_cNORM.html,
is to the check results for the package currently on CRAN and it is indeed v.
1.0.1
(it is linked from https://CRAN.R-project.org/package=cNORM).
Was this really the link you got from CRAN's pretest? Sometimes the
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
develo
> Hadley Wickham
> on Thu, 6 Dec 2018 10:22:47 -0600 writes:
> Hi all,
> I'd love to get some clarification on what the new internet policy
> means for packages like httr:
>> Packages which use Internet resources should fail gracefully with an
informative
>> mess