项目作者: shadowboxingskills

项目描述 :
Civil Engineering R package
高级语言: R
项目地址: git://github.com/shadowboxingskills/civilR.git
创建时间: 2019-02-23T12:03:28Z
项目社区:https://github.com/shadowboxingskills/civilR

开源协议:MIT License

下载




CivilR

Open Source Civil Engineering Calculations


CivilR

This is an initiative to start consolidating civil engineering calculation methods.

The field is obviously broad and this repository only scratches the surface of what could be put together, collectively.

The ambition here is to provide a starting point - focusing specifically on struts mesh design for excavations.

Let’s start sharing more and stop reinventing the wheel everytime a new project starts.

Your source code contributions are very welcome!

Table of Contents

Installation

  1. # install.packages("devtools")
  2. library(devtools)
  3. devtools::install_github("shadowboxingskills/civilR")
  4. library(civilR)

Usage

Please check the documentation for currently available methods, description and usage.

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

License

Usage is provided under the MIT License.
See LICENSE for full details.