-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.02 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: Momoshop
Type: Package
Title: Interactive Image Processing Pipeline Builder
Version: 0.1.0
Authors@R:
person("Vincent", "Bonhomme",
email = "bonhomme.vincent@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2742-6349"))
Description: Provides an interactive Shiny interface for building, previewing,
and exporting image processing pipelines using the 'magick' package. Users
can load images, add operations (colorspace conversion, pixel operations,
geometry transformations, segmentation), preview results in real-time, and
export reproducible R code. Part of the MomX morphometric ecosystem.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
shiny,
magick,
bslib,
shinyjs,
base64enc,
shinyWidgets,
jsonlite,
magrittr,
rlang,
stats
Suggests:
testthat (>= 3.0.0)
URL: https://github.com/MomX/Momoshop
BugReports: https://github.com/MomX/Momoshop/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3