Skip to content

Commit

Permalink
prep for cran submission
Browse files Browse the repository at this point in the history
  • Loading branch information
maraab23 committed Oct 11, 2022
1 parent acfa610 commit b9e32d7
Show file tree
Hide file tree
Showing 22 changed files with 1,948 additions and 36 deletions.
3 changes: 0 additions & 3 deletions CRAN-SUBMISSION

This file was deleted.

8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Version: 0.8.1
Authors@R:
person("Marcel", "Raab", , "marcel.raab@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3097-1591"))
Description: A set of wrapper functions that mainly re-produces some of the
sequence plots rendered with TraMineR::seqplot() and 'TraMineRextras'.
Whereas 'TraMineR' uses base R to produce the plots this library draws on
'ggplot2'. The plots are produced on the basis of a sequence object defined
Description: A set of wrapper functions that mainly re-produces most of the
sequence plots rendered with TraMineR::seqplot(). Whereas 'TraMineR' uses base
R to produce the plots this library draws on 'ggplot2'.
The plots are produced on the basis of a sequence object defined
with TraMineR::seqdef(). The package automates the reshaping and plotting
of sequence data. Resulting plots are of class 'ggplot', i.e. components
can be added and tweaked using '+' and regular 'ggplot2' functions.
Expand Down
3 changes: 1 addition & 2 deletions R/ggseqeplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
#' instead of base R's \code{\link[base]{plot}} function that is used by
#' \code{\link[TraMineR:seqplot]{TraMineR::seqplot}} \insertCite{gabadinho2011}{ggseqplot}.
#' Other than in \code{\link[TraMineR:seqHtplot]{TraMineR::seqHtplot}} group-specific entropy
#' lines are displayed in a common plot (just like in
#' \code{\link[TraMineRextras:seqplot.tentrop]{TraMineRextras::seqplot.tentrop}}).
#' lines are displayed in a common plot.
#'
#' @param seqdata State sequence object (class \code{stslist}) created with the \code{\link[TraMineR:seqdef]{TraMineR::seqdef}} function.
#' @param group If grouping variable is specified plot shows one line for each group
Expand Down
2 changes: 1 addition & 1 deletion R/ggseqrplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#'
#' @eval shared_params()
#' @inheritParams TraMineR::seqrep
#' @param diss pairwise dissimilarities between sequences in \code{seqdata} (see \code{TraMineRextras::seqdist})
#' @param diss pairwise dissimilarities between sequences in \code{seqdata} (see \code{TraMineR::seqdist})
#' @param border if \code{TRUE} bars are plotted with black outline; default is \code{FALSE} (also accepts \code{NULL})
#' @param proportional if \code{TRUE} (default), the sequence heights are
#' displayed proportional to the number of represented sequences
Expand Down
8 changes: 4 additions & 4 deletions docs/articles/ggseqplot.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/articles/ggseqplot_files/figure-html/unnamed-chunk-12-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgdown: 2.0.6
pkgdown_sha: ~
articles:
ggseqplot: ggseqplot.html
last_built: 2022-10-10T12:58Z
last_built: 2022-10-11T06:33Z
urls:
reference: https://maraab23.github.io/ggseqplot/reference
article: https://maraab23.github.io/ggseqplot/articles
Expand Down
Binary file modified docs/reference/Rplot001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/reference/ggseqplot-package.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b9e32d7

Please sign in to comment.