-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99c7f8d
commit 2c8c421
Showing
3 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
^\.Rproj\.user$ | ||
^LICENSE\.md$ | ||
^tools$ | ||
^README\.Rmd$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") | ||
``` |