An open API service indexing awesome lists of open source software.

https://github.com/coatless/debug-rchk


https://github.com/coatless/debug-rchk

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# debug-rchk

Documenting the adventure of a life-time as it relates to `rchk` issues in the `bibtex` package.

See [ropensci/bibtex#33](https://github.com/ropensci/bibtex/issues/33)

## [UP] unprotected variable object while calling allocating function

### Rf_allocVector

### Rf_install

### Rf_setAttrib

# References

- [GitHub: kalibera/rprotect](https://github.com/kalibera/rprotect)
- [Unprotecting by Value: Tomas Kalibera](https://developer.r-project.org/Blog/public/2018/12/10/unprotecting-by-value/index.html)