Open-Systems-Pharmacology / rSharp

R package for communication with .NET Core
http://www.open-systems-pharmacology.org/rSharp/
GNU General Public License v2.0
1 stars 0 forks source link

Set up gibthub actions for the R package #122

Closed PavelBal closed 8 months ago

Felixmil commented 8 months ago
Felixmil commented 8 months ago

I see in README:

Windows You will need the latest Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 (you can get it from here and .NET 8 runtime (you can get it from here).

Is this required for using, installing or building the package ?

rwmcintosh commented 8 months ago

required for using and building at least. I think also for installing if the tests are run during install. Not sure about that.

Felixmil commented 8 months ago

Was it also the case for rClr ? Because the github actions did not bother installing these and it was working fine. Maybe already installed in windows-latest images provided by GitHub ?

rwmcintosh commented 8 months ago

Yeah it's pre-installed, according to this file anyway https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md

image

PavelBal commented 8 months ago

What about .NET 8? Also required to run (and, therefore, pass the tests and build vignettes)

PavelBal commented 8 months ago

Ah I see, is there.. Wow, nice