All public logs

From Thalesians Wiki

Combined display of all available logs of Thalesians Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:22, 24 December 2023 Admin talk contribs created page Programming/R/Debugging R packages written in CPP (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...")