https://github.com/Displayr/flipTime
Tools for manipulating and presenting time series data
https://github.com/Displayr/flipTime
Last synced: 5 months ago
JSON representation
Tools for manipulating and presenting time series data
- Host: GitHub
- URL: https://github.com/Displayr/flipTime
- Owner: Displayr
- Created: 2016-12-04T22:16:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T04:22:45.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:11:41.469Z (8 months ago)
- Language: R
- Size: 285 KB
- Stars: 8
- Watchers: 12
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Displayr/flipTime - Tools for manipulating and presenting time series data (R)
README
[](https://travis-ci.org/Displayr/flipTime/)
[](https://coveralls.io/github/Displayr/flipTime?branch=master)
# flipTimeTools for Manipulating Dates and Time Series
## Installation
To install from GitHub:
```
require(devtools)
install_github("Displayr/flipTime", dependencies = NA)
```If you have not set up a GitHub Personal Access Token, you will likely need to do so to avoid
GitHub rate limits, which will manifest as 403 errors when downloading packages via
`install_github`. Please see the documentation in the `usethis` package or see the
instructions [here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) and [here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token).If you are using Windows, you will need to have a version of Rtools installed that matches your
version of R in order to build packages from source. Rtools can be downloaded from
[here](https://cran.r-project.org/bin/windows/Rtools/).Specifying `dependencies = NA` in `install_github` will not install packages listed
in `Suggests` in the `DESCRIPTION` file (some of which may be proprietary and unavailable for download).## Submitting a bug report
If you encounter a problem using the package, please open an [issue](https://github.com/Displayr/flipTime/issues). To achieve a resolution as quickly as possible, please include a minimal, reproducible example of the bug, along with the exact error message or output you receive and the behavior you expect. Including the output of `sessionInfo()` in R can be helpful to reproduce the issue. Please see this [FAQ](https://community.rstudio.com/t/faq-whats-a-reproducible-example-reprex-and-how-do-i-create-one/5219), which has a number of useful tips on creating great reproducible examples.
[](https://www.displayr.com)