search for: hiddenelephants

Displaying 10 results from an estimated 10 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
2024 Jul 04
1
libdeflate
Since the 4.4.0 release, R can make use of libdeflate. From the release notes: > memCompress() and memDecompress() will use the libdeflate library (https://github.com/ebiggers/libdeflate) if installed. This uses the same type of compression for type = "gzip" but is 1.5-2x faster than the system libz library on some common platforms: the speed-up may depend on the library
2024 Sep 24
1
RStudio package maintenance moved to Copr
Many thanks I?aki. Will Quarto get pulled in from your COPR automatically as well or do we need to specifically install it before/after? Also is it worth updating the "add ons" section at https://cran.r-project.org/bin/linux/fedora/ as well? Tim On 24/09/2024 12:51, I?aki Ucar wrote: > Dear all, > > With the latest release of RStudio last week (v2024.09.0+375), support
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. >&...