diff --git a/DESCRIPTION b/DESCRIPTION index 8be1e18..9c8a65e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -19,7 +19,7 @@ Suggests: rstudioapi, testthat (>= 3.0.0) Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.1 +RoxygenNote: 7.2.3 Config/testthat/edition: 3 URL: https://github.com/lionel-/codegrip BugReports: https://github.com/lionel-/codegrip/issues diff --git a/NAMESPACE b/NAMESPACE index a38adfa..1148e7b 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,4 +1,5 @@ # Generated by roxygen2: do not edit by hand +export(addin_reshape) import(rlang) import(xml2, except = as_list) diff --git a/R/reshape-addin.R b/R/reshape-addin.R index 8fa017b..9fd153d 100644 --- a/R/reshape-addin.R +++ b/R/reshape-addin.R @@ -1,3 +1,4 @@ +#' @export addin_reshape <- function() { tryCatch( addin_reshape_unsafe(), diff --git a/man/codegrip-package.Rd b/man/codegrip-package.Rd index 862385d..75ffe99 100644 --- a/man/codegrip-package.Rd +++ b/man/codegrip-package.Rd @@ -4,9 +4,17 @@ \name{codegrip-package} \alias{codegrip} \alias{codegrip-package} -\title{codegrip: Shape R code} +\title{codegrip: Syntax-Based Editing and Navigation of R Code} \description{ -Shape R code. +Provides addins for reshaping R code and navigating across syntactic constructs. +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/lionel-/codegrip} + \item Report bugs at \url{https://github.com/lionel-/codegrip/issues} +} + } \author{ \strong{Maintainer}: Lionel Henry \email{lionel@posit.co}