Skip to content

Commit

Permalink
update comments and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
randrescastaneda committed Dec 13, 2024
1 parent 498410a commit c549906
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![CRAN
checks](https://badges.cranchecks.info/summary/joyn.svg)](https://cran.r-project.org/web/checks/check_results_joyn.html)
[![](https://www.r-pkg.org/badges/version/joyn?color=orange)](https://cran.r-project.org/package=joyn)
[![](https://img.shields.io/badge/devel%20version-0.2.2.9001-blue.svg)](https://github.com/randrescastaneda/joyn)
[![](https://img.shields.io/badge/devel%20version-0.2.3-blue.svg)](https://github.com/randrescastaneda/joyn)
[![](https://codecov.io/gh/randrescastaneda/joyn/branch/master/graph/badge.svg)](https://app.codecov.io/gh/randrescastaneda/joyn)
[![](https://img.shields.io/badge/lifecycle-maturing-green.svg)](https://lifecycle.r-lib.org/articles/stages.html#maturing)

Expand Down Expand Up @@ -168,6 +168,7 @@ library(joyn)
#>
#> merge
library(data.table)
#> Warning: package 'data.table' was built under R version 4.4.2

x1 = data.table(id = c(1L, 1L, 2L, 3L, NA_integer_),
t = c(1L, 2L, 1L, 2L, NA_integer_),
Expand Down Expand Up @@ -293,11 +294,12 @@ joyn(x = x2,
#>
#> ── JOYn Report ──
#>
#> .joyn n percent
#> 1 x 2 28.6%
#> 2 x & y 1 14.3%
#> 3 NA updated 4 57.1%
#> 4 total 7 100%
#> .joyn n percent
#> <char> <int> <char>
#> 1: x 2 28.6%
#> 2: x & y 1 14.3%
#> 3: NA updated 4 57.1%
#> 4: total 7 100%
#> ────────────────────────────────────────────────────────── End of JOYn report ──
#> ℹ Note: Joyn's report available in variable .joyn
#> ℹ Note: Removing key variables id from id, yd, y, and x
Expand All @@ -319,11 +321,12 @@ joyn(x = x2,
#>
#> ── JOYn Report ──
#>
#> .joyn n percent
#> 1 NA updated 4 57.1%
#> 2 value updated 1 14.3%
#> 3 not updated 2 28.6%
#> 4 total 7 100%
#> .joyn n percent
#> <char> <int> <char>
#> 1: NA updated 4 57.1%
#> 2: value updated 1 14.3%
#> 3: not updated 2 28.6%
#> 4: total 7 100%
#> ────────────────────────────────────────────────────────── End of JOYn report ──
#> ℹ Note: Joyn's report available in variable .joyn
#> ℹ Note: Removing key variables id from id, yd, y, and x
Expand Down
6 changes: 6 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.2.4

`devtools::check()` did not return any error, warning or note:

0 errors | 0 warnings | 0 notes

# Version 0.2.2

0 errors | 0 warnings | 0 notes
Expand Down

0 comments on commit c549906

Please sign in to comment.