From 7813369ff37694e46a239031d4c3f2e05a810298 Mon Sep 17 00:00:00 2001 From: Shota Ochi Date: Mon, 11 Sep 2023 20:34:02 +0900 Subject: [PATCH] update man of magickGUI --- DESCRIPTION | 4 ++-- R/misc.R | 2 +- man/magickGUI.Rd | 13 +++++++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1511571..36d1738 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: magickGUI Type: Package Title: GUI Tools for Interactive Image Processing with 'magick' -Version: 1.3.0 +Version: 1.3.1 Authors@R: c( person("Shota", "Ochi", email = "shotaochi1990@gmail.com", role = c("aut", "cre"))) Maintainer: Shota Ochi @@ -20,5 +20,5 @@ URL: https://github.com/ShotaOchi/magickGUI BugReports: https://github.com/ShotaOchi/magickGUI/issues NeedsCompilation: no SystemRequirements: ImageMagick (>= 6.9.5.4) -RoxygenNote: 7.1.1 +RoxygenNote: 7.2.3 Encoding: UTF-8 diff --git a/R/misc.R b/R/misc.R index aaa4c2b..809179e 100644 --- a/R/misc.R +++ b/R/misc.R @@ -3,7 +3,7 @@ #' magickGUI enables us to use the functions of the package 'magick' interactively. #' @docType package #' @name magickGUI -NULL +"_PACKAGE" #' @importFrom graphics plot #' @importFrom magick geometry_area diff --git a/man/magickGUI.Rd b/man/magickGUI.Rd index 6d4160b..81e1ee1 100644 --- a/man/magickGUI.Rd +++ b/man/magickGUI.Rd @@ -3,7 +3,20 @@ \docType{package} \name{magickGUI} \alias{magickGUI} +\alias{magickGUI-package} \title{magickGUI: GUI tools for interactive image processing with 'magick'} \description{ magickGUI enables us to use the functions of the package 'magick' interactively. } +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/ShotaOchi/magickGUI} + \item Report bugs at \url{https://github.com/ShotaOchi/magickGUI/issues} +} + +} +\author{ +\strong{Maintainer}: Shota Ochi \email{shotaochi1990@gmail.com} + +}