Skip to content

Commit

Permalink
doc updated #544
Browse files Browse the repository at this point in the history
  • Loading branch information
kassambara committed Feb 5, 2023
1 parent 73fd355 commit aa82b24
Show file tree
Hide file tree
Showing 424 changed files with 14,035 additions and 19,390 deletions.
16 changes: 6 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: ggpubr
Type: Package
Title: 'ggplot2' Based Publication Ready Plots
Version: 0.5.0.999
Date: 2022-11-14
Version: 0.6.0
Date: 2023-02-05
Authors@R: c(
person("Alboukadel", "Kassambara", role = c("aut", "cre"), email = "[email protected]"))
Description: The 'ggplot2' package is excellent and flexible for elegant data
Expand All @@ -18,12 +18,12 @@ Depends:
R (>= 3.1.0),
ggplot2 (>= 3.4.0)
Imports:
ggrepel (>= 0.9.2.9999),
ggrepel (>= 0.9.2),
grid,
ggsci,
stats,
utils,
tidyr (>= 1.2.1.9001),
tidyr (>= 1.3.0),
purrr,
dplyr (>= 0.7.1),
cowplot (>= 1.1.1),
Expand All @@ -33,7 +33,7 @@ Imports:
glue,
polynom,
rlang (>= 0.4.6),
rstatix (>= 0.7.1.999),
rstatix (>= 0.7.2),
tibble,
magrittr
Suggests:
Expand All @@ -44,7 +44,7 @@ Suggests:
testthat
URL: https://rpkgs.datanovia.com/ggpubr/
BugReports: https://github.com/kassambara/ggpubr/issues
RoxygenNote: 7.1.0
RoxygenNote: 7.2.3
Collate:
'utilities_color.R'
'utilities_base.R'
Expand Down Expand Up @@ -136,7 +136,3 @@ Collate:
'utils-geom-signif.R'
'utils-pipe.R'
'utils-tidyr.R'
Remotes:
tidyverse/tidyr,
slowkow/ggrepel,
kassambara/rstatix
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ggpubr 0.5.0.999
# ggpubr 0.6.0

## New features

Expand Down
3 changes: 2 additions & 1 deletion R/ggpar.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ NULL
#' \link[grDevices]{palette}.
#' @param gradient.cols vector of colors to use for n-colour gradient. Allowed
#' values include brewer and ggsci color palettes.
#' @param main,title plot main title.
#' @param main plot main title.
#' @param title plot main title.
#' @param submain,subtitle plot subtitle.
#' @param caption plot caption.
#' @param xlab character vector specifying x axis labels. Use xlab = FALSE to
Expand Down
3 changes: 2 additions & 1 deletion R/ggscatter.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ NULL
#' @inheritParams ggboxplot
#' @inheritParams facet
#' @inheritParams ggpar
#' @param x,y x and y variables for drawing.
#' @param x x variables for drawing.
#' @param y y variables for drawing.
#' @param color,fill point colors.
#' @param shape point shape. See \code{\link{show_point_shapes}}.
#' @param point logical value. If TRUE, show points.
Expand Down
4 changes: 4 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ reference:
contents:
- ggscatter
- stat_cor
- stat_regline_equation
- stat_stars
- ggscatterhist
- title: Plot Paired Data
Expand Down Expand Up @@ -108,6 +109,9 @@ reference:
- ggadd
- get_palette
- as_ggplot
- ggtext
- ggpubr_options
- ggpubr_args
- title: Data
contents:
- diff_express
Expand Down
6 changes: 2 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ There were no ERRORs, WARNINGs or NOTEs.
I have also run R CMD check on downstream dependencies of ggpubr.
All packages that I could install passed.

## Resubmission

This is a resubmission of version 0.5.0 . In this version I have:
## Update

* fixed issues so that the downstream dependencies `BinMat` passed R CMD check
This is an updated version 0.6.0 (see NEWS.md).
121 changes: 37 additions & 84 deletions docs/404.html

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

94 changes: 94 additions & 0 deletions docs/ISSUE_TEMPLATE.html

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

Loading

0 comments on commit aa82b24

Please sign in to comment.