license(base)
license()所属R语言包:base
The R License Terms
在R的许可条款
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The license terms under which R is distributed.
分布在其中R的许可条款。
用法----------Usage----------
license()
licence()
Details
详情----------Details----------
R is distributed under the terms of the GNU GENERAL PUBLIC LICENSE, either Version 2, June 1991 or Version 3, June 2007. A copy of the version 2 license is in file "<VAR>R_HOME</VAR>/COPYING" and can be viewed by RShowDoc("COPYING"). Version 3 of the license can be displayed by RShowDoc("GPL-3").
R是分布在GNU通用公共许可证,无论是第2版,1991年6月第3版,2007年6月的条款。第2版许可证的副本是在文件<VAR>R_HOME</VAR>/COPYING,并可以由RShowDoc("COPYING")。可以显示RShowDoc("GPL-3")许可证版本3。
A small number of files (some of the API header files) are distributed under the LESSER GNU GENERAL PUBLIC LICENSE, version 2.1 or later. A copy of this license is in file "$R_SHARE_DIR/licenses/LGPL-2.1" and can be viewed by RShowDoc("LGPL-2.1"). Version 3 of the license can be displayed by RShowDoc("LGPL-3").
少数一些API的头文件的文件分布在较小的GNU通用公共许可证,版本2.1或更高。本许可证的副本是在文件$R_SHARE_DIR/licenses/LGPL-2.1,并可以由RShowDoc("LGPL-2.1")。可以显示RShowDoc("LGPL-3")许可证版本3。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|