Re: [Bioc-devel] pre-receive hook declined

2021-07-02 Thread Victor Yuan
It works for me as well now. Thanks! On Thu, Jul 1, 2021 at 8:21 AM Michael Love wrote: > That works for me. Thanks. > > Mike > > On Thu, Jul 1, 2021 at 2:07 PM Nitesh Turaga > wrote: > > > > Hi > > > > Please try again. You should not see this error anymore. > > > > This was a mistake on our e

Re: [Bioc-devel] Unable to use lldb debugger

2021-07-02 Thread Martin Morgan
When I try to debug on my macOS, I need to do the following ``` R -d lldb (lldb) process launch --environment DYLD_LIBRARY_PATH=/Users/ma38727/bin/R-devel/lib ``` where `/Users/ma38727/bin/` is the location on my system where R is installed. Martin On 7/2/21, 11:32 AM, "Bioc-devel on behalf of

Re: [Bioc-devel] Unable to use lldb debugger

2021-07-02 Thread Hani Habra
Thank you Shian & Dolors for your replies. Shian, the error is on the C level so it does require a C level debugger (lldb being most useful). It does not require an M1 Mac though, so maybe I could try with my older mac next time... unless what Dolors says is true and I can no longer do the lldb co