You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for building and testing on Windows OS
in a consistent manner to Linux and macOS. On
Windows, this uses RTools to provide the necessary
build tools. Testing is performed in CircleCI as
it offers a more powerful build machine under
the free plan.
Co-authored-by: Artur-man <artur-man@hotmail.com>
On Linux and Mac requires [CMake](https://cmake.org/) and [git](https://git-scm.com/) in the path.
29
31
30
-
Requires _cmake_ and _git_ in the path.
31
-
32
-
Tested on Linux and Mac.
32
+
On Windows requires [rtools](https://cran.r-project.org/bin/windows/Rtools/) installation and setting the `RTOOLS_HOME` environment variable. For example:
0 commit comments