Skip to content
Back to formatted view

Raw Message

Message-ID: <eb6dc619-733d-f226-7488-b2417dc2833c@gmail.com>
Date: 2023-02-09T07:54:50Z
From: Tomas Kalibera
Subject: Small typo in Writing R Extensions
In-Reply-To: <CABzLhzyeHpWmbToTd0OCRSCg_NVvRZ2RkxRxCVzsv03jvWyAuQ@mail.gmail.com>

On 2/8/23 21:33, Davis Vaughan via R-devel wrote:
> Hi all,
>
> Writing R Extensions describes `R_NewEnv()` as:
>
> ```
> At times it may also be useful to create a new environment frame in C
> code. R_NewEnv is a C version of the R function new.env:
>
> SEXP R_NewEnv(SEXP enclos, int hash, ins size)
> ```
>
> There is a typo here where `ins size` should be `int size`.
Thanks, fixed now.
Tomas
>
> Thanks!
> Davis
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel