search for: hiddenelephants

Displaying 8 results from an estimated 8 matches for "hiddenelephants".

2020 Jul 15
2
installing from copr after update
I've just updated to R 4.0.2 but am unsure how to get packages from the COPR repository to update to those built under the new version of R. FI - I'm not currently using CoprManager just trying to update/install from terminal. Regards Tim [[alternative HTML version deleted]]
2020 Oct 06
0
understanding as.list(substitute(...()))
...ts argument; as.list() does Cheers, Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Oct 5, 2020 at 1:37 PM Tim Taylor <tim.taylor at hiddenelephants.co.uk> wrote: > Could someone explain what is happening with the ...() of the > following function: > > dots <- function(...) as.list(substitute(...())) > > I understand what I'm getting as a result but not why. ?dots and > ?substitute leave me none the wiser. >...
2020 Oct 05
2
understanding as.list(substitute(...()))
Could someone explain what is happening with the ...() of the following function: dots <- function(...) as.list(substitute(...())) I understand what I'm getting as a result but not why. ?dots and ?substitute leave me none the wiser. regards Tim
2020 Oct 06
3
understanding as.list(substitute(...()))
...ers, > Bert Gunter > > "The trouble with having an open mind is that people keep coming along and sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > On Mon, Oct 5, 2020 at 1:37 PM Tim Taylor <tim.taylor at hiddenelephants.co.uk> wrote: >> >> Could someone explain what is happening with the ...() of the >> following function: >> >> dots <- function(...) as.list(substitute(...())) >> >> I understand what I'm getting as a result but not why. ?dots and >> ?subs...
2020 Oct 06
0
understanding as.list(substitute(...()))
...t;> >> "The trouble with having an open mind is that people keep coming along and sticking things into it." >> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) >> >> >> On Mon, Oct 5, 2020 at 1:37 PM Tim Taylor <tim.taylor at hiddenelephants.co.uk> wrote: >>> >>> Could someone explain what is happening with the ...() of the >>> following function: >>> >>> dots <- function(...) as.list(substitute(...())) >>> >>> I understand what I'm getting as a result but not why...
2020 Jul 15
0
installing from copr after update
On Wed, 15 Jul 2020 at 10:47, Tim Taylor <tim.taylor at hiddenelephants.co.uk> wrote: > > I've just updated to R 4.0.2 but am unsure how to get packages from the > COPR repository to update to those built under the new version of R. > FI - I'm not currently using CoprManager just trying to update/install from > terminal. The Copr repo has bee...
2023 Nov 17
1
Regenerate news feeds?
The news feeds (e.g. https://developer.r-project.org/blosxom.cgi/R-devel/NEWS) have some stray "\abbr" floating around. Do they need generating with a more recent version of R-devel? I've run tools::Rd2txt on https://svn.r-project.org/R/trunk/doc/NEWS.Rd and r85550 does seem to remove these abberations (compared to the same function calling on an unpatched 4.3.2 where they
2023 Jul 06
0
Warning 'as.data.frame.POSIXct()' is deprecated
...cases by warnings appearing within the base R checks... {and it is I think even easier to fix than the lapply(.) case..}. Martin Martin Maechler ETH Zurich and R Core team >>> Vincent >>> >>> On Thu, 6 Jul 2023 at 10:41, Tim Taylor <tim.taylor at hiddenelephants.co.uk> >>> wrote: >>> >>>> Apologies - I've not had enough caffeine just yet. The reprex below >>>> highlights the issue but I think the code which implemented the change >>>> *may* need tweaking not lapply. >&...