Re: [R-SIG-Mac] Problems compiling with R CMD build and devtools::build()

2023-05-17 Thread Prof Brian Ripley
of the American Statistical Association Institute for Health and Equity, Division of Biostatistics Medical College of Wisconsin, Milwaukee Campus *From: *R-SIG-Mac on behalf of Jarrett Phillips *Date: *Wednesday, May 17, 2023 at 11:54 AM *To: *r-sig-mac@r-project.org *Subject: *[R-SIG-Mac] Pr

Re: [R-SIG-Mac] Problems compiling with R CMD build and devtools::build()

2023-05-17 Thread Jarrett Phillips
;>>> > >>>> Thanks! > >>>> > >>>> > >>>> Cheers, > >>>> > >>>> > >>>> Jarrett > >>>> > >>>> > >>>>

Re: [R-SIG-Mac] Problems compiling with R CMD build and devtools::build()

2023-05-17 Thread Simon Urbanek
;>> >>>> Jarrett >>>> >>>> >>>> >>>> >>>> >>>> On Wed, May 17, 2023 at 1:07 PM Sparapani, Rodney >>>> wrote: >>>> >>>>> Hi Jarrett: >>>>> >&g

Re: [R-SIG-Mac] Problems compiling with R CMD build and devtools::build()

2023-05-17 Thread Duncan Murdoch
> -- >>> >>> Rodney Sparapani, Associate Professor of Biostatistics, He/Him/His >>> >>> Director, Wisconsin Chapter of the American Statistical Association >>> >>> Institute for Health and Equity, Division of Biostat

Re: [R-SIG-Mac] Problems compiling with R CMD build and devtools::build()

2023-05-17 Thread Jarrett Phillips
Rodney > >> wrote: > >> > >>> Hi Jarrett: > >>> > >>> > >>> > >>> Do the two directories exist that clang is warning you about? > >>> > >>> > >>> > >>> '/opt/R/arm64

Re: [R-SIG-Mac] Problems compiling with R CMD build and devtools::build()

2023-05-17 Thread Duncan Murdoch
ciation Institute for Health and Equity, Division of Biostatistics Medical College of Wisconsin, Milwaukee Campus *From: *R-SIG-Mac on behalf of Jarrett Phillips *Date: *Wednesday, May 17, 2023 at 11:54 AM *To: *r-sig-mac@r-project.org *Subject: *[R-SIG-Mac] Problems compiling with R CMD build and

Re: [R-SIG-Mac] Problems compiling with R CMD build and devtools::build()

2023-05-17 Thread Jarrett Phillips
tor, Wisconsin Chapter of the American Statistical Association >> >> Institute for Health and Equity, Division of Biostatistics >> >> Medical College of Wisconsin, Milwaukee Campus >> >> >> >> *From: *R-SIG-Mac on behalf of Jarrett >> Phillips

Re: [R-SIG-Mac] Problems compiling with R CMD build and devtools::build()

2023-05-17 Thread Sparapani, Rodney via R-SIG-Mac
American Statistical Association Institute for Health and Equity, Division of Biostatistics Medical College of Wisconsin, Milwaukee Campus From: R-SIG-Mac on behalf of Jarrett Phillips Date: Wednesday, May 17, 2023 at 11:54 AM To: r-sig-mac@r-project.org Subject: [R-SIG-Mac] Problems compiling

[R-SIG-Mac] Problems compiling with R CMD build and devtools::build()

2023-05-17 Thread Jarrett Phillips
Hi All, I'm trying to generate a `tar.gz` file on a Mac for R package submission to CRAN but am having issues. I'm using `devtools`, specifically `build()` and `install()`. My package relies on compiled code via `Rcpp/RcppArmadillo`. build("HACSim_OO") ── R CMD build ───