I am creating an R package which depends on the following package akima, which is published on CRAN:
https://cran.r-project.org/web/packages/akima/index.html
When I try to upload my R package to CRAN, there is a NOTE:
Package has a FOSS license but eventually depends on the following
package which restricts use:
akima
I'm stumped how to fix this, or what this NOTE actually means.
Given this is a license with akima (which is on CRAN), is there something I could do to resolve this NOTE? My own package currently depends on GPL-3 as a license, which I believe is fine: https://cran.r-project.org/web/licenses/
Any help is appreciate here.