I am working on my package in R, and I considered the following link about package requirement for OpenMP: [Requiring OpenMP availability for use in an Rcpp package
In this link,there is some contents about package requirement for OpenMP via configure.ac. Since I am a Windows 7 user, I want to know how I can build my configure
and configure.ac
files in windows. I think it is easy for linux or mac users, but this step is not clear in Windows.