I apologise for this question but I am really really confused!
If I develop a program that uses R packages published under GPL, in their standard unmodified form in my own source code, will I have to publish the entire source code (i.e. Even RScripts that I write using these packages)?
My interaction with the GPL libraries will only be to use them not modify them. I will just load them using library(packageName) and use their functionality.
Do I have to then publish my software under GPL as well and provide code that I have written as well?
I apologise if this sounds really dumb but I am really confused as you can probably tell.