https://github.com/ahasverus/rtoolbox
:package: Miscellaneous R functions for everyday life
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.6%) to scientific vocabulary
Keywords
package
r
toolbox
utils
Last synced: 5 months ago
·
JSON representation
Repository
:package: Miscellaneous R functions for everyday life
Basic Info
- Host: GitHub
- Owner: ahasverus
- License: gpl-2.0
- Language: R
- Default Branch: main
- Homepage: https://ahasverus.github.io/rtoolbox
- Size: 205 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Topics
package
r
toolbox
utils
Created almost 5 years ago
· Last pushed almost 5 years ago
Metadata Files
Readme
License
Code of conduct
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
rtoolbox
=========================================================
[](https://github.com/ahasverus/rtoolbox/actions)
[](https://CRAN.R-project.org/package=rtoolbox)
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
[](https://www.tidyverse.org/lifecycle/#experimental)
A collection of miscellaneous R functions for everyday life.
## Installation
You can install the development version from [GitHub](https://github.com/) with:
```{r eval=FALSE}
# install.packages("remotes")
remotes::install_github("ahasverus/rtoolbox")
```
Then you can attach the package `rtoolbox`:
```{r eval=FALSE}
library("rtoolbox")
```
## Overview
Here is an overview of `rtoolbox` content:
| Function | Description |
| :--------------------- | :------------------------------------------------------------------------------- |
| `new_package()` | Creates a new package structure (derived from `usethis::create_package()`) |
| `new_compendium()` | Creates a new compendium structure (derived from `rrtools::create_compendium()`) |
| `add_dependencies()` | Adds automatically dependencies in **DESCRIPTION** file |
| `add_github_actions()` | Sets up GitHub Actions (derived from `usethis::use_github_action_*()`) |
| `add_badges()` | Adds common badges in **README.Rmd** (derived from `usethis::use_badge()`) |
| `git_to_commit()` | Checks if all local *git* repositories need to be updated |
## Citation
Please cite this package as:
> Casajus N. (2021) rtoolbox: Utilitaries R Functions. R package version 1.0.0.
## Code of Conduct
Please note that the `rtoolbox` 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.
Owner
- Name: Nicolas Casajus
- Login: ahasverus
- Kind: user
- Location: Montpellier, France
- Company: @FRBCesab
- Website: https://nicolascasajus.fr
- Repositories: 89
- Profile: https://github.com/ahasverus
Data scientist
GitHub Events
Total
Last Year
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Nicolas Casajus | n****s@g****m | 4 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ahasverus (1)
Pull Request Authors
Top Labels
Issue Labels
enhancement (1)