[Rd] Small typo in Writing R Extensions

Davis Vaughan d@v|@ @end|ng |rom po@|t@co
Wed Feb 8 21:33:27 CET 2023


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!
Davis



More information about the R-devel mailing list