-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 1.49 KB
/
Copy pathDESCRIPTION
File metadata and controls
52 lines (52 loc) · 1.49 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Type: Package
Package: appifyr
Title: Create Web Applications from R Functions
Version: 0.2.0
Authors@R:
c(person(given = "Reto",
family = "Wyss",
role = c("aut", "cre", "cph"),
email = "reto.wyss.ch@gmail.com",
comment = c(ORCID = "0009-0003-4150-4504")),
person(given = "Michael",
family = "Rustler",
role = "ctb",
email = "michael.rustler@kompetenz-wasser.de",
comment = c(ORCID = "0000-0003-0647-7726")))
Description: A framework for converting R functions into interactive web applications
using OpenCPU as a backend. 'appifyr' bridges the gap between R's analytical capabilities
and web interfaces by automatically generating HTML forms for function parameters,
connecting these inputs to OpenCPU API calls, and displaying the function outputs.
It allows R users with minimal JavaScript knowledge to create interactive web applications.
License: MIT + file LICENSE
URL: https://github.com/retowyss/appifyr, https://retowyss.github.io/appifyr
BugReports: https://github.com/retowyss/appifyr/issues
Depends:
R (>= 4.1.0)
Imports:
devtools,
dplyr,
fs,
glue,
htmltools,
magrittr,
methods,
purrr,
readr,
rmarkdown,
roxygen2,
stringr,
tibble
Suggests:
tidyr,
covr,
knitr,
opencpu,
remotes,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2