Meredith-Lab / volcalc

volcalc: Calculate Volatility of Chemical Compounds
https://meredith-lab.github.io/volcalc/
Other
5 stars 1 forks source link

Explore potential licensing issues #69

Closed Aariq closed 11 months ago

Aariq commented 1 year ago
          `devtools::check(remote = TRUE, manual = TRUE)` gives me an interesting note: 

Package has a FOSS license but eventually depends on the following package which may restrict use: ChemmineOB

I'm not going to deal with this now, but I'll open an issue to follow up on this.

Originally posted by @Aariq in https://github.com/Meredith-Lab/volcalc/issues/66#issuecomment-1731415435

Aariq commented 1 year ago

Likely useful: https://r-pkgs.org/license.html#sec-code-you-bundle

Aariq commented 11 months ago

From R Packages:

...it’s our personal opinion that the license of your package doesn’t need to be compatible with the licenses of R packages that you merely use by calling their exported R functions (i.e. via Suggests or Imports).