https://github.com/ixpantia/inc.rtests
Incubadora sobre desarrollo de paquetes en R, con un enfoque en las pruebas unitarias y CI/CD.
https://github.com/ixpantia/inc.rtests
incubadora pruebas
Last synced: 9 months ago
JSON representation
Incubadora sobre desarrollo de paquetes en R, con un enfoque en las pruebas unitarias y CI/CD.
- Host: GitHub
- URL: https://github.com/ixpantia/inc.rtests
- Owner: ixpantia
- License: other
- Created: 2024-11-26T22:58:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T13:22:36.000Z (over 1 year ago)
- Last Synced: 2025-04-12T19:34:19.620Z (about 1 year ago)
- Topics: incubadora, pruebas
- Language: R
- Homepage: https://ixpantia.github.io/inc.rtests/
- Size: 1.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# inc.rtests
[](https://github.com/ixpantia/inc.rtests/actions/workflows/R-CMD-check.yaml)
The goal of inc.rtests is to greet you.
## Installation
You can install the development version of inc.rtests from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("ixpantia/inc.rtests")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(inc.rtests)
greet()
greet("Mauro")
```