项目作者: KWB-R

项目描述 :
Interface to auto-calibration software UCODE (https://igwmc.mines.edu/ucode/)
高级语言: R
项目地址: git://github.com/KWB-R/kwb.ucode.git
创建时间: 2018-12-12T15:08:22Z
项目社区:https://github.com/KWB-R/kwb.ucode

开源协议:MIT License

下载


R-CMD-check
pkgdown
codecov
Project Status
CRAN_Status_Badge
R-Universe_Status_Badge

kwb.ucode

Functions enabling to write UCODE input files and to run
UCODE.

Installation

For details on how to install KWB-R packages checkout our installation tutorial.

  1. ### Optionally: specify GitHub Personal Access Token (GITHUB_PAT)
  2. ### See here why this might be important for you:
  3. ### https://kwb-r.github.io/kwb.pkgbuild/articles/install.html#set-your-github_pat
  4. # Sys.setenv(GITHUB_PAT = "mysecret_access_token")
  5. # Install package "remotes" from CRAN
  6. if (! require("remotes")) {
  7. install.packages("remotes", repos = "https://cloud.r-project.org")
  8. }
  9. # Install KWB package 'kwb.ucode' from GitHub
  10. remotes::install_github("KWB-R/kwb.ucode")

Documentation

Release: https://kwb-r.github.io/kwb.ucode

Development: https://kwb-r.github.io/kwb.ucode/dev