search for: analyze_license

Displaying 2 results from an estimated 2 matches for "analyze_license".

2025 Feb 17
1
Export tools:::analyze_license()?
To R-devel, In a future release of R, would it be possible to export tools:::analyze_license()? This would make it easier to implement copyright protections in alternative CRAN-like repositories. I would like to be able to programmatically scan an individual license string before accepting a new package. Will Landau [[alternative HTML version deleted]]
2010 Jul 27
3
Checking package licences including dependencies?
...e my library of packages I would not have installed had I known about this option earlier (I'm looking at you, "gam"!). Short of erasing the whole directory of libraries and re-installing it, is there an easy way of achieving this? I could probably roll something based on tools:::analyze_license() but I think the erase-and-reinstall option might be easier in this case :-) Allan