Re: [R] [External] Re: Building Packages. (fwd)

2024-03-21 Thread avi.e.gross
maliciously by others. -Original Message- From: R-help On Behalf Of Duncan Murdoch Sent: Thursday, March 21, 2024 8:28 AM To: luke-tier...@uiowa.edu; r-help@r-project.org Subject: Re: [R] [External] Re: Building Packages. (fwd) If you are wondering why RStudio did this, you can see

Re: [R] [External] Re: Building Packages. (fwd)

2024-03-21 Thread Duncan Murdoch
If you are wondering why RStudio did this, you can see their substitute function using (parent.env(environment(install.packages)))$hook They appear to do these things: - Allow package installation to be disabled. - Check if a package to be installed is already loaded, so that RStudio

Re: [R] [External] Re: Building Packages. (fwd)

2024-03-21 Thread luke-tierney--- via R-help
[forgot to copy to R-help so re-sending] -- Forwarded message -- Date: Thu, 21 Mar 2024 11:41:52 + From: luke-tier...@uiowa.edu To: Duncan Murdoch Subject: Re: [External] Re: [R] Building Packages. At least on my installed version (which tells me it is out of date) they