Re: [R-pkg-devel] How ton print in the console from Rcpp

2022-11-14 Thread Elysée Aristide
Hello, I was convinced that the issue is local. The warning message only appears on MAC. I did not try with another computer. I used CRAN macbuilder service and got the warning message. I guess this is also the computer CRAN uses. Best regards, Aristide Elysée HOUNDETOUNGAN *Assistant Professor

Re: [R-pkg-devel] How ton print in the console from Rcpp

2022-11-13 Thread Elysée Aristide
Greetings, I would like to follow up on this issue. First of all, thank you to everyone who took the time to think about the issue. As Mr. Dirk Eddelbuettel suggested, I investigated other packages that perform numerical optimizations using RcppNumerical. The only difference I saw is that all

Re: [R-pkg-devel] How ton print in the console from Rcpp

2022-10-20 Thread Elysée Aristide
Thank you very much for your answers. I finally noticed that the issue comes from the numerical optimization, in which I use the class MFuncGrad of the package RcppNumerical. Is there any problem in using this class? This is the only way I know to compute integrals of perform numerical

[R-pkg-devel] How ton print in the console from Rcpp

2022-10-20 Thread Elysée Aristide
Greetings, In my CDatanet package, I want to print texts and values during a numerical optimization process. I saw in many posts that CRAN is not happy with sd::cout and sd::endl. What I understood is that it is better to use Rcpp functions. So I used: Rcpp::Rcout << "beta: \n";

[R-pkg-devel] Checking compiled code ... WARNING

2021-03-12 Thread Elysée Aristide
Dear all, I checked (as cran) my package PartialNetwork and I got this warning. * checking compiled code ... WARNING File ‘PartialNetwork/libs/PartialNetwork.so’: Found ‘__assert_fail’, possibly from ‘assert’ (C) Object: ‘RcppExports.o’

Re: [R-pkg-devel] Note: checking CRAN incoming feasibility but the package did not pass

2021-02-14 Thread Elysée Aristide
and if that is not quick enough, try to provide precomputed results. > > CAN can also disable vignette checks for regular checks of a package, > but that should always be the last option. > > Best, > Uwe Ligges > > On 14.02.2021 00:06, Elysée Aristide wrote: > > Greeting

Re: [R-pkg-devel] Error occurring only when I submit to CRAN

2021-02-13 Thread Elysée Aristide
500 > Elysée Aristide wrote: > > > I did not want to put restrictions. > > Apologies, I could have phrased this better. > > If you want the whole of your package to be distributed under the terms > of Apache-2.0 or GPL-3 license (at the user's choosing), the followin

[R-pkg-devel] Note: checking CRAN incoming feasibility but the package did not pass

2021-02-13 Thread Elysée Aristide
Greetings, I submitted my package CDatanet. There was no error from Windows and Debian but just this note : "checking CRAN incoming feasibility" However, the package did not pass the incoming checks. My understanding was that this note is normal and does not matter. Here is the message I got from