Skip to content

shadowboxingskills/civilR

Repository files navigation

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

# install.packages("devtools")

library(devtools)
devtools::install_github("shadowboxingskills/civilR")

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.