[R-pkg-devel] TR: Help with checking package.

Max Turgeon M@x@Turgeon @end|ng |rom um@n|tob@@c@
Tue Feb 22 19:05:52 CET 2022


Hi Charles-�douard,

You can find the 00install.out file here: https://win-builder.r-project.org/incoming_pretest/CUFF_1.8_20220216_031003/Windows/00install.out

The issue seems to be with this line in your package: https://github.com/giguerch/CUFF/blob/c27896beda228e7af855b4cbbd86a3ef30f38a01/R/to_csv.r#L34

As mentioned below, you are loading data from a hard-coded absolute path, which of course won't work on someone else's machine. You need to remove, or change, that line.

Best,


Max Turgeon<https://www.name-coach.com/maxime-turgeon>
Assistant Professor

Department of Statistics
University of Manitoba

maxturgeon.ca<http://maxturgeon.ca/>

________________________________
From: R-package-devel <r-package-devel-bounces using r-project.org> on behalf of Charles-�douard Gigu�re <ce.giguere using gmail.com>
Sent: Tuesday, February 22, 2022 11:50 AM
To: 'Sebastian Meyer' <seb.meyer using fau.de>; r-package-devel using r-project.org <r-package-devel using r-project.org>
Subject: Re: [R-pkg-devel] TR: Help with checking package.

********************************************************
Caution: This message was sent from outside the University of Manitoba.
********************************************************

How can I access that file it is a local path:

'd:/RCompile/CRANincoming/R-devel/CUFF.Rcheck/00install.out'

Charles-�douard
-----Message d'origine-----
De : Sebastian Meyer <seb.meyer using fau.de>
Envoy� : 22 f�vrier 2022 12:09
� : Charles-�douard Gigu�re <ce.giguere using gmail.com>; r-package-devel using r-project.org
Objet : Re: [R-pkg-devel] TR: Help with checking package.

Am 22.02.22 um 17:43 schrieb Charles-�douard Gigu�re:
> Thank you for your reply,
> In attachment, I have put my own log where everything checks out and below is the log I received from CRAN. The problem is that I don't have the 00install.out file from CRAN. I suspect it might have to do with the dependencies not installed on CRAN but the dependencies are declared in my Description file in the import section. I don�t know how to go forward.
> Charles-�douard

The e-mail from the CRAN teams' auto-check service should contain a link to the relevant check results. Look for the sentence "More details are given in the directory:" at the end of that e-mail.

Best regards,

        Sebastian Meyer

>
> * using log directory 'd:/RCompile/CRANincoming/R-devel/CUFF.Rcheck'
> * using R Under development (unstable) (2022-02-15 r81747 ucrt)
> * using platform: x86_64-w64-mingw32 (64-bit)
> * using session charset: UTF-8
> * checking for file 'CUFF/DESCRIPTION' ... OK
> * checking extension type ... Package
> * this is package 'CUFF' version '1.8'
> * package encoding: UTF-8
> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
> Maintainer: 'Charles-Édouard Giguère <ce.giguere using gmail.com>'
> * checking package namespace information ... OK
> * checking package dependencies ... OK
> * checking if this is a source package ... OK
> * checking if there is a namespace ... OK
> * checking for hidden files and directories ... OK
> * checking for portable file names ... OK
> * checking serialization versions ... OK
> * checking whether package 'CUFF' can be installed ... ERROR Installation failed.
> See 'd:/RCompile/CRANincoming/R-devel/CUFF.Rcheck/00install.out' for details.
> * DONE
> Status: 1 ERROR
>
>
> -----Message d'origine-----
> De : Ivan Krylov <krylov.r00t using gmail.com> Envoy� : 22 f�vrier 2022 11:32 � : Charles-�douard Gigu�re <ce.giguere using gmail.com> Cc : r-package-devel using r-project.org Objet : Re: [R-pkg-devel] TR: Help with checking package.
>
> On Mon, 21 Feb 2022 15:07:03 -0500
> Charles-�douard Gigu�re <ce.giguere using gmail.com> wrote:
>
>> When I submit it to CRAN there are some error messages and my
>> submission is denied but I don't know what to change since the only
>> error message is that the package cannot be installed. Can someone
>> give me some tips on how I can figure that out?
>
> It would be much easier to help if we could see the messages themselves.
>
> --
> Best regards,
> Ivan
>
> ______________________________________________
> R-package-devel using r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel

______________________________________________
R-package-devel using r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

	[[alternative HTML version deleted]]



More information about the R-package-devel mailing list