Skip to content

Commit 750c024

Browse files
committed
roxygenize
1 parent 06fec16 commit 750c024

File tree

7 files changed

+33
-4
lines changed

7 files changed

+33
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: ggparallel
2-
Version: 0.4.0
2+
Version: 0.5.0
33
Date: 2024-03-09
44
Title: Variations of Parallel Coordinate Plots for Categorical Data
55
Authors@R: c(

R/help.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
#' @keywords internal
2+
"_PACKAGE"
3+
14
#' A package for creating parallel coordinates for categorical data
25
#'
36
#' The main function \code{\link{ggparallel}} implements three types of
47
#' parallel coordinate plots for categorical data: hammock plots, parallel
58
#' sets plots, and common angle plots.
69
#'
7-
#' @docType _PACKAGE
810
#' @name package-ggparallel
911
NULL

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
status](https://www.r-pkg.org/badges/version/ggparallel)](https://CRAN.R-project.org/package=ggparallel)
1010
[![CRAN RStudio mirror
1111
downloads](https://cranlogs.r-pkg.org/badges/last-month/ggparallel?color=blue)](https://r-pkg.org/pkg/ggparallel)
12-
[![Last-changedate](https://img.shields.io/badge/last%20change-2024--01--29-yellowgreen.svg)](https://github.com/heike/ggparallel/commits/main)
12+
[![Last-changedate](https://img.shields.io/badge/last%20change-2025--09--03-yellowgreen.svg)](https://github.com/heike/ggparallel/commits/main)
1313
[![codecov test
1414
coverage](https://codecov.io/gh/heike/ggparallel/graph/badge.svg?token=zfeqffIjxY)](https://codecov.io/gh/heike/ggparallel)
1515
[![R-CMD-check](https://github.com/heike/ggparallel/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/heike/ggparallel/actions/workflows/R-CMD-check.yaml)
82 Bytes
Loading
45 Bytes
Loading

man/ggparallel-package.Rd

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/package-ggparallel.Rd

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)