[R-SIG-Mac] Where is "sh" used by "R CMD check"?

2019-09-20 Thread Spencer Graves
Hello:   How can I find "sh" that is used by "R CMD check" on my Mac?   I ask, my "Bitdefender Antivirus for Mac" blocks "R CMD check" with a pop up saying, "Bitdefender Safe Files blocked a new process, sh, from accessing your protected files.  What would you like to do?"  I'm

Re: [R-SIG-Mac] Where is "sh" used by "R CMD check"?

2019-09-20 Thread Spencer Graves
Hi, Marc:  Thanks.  I got exactly the same two answers as you got. Now I need to get back with Bitdefender to figure out what to do with that information.  Spencer On 2019-09-20 16:14, Marc Schwartz wrote: On Sep 20, 2019, at 5:02 PM, Spencer Graves wrote: Hello: How can I find

Re: [R-SIG-Mac] Where is "sh" used by "R CMD check"?

2019-09-20 Thread Marc Schwartz via R-SIG-Mac
> On Sep 20, 2019, at 5:02 PM, Spencer Graves > wrote: > > Hello: > > > How can I find "sh" that is used by "R CMD check" on my Mac? > > > I ask, my "Bitdefender Antivirus for Mac" blocks "R CMD check" with a > pop up saying, "Bitdefender Safe Files blocked a new process, sh,

Re: [R-SIG-Mac] How to NOT remove build directory after building a package?

2019-09-20 Thread Simon Urbanek
Using fink is asking for a lot of trouble, but, anyway, use R CMD INSTALL --no-clean-on-error The other alternative is run INSTALL on the directory instead of the tar ball. Cheers, S > On Sep 20, 2019, at 8:03 PM, Yoshihiko Baba via R-SIG-Mac > wrote: > > Hi, > > > I have been trying to