设为首页收藏本站获取积分奖励

R语言中文网

 找回密码
 立即注册
查看: 765|回复: 0

R语言构建共享对象/ DLL以进行动态加载SHLIB()函数-中英文对照帮助文档

[复制链接]
发表于 2020-8-21 08:14:34 | 显示全部楼层 |阅读模式
        R语言构建共享对象/ DLL以进行动态加载SHLIB()函数-中英文对照帮助文档

                                         By MicroRbt Martinez PhD

R语言函数名:SHLIB()
R语言函数功能:构建共享对象/ DLL以进行动态加载
来自资源库:基础库(R语言自带)
SHLIB()函数所属R语言包:所在R包具体名称、包功能的中英文双语描述见正文后面'--所在R语言包信息--'部分。

描述-----Description-----

Compile the given source files and then link all specified object files into a shared object aka DLL which can be loaded into R using dyn.load or library.dynam.
编译给定的源文件,然后将所有指定的对象文件链接到一个共享的对象,也称为DLL,可以使用dyn.load或library.dynam将其加载到R中。


使用方法-----Usage-----

R CMD SHLIB [options] [-o dllname] files

参数-----Arguments-----

参数files介绍: a list specifying the object files to be included in the shared object/DLL. You can also include the name of source files (for which the object files are automagically made from their sources) and library linking commands.
一个列表,指定要包含在共享库/ DLL中的目标文件。您还可以包括源文件的名称(目标文件是从其源文件自动生成的)和库链接命令。

参数dllname介绍: the full name of the shared object/DLL to be built, including the extension (typically <code>.so</code> on Unix systems, and <code>.dll</code> on Windows). If not given, the basename of the object/DLL is taken from the basename of the first file.
要构建的共享库/ DLL的全名,包括扩展名(在Unix系统上通常为<code>.so </ code>,在Windows上通常为<code>.dll </ code>)。如果未给出,则对象/ DLL的基本名称将从第一个文件的基本名称获取。

参数options介绍: Further options to co
-----未完,待续-----,↓↓↓展开剩余72%↓↓↓
购买主题 前行需要您的支持,请赞助作者 【15 金钱】 就能浏览全部100%内容啦!(本贴一次赞助、永久可读)
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Archiver|R语言中文网    

GMT+8, 2024-5-20 23:45 , Processed in 0.025842 second(s), 21 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表