Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Nov 20, 2020
1 parent 99c7f8d commit 2c8c421
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
^\.Rproj\.user$
^LICENSE\.md$
^tools$
^README\.Rmd$
30 changes: 30 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# civil

<!-- badges: start -->
<!-- badges: end -->

The goal of civil is to provide new types for working with _local_ and _zoned_ date-times. Additionally, all functionality works with Date and POSIXct, with the goal of expanding on the groundwork laid by lubridate to make working around issues of daylight savings and leap years a little more intuitive.

## Installation

You can install the development version of civil with:

``` r
# install.packages("remotes")
remotes::install_github("DavisVaughan/civil")
```
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# civil

<!-- badges: start -->
<!-- badges: end -->

The goal of civil is to provide new types for working with *local* and
*zoned* date-times. Additionally, all functionality works with Date and
POSIXct, with the goal of expanding on the groundwork laid by lubridate
to make working around issues of daylight savings and leap years a
little more intuitive.

## Installation

You can install the development version of civil with:

``` r
# install.packages("remotes")
remotes::install_github("DavisVaughan/civil")
```

0 comments on commit 2c8c421

Please sign in to comment.