Revision history of "Programming/R/Debugging R packages written in CPP"

From Thalesians Wiki

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 15:22, 24 December 2023Admin talk contribs 6,132 bytes +6,132 Created page with "=Debugging R packages written in C++= Suppose you are faced with an R package, the bulk of which is written in C++. Such a package may be monolithic, and without looking at the C++ code it may be difficult to figure out what’s going on. The R package "specs" (https://github.com/wijler/specs/) is an example of such a package. First, a word of warning: don’t try to compile this code using Visual Studio. You will run into all sorts of compatibility issues with R head..."