search for: checkutilsfun

Displaying 2 results from an estimated 2 matches for "checkutilsfun".

2024 Mar 21
1
[External] Re: Building Packages. (fwd)
...Murdoch <murdoch.duncan at gmail.com> Subject: Re: [External] Re: [R] Building Packages. At least on my installed version (which tells me it is out of date) they appear to just be modifying the "package:utils" parent frame of the global search path. There seem to be a few others: checkUtilsFun <- function(n) identical(get(n, "package:utils"), get(n, getNamespace("utils"))) names(which(! sapply(ls("package:utils", all = TRUE), checkUtilsFun))) ## [1] "bug.report" "file.edit" "help.request" ## [4] "histor...
2024 Mar 21
1
[External] Re: Building Packages. (fwd)
...gt; Subject: Re: [External] Re: [R] Building Packages. > > At least on my installed version (which tells me it is out of date) > they appear to just be modifying the "package:utils" parent frame of > the global search path. > > There seem to be a few others: > > checkUtilsFun <- function(n) > identical(get(n, "package:utils"), get(n, getNamespace("utils"))) > names(which(! sapply(ls("package:utils", all = TRUE), checkUtilsFun))) > ## [1] "bug.report" "file.edit" "help.request" ##...