https://github.com/coatless/debug-rchk
https://github.com/coatless/debug-rchk
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coatless/debug-rchk
- Owner: coatless
- Created: 2020-10-10T18:47:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-10T18:51:08.000Z (over 5 years ago)
- Last Synced: 2025-03-02T00:49:07.659Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)