Re: [R-pkg-devel] R_orderVector1 - algo: radix, shell, or another?

2023-09-25 Thread Ivan Krylov
В Sun, 24 Sep 2023 10:38:41 +0200 Jan Gorecki пишет: > https://github.com/wch/r-source/blob/ed51d34ec195b89462a8531b9ef30b7b72e47204/src/main/sort.c#L1133 > could anyone describe which one R_orderVector1 uses, The body of the sorting algorithm is defined in the sort2_with_index macro. This is s

[R-pkg-devel] help with revdep_check

2023-09-25 Thread William Revelle
Dear friends, I am trying to release a new update to psych and psychTools and am having problems with revdep_check The error message from revdep_check is less than helpful:’ fn is fn <- "/Users/WR/Library/CloudStorage/Dropbox/psychTools/" revdep_check(fn,num_workers=8) ── CHECK ───

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

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