Thanks, Göran
Den 2023-03-09 kl. 15:01, skrev Ivan Krylov:
В Thu, 9 Mar 2023 14:43:49 +0100
Göran Broström пишет:
Is it someone's mirror (authorized) of R-project?
It's not currently in the official list of mirrors [*], but anyone can
create a CRAN mirror for their own needs as long as they
В Thu, 9 Mar 2023 14:43:49 +0100
Göran Broström пишет:
> Is it someone's mirror (authorized) of R-project?
It's not currently in the official list of mirrors [*], but anyone can
create a CRAN mirror for their own needs as long as they don't overload
the CRAN master site: https://cran.r-project.o
I got the link cran.nexr.com from a person who claimed that it is the
home of R-project, and indeed, it looks right.
But it doesn't feel right, so I wonder what is going on. Is it someone's
mirror (authorized) of R-project?
Thanks, Göran
__
R-help@
Hi Avi, list,
Below an alternative suggestion:
func <- function(a, b, c) {
list(a, b, c)
}
1:3 |> list(x = _) |> with(func(a, x, b))
Not sure if this is more readable than some of the other solutions, e.g.
your solution, but you could make a variant of with more specific for
this use case
4 matches
Mail list logo