-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
72 lines (50 loc) · 3.1 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# GMH Leasing Package - `gmhleasr` <img src="man/figures/logo.png" width="200px" height="auto" alt="hexlogo" align="right" />
<p align="center">
[CHANGELOG](CHANGELOG.md) · [Documentation](https://docs.noclocks.dev/gmhleasr/) · [Development Documentation](https://docs.noclocks.dev/gmhleasr/develop/)
</p>
> [!WARNING]
> This package is a work in progress.
> [!NOTE]
> This is an R package for built by [No Clocks, LLC]() for [GMH Communities]() for managing and maintaining a Shiny application to visualize and report on Leasing Data.
[![Typing SVG](https://readme-typing-svg.demolab.com?font=Fira+Code&pause=1000¢er=true&vCenter=true&multiline=true&width=450&height=80&lines=GMH+Leasing+Dashboard;Built+by+No+Clocks%2C+LLC)](https://git.io/typing-svg)
***
- View the [CHANGELOG](CHANGELOG.md) for the latest updates.
- Visit the [Package Documentation Website](https://docs.noclocks.dev/gmhleasr/)
- Visit the [Development Package Documentation Website](https://docs.noclocks.dev/gmhleasr/develop/)
## Contents
- [Contents](#contents)
- [Badges](#badges)
- [Overview](#overview)
- [Installation](#installation)
## Badges
<!-- badges: start -->
[![Automate Changelog](https://github.com/noclocks/gmhleasr/actions/workflows/changelog.yml/badge.svg)](https://github.com/noclocks/gmhleasr/actions/workflows/changelog.yml)
[![Code Style](https://github.com/noclocks/gmhleasr/actions/workflows/style.yml/badge.svg)](https://github.com/noclocks/gmhleasr/actions/workflows/style.yml)
[![Lint](https://github.com/noclocks/gmhleasr/actions/workflows/lint.yml/badge.svg)](https://github.com/noclocks/gmhleasr/actions/workflows/lint.yml)
[![Document (Roxygen)](https://github.com/noclocks/gmhleasr/actions/workflows/roxygen.yml/badge.svg)](https://github.com/noclocks/gmhleasr/actions/workflows/roxygen.yml)
[![pkgdown](https://github.com/noclocks/gmhleasr/actions/workflows/pkgdown.yml/badge.svg)](https://github.com/noclocks/gmhleasr/actions/workflows/pkgdown.yml)
[![Pkgdown Multi](https://github.com/noclocks/gmhleasr/actions/workflows/pkgdown-multi.yml/badge.svg)](https://github.com/noclocks/gmhleasr/actions/workflows/pkgdown-multi.yml)
[![Dependabot Updates](https://github.com/noclocks/gmhleasr/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/noclocks/gmhleasr/actions/workflows/dependabot/dependabot-updates)
[![R CMD Check](https://github.com/noclocks/gmhleasr/actions/workflows/check.yml/badge.svg?branch=main)](https://github.com/noclocks/gmhleasr/actions/workflows/check.yml)
[![Test Coverage](https://github.com/noclocks/gmhleasr/actions/workflows/coverage.yml/badge.svg)](https://github.com/noclocks/gmhleasr/actions/workflows/coverage.yml)
<!-- badges: end -->
## Overview
The goal of `gmhleasr` is to provide a set of tools for GMH Communities Leasing.
This package is a work in progress.
Resources:
## Installation
```{r child="man/fragments/installation.Rmd"}
```
```{r child="man/fragments/footer.Rmd"}
```