Skip to content

Commit 5737d65

Browse files
committed
updating documentation
1 parent 436f1aa commit 5737d65

37 files changed

+485
-2360
lines changed

.Rbuildignore

100644100755
File mode changed.

.Rprofile

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/.gitignore

100644100755
File mode changed.

.github/workflows/R-CMD-check.yaml

100644100755
File mode changed.

.github/workflows/check-standard.yaml

100644100755
File mode changed.

.github/workflows/pkgdown.yaml

100644100755
File mode changed.

.github/workflows/test-coverage.yaml

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

CODE_OF_CONDUCT.md

100644100755
File mode changed.

DESCRIPTION

100644100755
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
Package: tidyvalidate
2-
Title: Simplify the use of 'validate' package.
2+
Title: Simplify the use of 'validate' package
33
Version: 0.1.0
44
Authors@R:
55
person("Angel", "Feliz", , "angel.esteban.feliz@gmail.com", role = c("aut", "cre", "cph"))
6-
Description: This package simplifies the workflow of the 'validate'
7-
package to work with data.frames by providing tools to manage the
8-
usage of 'confront', 'validator', 'violating', and 'summary'
9-
functions. It also streamlines the integration with base R's 'stop'
10-
and 'warning' functions, enhancing error handling and reporting.
6+
Description: `tidyvalidate` is a package that simplifies data validation in R
7+
by providing an intuitive interface to the powerful `validate` package.
8+
It helps you ensure data quality before analysis by making it easy to
9+
check both column-level and row-level conditions in your data frames.
1110
License: GPL (>= 3)
1211
URL: https://angelfelizr.github.io/tidyvalidate/, https://github.com/AngelFelizR/tidyvalidate
1312
Depends:
1413
R (>= 4.1.0)
1514
Imports:
1615
data.table,
1716
stringr,
18-
utils,
1917
validate
2018
Suggests:
2119
knitr,
@@ -25,4 +23,4 @@ VignetteBuilder:
2523
knitr
2624
Encoding: UTF-8
2725
Roxygen: list(markdown = TRUE)
28-
RoxygenNote: 7.3.1
26+
RoxygenNote: 7.3.2

0 commit comments

Comments
 (0)