TeamCity for R

Hi,

 

I'm looking to implement a CI pipeline with TeamCity and GitHub for an R package. I've not found much guidance online on how you might go about doing this. Does anyone have an handy guides as to how I'd go about setting this up? Or know how easy/difficult this is?

 

Many thanks,

 

Saleem

0
2 comments

Hi,

 

I'm not aware of specific issues trying to integrate R with TeamCity, but at the same time, I'm also not aware of any specific plugin to provide tight support. The basics would be to set up your project as with every other language, then as build runner simply use command line steps (or any other language of your choice) to run the commands you need for your builds. If the package is not built on R but on some other language (that compiles it for compatibility with R) then you would need a build runner for that instead.

That would be the basic step, building the package. If you want to do something else with it and you would like to have assistance with that, please specify what.

0
Avatar
Permanently deleted user

Hey Denis,

Thanks for taking the time out to reply! However, the team has decided to go for a different solution.

Thanks anyway,

Saleem

0

Please sign in to leave a comment.