Re: [R-pkg-devel] help with revdep_check

2023-09-25 Thread William Revelle
Thanks. Although I have had Xtools for quite a while, it had not been activated. Installing a new copy made all the difference Bill > On Sep 25, 2023, at 12:24 PM, Gábor Csárdi wrote: > > Seems like you are on macOS. You need to install XCode or the Command > Line Tools to be able to compil

Re: [R-pkg-devel] help with revdep_check

2023-09-25 Thread Gábor Csárdi
Seems like you are on macOS. You need to install XCode or the Command Line Tools to be able to compile packages with C/C++/Fortran code. Gabor On Mon, Sep 25, 2023 at 7:02 PM William Revelle wrote: > > Dear friends, > I am trying to release a new update to psych and psychTools and am having > p