If you want to debug your R program because of a segmentation fault or memory leak, you can use valgrind as follows in a shell:
R -d "valgrind --leak-check=full --show-reachable=yes" -f your_script.R |
Please follow and like us:
If you want to debug your R program because of a segmentation fault or memory leak, you can use valgrind as follows in a shell:
R -d "valgrind --leak-check=full --show-reachable=yes" -f your_script.R |