https://github.com/ipea/utilsipea
Pacote para reunir funções muito utilizadas no IPEA.
https://github.com/ipea/utilsipea
Last synced: 4 months ago
JSON representation
Pacote para reunir funções muito utilizadas no IPEA.
- Host: GitHub
- URL: https://github.com/ipea/utilsipea
- Owner: ipea
- Created: 2017-09-05T20:37:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T19:38:57.000Z (about 8 years ago)
- Last Synced: 2025-12-09T21:57:12.439Z (7 months ago)
- Language: R
- Size: 60.4 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# utilsIPEA [](https://travis-ci.org/ipea/utilsIPEA) [](https://www.r-pkg.org/badges/version/utilsIPEA) [](https://cranlogs.r-pkg.org/badges/grand-total/utilsIPEA) [](https://img.shields.io/codecov/c/github/ipea/utilsIPEA/master.svg)
This package has the most common functions used at IPEA.
## Installation
The package is on CRAN, so to install it just the command:
```{r eval=FALSE}
install.packages("utilsIPEA")
```
## Change log
The change log can be read on the [News](https://github.com/ipea/utilsIPEA/blob/master/NEWS.md)
## Contributing
To add new functions to this package, it is needed to create a new breach with the new code and submit a
pull request to branch master.
To create the new branch using git command line use the command:
```{r eval=FALSE}
git checkout -b name_of_new_branch
```
To do it on RStudio just click on Tools >> Shell. On the new opened window type the command above.
After adding the new code and [**tests**](http://r-pkgs.had.co.nz/tests.html#test-tests) commit the changes to the git repository and check on [travis](https://travis-ci.org/ipea/utilsIPEA)
if it has been build correctly.
Now, the code is ready to be incorporated to master branch. To do so, a [pull request](https://help.github.com/articles/about-pull-requests/) has to be made to branch dev. The branch dev contains all code that is not released on CRAN.