https://github.com/poissonconsulting/poisutils
An R package of Poisson Consulting's utility functions
https://github.com/poissonconsulting/poisutils
Last synced: 25 days ago
JSON representation
An R package of Poisson Consulting's utility functions
- Host: GitHub
- URL: https://github.com/poissonconsulting/poisutils
- Owner: poissonconsulting
- License: other
- Created: 2017-01-18T23:06:17.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T21:07:40.000Z (3 months ago)
- Last Synced: 2025-02-01T18:42:57.888Z (3 months ago)
- Language: R
- Homepage: https://poissonconsulting.github.io/poisutils/
- Size: 1.49 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- jimsghstars - poissonconsulting/poisutils - An R package of Poisson Consulting's utility functions (R)
README
---
output: github_document
---[](https://github.com/joethorley/stability-badges#experimental)
[](https://github.com/poissonconsulting/poisutils/actions/workflows/R-CMD-check.yaml)
[](https://codecov.io/gh/poissonconsulting/poisutils?branch=master)
[](https://opensource.org/license/mit/)
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```# poisutils
An R package of utility functions for Poisson Consulting's scripts and packages.
## Demonstration
```{r demonstration}
library(poisutils)x <- 1
is.named(x)
names(x) <- "one"
is.named(x)
```## Installation
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("poissonconsulting/poisutils")
```## Contribution
Please report any [issues](https://github.com/poissonconsulting/poisutils/issues).
[Pull requests](https://github.com/poissonconsulting/poisutils/pulls) are always welcome.
## Code of Conduct
Please note that the poisutils project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.