An open API service indexing awesome lists of open source software.

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.

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

[![R-CMD-check](https://github.com/ixpantia/inc.rtests/actions/workflows/R-CMD-check.yaml/badge.svg)](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")
```