Re: [R-pkg-devel] rtracklayer installation problems

2021-04-07 Thread Gordon Brown
Hi, Rosario, The message is telling you that you need to install the development header files for glibc on your computer. This is a set of files that are needed for building some kinds of software, but are not installed by default. Are you working on some sort of Linux machine? On Centos 8,

Re: [R-pkg-devel] Problem (with complex.h?) under Microsoft Windows

2015-11-15 Thread Gordon Brown
Hi, folks, I just want to throw in another vote for Rcpp. I recently rewrote some old code that used the legacy interface to use Rcpp, and life with Rcpp is *much* better. The code is clean and easy to read (and write), and memory protection is taken care of. I don't know if it will fix Pier