-5

I wonder if i can make a shiny app using some of these popular R packages such as : dtplyr, plyr, ggvis, gdata, ggplot2, etc and then selling this app online.

  • 3
    I'm voting to close this question as off-topic because it is not a programming question and doesn't belong on StackOverflow – Isaac Jul 24 '16 at 21:36
  • No offence mate, i think this question belong to the programming section and i am asking if i can monetize my app using some r packages – Saif eddine Jul 24 '16 at 21:40
  • 1
    No offence taken. This is not a programming question as it does not involve coding specifics, if you're asking about licensing/legality then the question is too broad (narrow it down). As it stands, it is hard to clarify what type of question this is – Isaac Jul 25 '16 at 00:03
  • 1
    I am new to stackoverflow, thats why i didnt realize that i am in the wrong section! – Saif eddine Jul 25 '16 at 00:14
  • 2
    I’m voting to close this question because not programming – Suraj Rao Dec 03 '21 at 05:09

1 Answers1

1

It is only a problem of license. You should check the license for each of those packages. For example GNU GPL does not prevent you from selling your app or making a profit, but then you must make the source code available. BSD license let you do everything you want, and you are not forced to release the source code.

pez
  • 79
  • 8