rconfig:在命令行管理 R 配置

Configuration management using files (JSON, YAML, separated text), JSON strings, and command line arguments. Command line arguments can be used to override configuration. Period-separated command line flags are parsed as hierarchical lists.
使用文件(JSON、YAML、分隔文本)、JSON 字符串和命令行参数进行配置管理。 命令行参数可用于覆盖配置。 句点分隔的命令行标志被解析为分层列表。
Version: 0.1.1
Imports: yaml, jsonlite
Published: 2022-02-21
Author: Peter Solymos [aut, cre] (), Analythium Solutions Inc. [cph]
Maintainer: Peter Solymos BugReports: https://github.com/analythium/rconfig/issues
License: MIT + file LICENSE
URL: https://github.com/analythium/rconfig
NeedsCompilation: no
Materials: NEWS
CRAN checks: rconfig results
Documentation:
Reference manual: rconfig.pdf
Downloads:
Package source: rconfig_0.1.1.tar.gz
Windows binaries: r-devel: rconfig_0.1.1.zip, r-release: rconfig_0.1.1.zip, r-oldrel: rconfig_0.1.1.zip
macOS binaries: r-release (arm64): rconfig_0.1.1.tgz, r-release (x86_64): rconfig_0.1.1.tgz, r-oldrel: rconfig_0.1.1.tgz
Linking:
Please use the canonical form https://CRAN.R-project.org/package=rconfig to link to this page.

如若转载,请注明出处:https://www.ouq.net/rconfig%e5%9c%a8%e5%91%bd%e4%bb%a4%e8%a1%8c%e7%ae%a1%e7%90%86-r-%e9%85%8d%e7%bd%ae.html

(0)
打赏 微信打赏,为服务器增加100M流量 微信打赏,为服务器增加100M流量 支付宝打赏,为服务器增加100M流量 支付宝打赏,为服务器增加100M流量
上一篇 2022年3月21日 下午8:17
下一篇 2022年4月2日 下午8:11

相关推荐

  • 药学专业知识二习题(3)

    一、最佳选择题 1.长期应用不但加速自身代谢,而且可加速其他合用药物代谢的肝药酶诱导剂是 A.苯巴比妥 B.地西泮 C.唑吡坦 D.佐匹克隆 E.阿普唑仑   2.与单胺…

    题集 2022年4月23日
  • 利用R读取h5ad文件

    安装包 install.packages(“remotes”)remotes::install_github(“mojaveazure/seur…

    R 2022年5月13日
  • 重庆大学自然科学类期刊分级目录

    重庆大学自然科学类权威、重要期刊目录 序号 学科代码及名称 权威期刊(一级学科) 二级学科代码及名称 重要期刊(二级学科) 期刊名称 ISSN 期刊名称 ISSN 1 0701 数…

    网络资源 2022年2月7日
  • 药学专业知识二习题

    一、最佳选择题 1.下列药物中属于非苯二氮䓬结构的杂环类镇静催眠药的是 A.苯巴比妥    B.地西泮   C.劳拉西泮 D.阿普唑仑    E.佐匹克隆   2.与单胺…

    题集 2022年4月23日
  • dplyr包筛选数据

    dplyr与安装 dplyr是一个强大的R软件包,用于处理,清理和汇总非结构化数据。简而言之,它使得R中的数据探索和数据操作变得简单快捷。 最简单的方法是安装 tidyverse包…

    2020年3月17日