diff --git a/DESCRIPTION b/DESCRIPTION index 2309bfc1..a434c569 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,19 +1,18 @@ Package: esquisse Type: Package Title: Explore and Visualize Your Data Interactively -Version: 0.9.9.9100 +Version: 1.0.0 Authors@R: c(person("Fanny", "Meyer", role = c("aut")), person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")), person("Ian", "Carroll", comment = "Faceting support", role = "ctb"), person("Xiangnan", "Dang", comment = "Facets rows and cols, X/Y limits", role = "ctb")) -Description: A 'shiny' gadget to create 'ggplot2' charts interactively with drag-and-drop to map your variables. - You can quickly visualize your data accordingly to their type, export to 'PNG' or 'PowerPoint', - and retrieve the code to reproduce the chart. +Description: A 'shiny' gadget to create 'ggplot2' figures interactively with drag-and-drop to map your variables to different aesthetics. + You can quickly visualize your data accordingly to their type, export in various formats, + and retrieve the code to reproduce the plot. URL: https://github.com/dreamRs/esquisse BugReports: https://github.com/dreamRs/esquisse/issues License: GPL-3 | file LICENSE Encoding: UTF-8 -LazyData: true RoxygenNote: 7.1.1 Roxygen: list(markdown = TRUE) Imports: datamods, diff --git a/R/export.R b/R/export.R index ef90986b..6b83b518 100644 --- a/R/export.R +++ b/R/export.R @@ -268,7 +268,7 @@ downloads_labels <- function(label = icon("download"), } #' @param expr An expression that generates a `ggplot` object. -#' @param env The environment in which to evaluate expr. +#' @param env The environment in which to evaluate expression. #' @param quoted Is `expr` a quoted expression (with `quote()`)? This #' is useful if you want to save an expression in a variable. #' @param filename A string of the filename to export WITHOUT extension, diff --git a/R/geoms.R b/R/geometries.R similarity index 98% rename from R/geoms.R rename to R/geometries.R index 70c1fabe..59f7842f 100644 --- a/R/geoms.R +++ b/R/geometries.R @@ -134,7 +134,7 @@ potential_geoms_ref <- function() { #' Match list of arguments to arguments of geometry #' #' @param geom Character. name of the geometry. -#' @param args Named list, parameters to match to geom's arguments. +#' @param args Named list, parameters to be matched to the geometry arguments. #' @param add_aes Add aesthetics parameters (like size, fill, ...). #' @param mapping Mapping used in plot, to avoid setting fixed aesthetics parameters. #' @param envir Package environment to search in. diff --git a/R/input-dragula.R b/R/input-dragula.R index 3fc0be9b..812974a2 100644 --- a/R/input-dragula.R +++ b/R/input-dragula.R @@ -29,7 +29,7 @@ #' status to color them, or \code{NULL}. #' @param replace When a choice is dragged in a target container already #' containing a choice, does the later be replaced by the new one ? -#' @param dragulaOpts Options passed to dragula JS library. +#' @param dragulaOpts Options passed to dragula JavaScript library. #' @param boxStyle CSS style string to customize source and target container. #' @param width Width of the input. #' @param height Height of each boxes, the total input height is this parameter X 2. diff --git a/README.md b/README.md index c59fce7d..ea778390 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![version](http://www.r-pkg.org/badges/version/esquisse)](https://CRAN.R-project.org/package=esquisse) [![cranlogs](http://cranlogs.r-pkg.org/badges/esquisse)](https://CRAN.R-project.org/package=esquisse) -[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable) +[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![R build status](https://github.com/dreamRs/esquisse/workflows/R-CMD-check/badge.svg)](https://github.com/dreamRs/esquisse/actions) diff --git a/man/dragulaInput.Rd b/man/dragulaInput.Rd index 3f93a85d..c183c99c 100644 --- a/man/dragulaInput.Rd +++ b/man/dragulaInput.Rd @@ -66,7 +66,7 @@ if you want to pass custom appearance with \code{choiceNames}.} \item{ncolGrid}{Number of columns used to place source and targets boxes, see examples.} -\item{dragulaOpts}{Options passed to dragula JS library.} +\item{dragulaOpts}{Options passed to dragula JavaScript library.} \item{boxStyle}{CSS style string to customize source and target container.} diff --git a/man/ggplot-output.Rd b/man/ggplot-output.Rd index fab68cb8..e673c696 100644 --- a/man/ggplot-output.Rd +++ b/man/ggplot-output.Rd @@ -54,7 +54,7 @@ export menu, use \code{NULL} to disable specific format.} \item{expr}{An expression that generates a \code{ggplot} object.} -\item{env}{The environment in which to evaluate expr.} +\item{env}{The environment in which to evaluate expression.} \item{quoted}{Is \code{expr} a quoted expression (with \code{quote()})? This is useful if you want to save an expression in a variable.} diff --git a/man/match_geom_args.Rd b/man/match_geom_args.Rd index e1ebcbc3..528be7e4 100644 --- a/man/match_geom_args.Rd +++ b/man/match_geom_args.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/geoms.R +% Please edit documentation in R/geometries.R \name{match_geom_args} \alias{match_geom_args} \title{Match list of arguments to arguments of geometry} @@ -15,7 +15,7 @@ match_geom_args( \arguments{ \item{geom}{Character. name of the geometry.} -\item{args}{Named list, parameters to match to geom's arguments.} +\item{args}{Named list, parameters to be matched to the geometry arguments.} \item{add_aes}{Add aesthetics parameters (like size, fill, ...).} diff --git a/man/potential_geoms.Rd b/man/potential_geoms.Rd index c8b7c277..6b085d53 100644 --- a/man/potential_geoms.Rd +++ b/man/potential_geoms.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/geoms.R +% Please edit documentation in R/geometries.R \name{potential_geoms} \alias{potential_geoms} \title{Potential geometries according to the data} diff --git a/vignettes/get-started.Rmd b/vignettes/get-started.Rmd index 39a74a81..2f61dd9c 100644 --- a/vignettes/get-started.Rmd +++ b/vignettes/get-started.Rmd @@ -55,7 +55,7 @@ esquisser(mtcars) If you don't have used a `data.frame` when launching the addin, a window to import data will appear. -This functionnality comes from package [{datamods}](https://github.com/dreamRs/datamods), you can find more documentation about it [here](https://dreamrs.github.io/datamods/articles/datamods.html). +This feature comes from package [{datamods}](https://github.com/dreamRs/datamods), you can find more documentation about it [here](https://dreamrs.github.io/datamods/articles/datamods.html). ![](figures/import-data.png) @@ -66,7 +66,7 @@ This is the main interface and the most interesting part of the addin (in exampl ![](figures/esquisse.png) -You can select aesthetics to used by clicking the gear icon in top right corner, then drag-and-drop into aesthectics boxes to create a plot: +You can select aesthetics to used by clicking the gear icon in top right corner, then drag-and-drop into aesthetics boxes to create a plot: ![](figures/aesthetics.png) diff --git a/vignettes/shiny-usage.Rmd b/vignettes/shiny-usage.Rmd index a0203ed5..2ef2f0c5 100644 --- a/vignettes/shiny-usage.Rmd +++ b/vignettes/shiny-usage.Rmd @@ -122,7 +122,7 @@ This modulle allow to save a `ggplot` object in various format and to resize it ![](figures/save-ggplot.png) -You can call the module from server to display it in a modal window (it's also possible to display it deirectly in your UI): +You can call the module from server to display it in a modal window (it's also possible to display it directly in your UI): ```{r save-ggplot} function(input, output, session) {