ate fundamental principles of the language.
Which could form a basis for thinking about an actual addition to the
language.
Best regards,
Sebastian
On Sun 12. Mar 2023 at 13:18, Duncan Murdoch
wrote:
> On 12/03/2023 6:07 a.m., Sebastian Martin Krantz wrote:
> > Thinking more about this
modification to R CMD Check to recognize .[<- as
assignment.
Best regards,
Sebastian
-
2.)
On Sun, 12 Mar 2023 at 09:42, Sebastian Martin Krantz <
sebastian.kra...@graduateinstitute.ch> wrote:
> Thanks Gabriel and Kevin for your inputs,
>
> regarding your points Gabriel, I think Py
gt; Obviously, globalVariables() is a very heavy hammer to swing for this
> issue, but you might consider the benefits worth the tradeoffs.
>
> Best,
> Kevin
>
> On Sat, Mar 11, 2023 at 2:53 PM Duncan Murdoch
> wrote:
> >
> > On 11/03/2023 4:42 p.m., Sebastian Martin
Thanks Duncan and Ivan for the careful thoughts. I'm not sure I can follow
all aspects you raised, but to give my limited take on a few:
> your proposal violates a very basic property of the language, i.e. that all
> statements are expressions and have a value.
> What's the value of 1 + (A, C =
envir =
> parent.frame())
> value[[1]]
> }
>
> You call it as
>
> vals(a, b, c) <- 1:3
>
> and it assigns 1 to a, 2 to b, and 3 to c. It doesn't quite do what you
> want because it requires that a exists already, but b and c don't have to.
>
> Dunca
Dear R Core,
working on my dynamic factor modelling package, which requires several
subroutines to create and update several system matrices, I come back to
the issue of being annoyed by R not supporting multiple assignment out of
the box like Matlab, Python and julia. e.g. something like
A, C, Q
Dear R Core,
The {kit} package has a nice set of parallel statistical functions
complimenting base R's pmin() and pmax(): psum(), pprod(), pmean(), etc..
These can be called on a set of vectors like pmin() and pmax() e.g.
with(mtcars, psum(mpg, carb, wt)) or on a single list of vectors e.g.
psum(
a sum
>> methods. I see that Luke just mentioned this as well but I'll leave it in
>> since I had already typed it.
>>
>> I hope that helps clarify some things.
>>
>> Best,
>> ~G
>>
>>
>> On Tue, Jun 29, 2021 at 10:13 AM Sebastian Martin K
t; where is_altrep() is defined by the following C code:
>
> #include
> #include
>
> SEXP is_altrep(SEXP x)
> {
> return Rf_ScalarLogical(ALTREP(x));
> }
>
>
> -Bill
>
> On Tue, Jun 29, 2021 at 8:03 AM Sebastian Martin Krantz <
> sebastian.kra...@graduat
Hello together, I'm working on some custom (grouped, weighted) sum, min and
max functions and I want them to support the special case of plain integer
sequences using ALTREP. I thereby encountered some behavior I cannot
explain to myself. The head of my fsum C function looks like this (g is
optiona
Hi together,
a bit more than a month ago I have released the 'collapse' package for
advanced and fast data transformation in R with an array of fast grouped
and weighted functions and facilities for efficient grouped programming in
R.
As I am preparing the next update of this package I have come
m., Sebastian Martin Krantz wrote:
> > Dear Developers,
> >
> > Having spent time developing and thinking about how data aggregation and
> > summary statistics can be enhanced in R, I would like to present my
> > ideas/efforts in the form of two commands:
> >
>
e the code
> available somewhere.
>
> Cheers
> Joris
>
>
>
>
>
> On Wed, Feb 27, 2019 at 9:01 AM Sebastian Martin Krantz <
> sebastian.kra...@graduateinstitute.ch> wrote:
>
>> Dear Developers,
>>
>> Having spent time developing and thinking about
13 matches
Mail list logo