Re: [R-pkg-devel] Assistance Needed to Resolve CRAN Submission Note

2024-05-16 Thread Goldfeld, Keith via R-package-devel
Zeinab I have found that setting this system value to FALSE eliminates the issue: Sys.setenv("_R_CHECK_RD_VALIDATE_RD2HTML_" = FALSE) - Keith On 5/16/24, 12:02 PM, "R-package-devel on behalf of Zeinab Mashreghi" mailto:r-package-devel-boun...@r-project.org> on behalf of z.mashre...@uwinnipeg

[R-pkg-devel] Non-standard things in the check directory

2020-03-31 Thread Goldfeld, Keith
Good morning - I am running checks (using devtools::check_rhub) for my package `simstudy`, and I get one note from one server, Windows Server 2008 R2 SP1, R-devel, 32/64 bit: NOTES: * checking for non-standard things in the check directory ... NOTE Found the following files/directories: 'exampl

[R-pkg-devel] noL

2019-05-16 Thread Goldfeld, Keith
Good morning - I have one final issue that is preventing me from a successful submission of my package simstudy to CRAN. In one of my examples, I sum a vector of probabilities and check to make sure they sum to one. I am getting an "noLD" error - so there is some issue with a long double. I am a

Re: [R-pkg-devel] Compilation used the "non-portable flag"

2019-05-15 Thread Goldfeld, Keith
So - even though I am getting the same note: Compilation used the following non-portable flag(s): from Ubuntu Linux, I should go ahead and submit? From: G�bor Cs�rdi Sent: Wednesday, May 15, 2019 9:14:50 AM To: Goldfeld, Keith Cc: I�aki Ucar; Dirk

Re: [R-pkg-devel] Compilation used the "non-portable flag"

2019-05-15 Thread Goldfeld, Keith
Forgive me for not completely understanding the back and forth. Do I need to do anything on my end, or are these changes that are being made on the server side? - Keith From: R-package-devel on behalf of I�aki Ucar Sent: Wednesday, May 15, 2019 9:01:31 AM To:

Re: [R-pkg-devel] Compilation used the "non-portable flag"

2019-05-10 Thread Goldfeld, Keith
That definitely makes it easy. Thanks. -Original Message- From: R-package-devel On Behalf Of Ralf Stubner Sent: Friday, May 10, 2019 4:41 PM To: r-package-devel@r-project.org Subject: Re: [R-pkg-devel] Compilation used the "non-portable flag" On 10.05.19 22:32, Goldfeld, K

[R-pkg-devel] Compilation used the "non-portable flag"

2019-05-10 Thread Goldfeld, Keith
Good afternoon – I am submitting an update to my package ‘simstudy’, and the ran the rhub checks. I received a note from one of the four platforms (the other three passed). The Ubuntu Linux 16.04 objected to the compilation flags: * checking compilation flags used ... NOTE Compilation used the

Re: [R-pkg-devel] Ubuntu Linux: Package suggested but not available

2019-02-07 Thread Goldfeld, Keith
now is to pare down my vignette so that I am not referencing this or any other extraneous packages for illustrative purposes. Gábor - thanks for your help. - Keith On 2/7/19, 12:34 PM, "R-package-devel on behalf of Goldfeld, Keith" wrote: It appears that the ucminf package was

Re: [R-pkg-devel] Ubuntu Linux: Package suggested but not available

2019-02-07 Thread Goldfeld, Keith
* DONE (ucminf) On 2/7/19, 12:18 PM, "Gábor Csárdi" wrote: I think this means that the ucminf package was not installed properly. There is probably something about it in the log G. On Thu, Feb 7, 2019 at 5:15 PM Goldfeld, Keith wrote: > >

Re: [R-pkg-devel] Ubuntu Linux: Package suggested but not available

2019-02-07 Thread Goldfeld, Keith
:56 AM, "Gábor Csárdi" wrote: You probably have an error earlier in the R-hub build log that explains why ordinal failed to install. Gabor On Thu, Feb 7, 2019 at 4:44 PM Goldfeld, Keith wrote: > > I am using devtools::check_rhub() before subm

[R-pkg-devel] Ubuntu Linux: Package suggested but not available

2019-02-07 Thread Goldfeld, Keith
I am using devtools::check_rhub() before submitting a new version of my package simstudy to CRAN. I am getting an error message about a package I use in the vignette from the Ubuntu Linux platform: * checking package dependencies ... ERROR Package suggested but not available: ‘ordinal’ The sugg

[R-pkg-devel] make: Nothing to be done for `all'.

2018-09-13 Thread Goldfeld, Keith
Good afternoon - I am updating my package simstudy, and when I build and install the package from within Rstudio (clicking on "Install and Restart") I am getting an error/warning message. I've seen some posts on this issue from the past, but the suggested solutions (remove self-references) didn'

[R-pkg-devel] SSL error during devtools::release()

2018-04-30 Thread Goldfeld, Keith
I am trying to (re)submit my package to CRAN using devtools::release(), which I have been doing for a couple of years without any serious glitches. I just updated to R 3.5.0 and am using RStudio 1.1.447. I am wondering if this new error I am getting is known to others: ERROR: Error in 'git2r_re