Skip to content

Where: package licenses

6 messages · Jason.L.Higbee@stls.frb.org, Marc Schwartz, Thomas Lumley +3 more

#
On Tue, 2004-03-30 at 08:51, Jason.L.Higbee at stls.frb.org wrote:
For the CRAN add on packages (which includes the 'recommended'
packages), each has the license information under the description. For
example, MASS which is part of the VR bundle, is here:

http://cran.r-project.org/src/contrib/PACKAGES.html#VR

The information is as follows:

...
License: GPL (version 2 or later)
...

Some of the packages are released under other licenses or have
restrictions on commercial use or distribution. Read each one carefully.

HTH,

Marc Schwartz
#
On Tue, 30 Mar 2004 Jason.L.Higbee at stls.frb.org wrote:

            
The DESCRIPTION file for a package lists the license; this is also given
in the CRAN entry for each package.

	-thomas
#
Thomas Lumley <tlumley at u.washington.edu> writes:
and in the result of

help(package = "MASS")
#
On 30 Mar 2004, Douglas Bates wrote:

            
Also, MASS (like many other packages) installs a file called LICENCE (it's 
in English ...) in its top-level directory.  

My point is that you are not allowed to redistribute even parts of it
without the licence, and that is what the original requestor was
explicitly asking for.
#
Try

file.show(system.file("DESCRIPTION", package = "MASS"))

-roger
Jason.L.Higbee at stls.frb.org wrote: