Package: RDesk
Title: Native Desktop Application Framework
Version: 1.0.7
Authors@R: c(
    person("Janakiraman", "G",
           email = "janakiraman.bt@gmail.com",
           role  = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0001-6050-2318")),
    person("Serge", "Zaitsev",
           role  = "cph",
           comment = "Author of webview library (src/webview/webview.h)"),
    person(given  = "Steffen André",
           family = "Langnes",
           role   = "cph",
           comment = "Contributor to webview library (src/webview/webview.h)"),
    person(given  = "Björn",
           family = "Hoehrmann",
           role   = "cph",
           comment = "Copyright holder credited in nlohmann/json"),
    person(given  = "Florian",
           family = "Loitsch",
           role   = "cph",
           comment = "Copyright holder credited in nlohmann/json"),
    person(given   = "Niels",
           family  = "Lohmann",
           role    = "cph",
           comment = "Author of nlohmann/json (inst/include/nlohmann/json.hpp)"),
    person(given  = "Evan",
           family = "Nemerson",
           role   = "cph",
           comment = "Copyright holder credited in nlohmann/json"),
    person(given  = "The Abseil Authors",
           role   = "cph",
           comment = "Copyright holder credited in nlohmann/json"),
    person(given   = "Microsoft Corporation",
           role    = "cph",
           comment = "WebView2 SDK (src/webview2_sdk/)")
   )
Description: Build native desktop applications for Windows (with future
    support planned for macOS and Linux) using 'R' and embedded 'webviews'.
    Provides a robust 'R6'-based event loop, asynchronous background task
    management via 'mirai' and 'callr', and a native message bridge for
    seamless 'R'-to-user-interface communication without listening ports or
    network overhead. Allows 'R' developers to create professional,
    standalone desktop tools with modern web-based user interfaces while
    maintaining a pure 'R' backend.
OS_type: windows
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
URL: https://github.com/Janakiraman-311/RDesk,
        https://janakiraman-311.github.io/RDesk/
BugReports: https://github.com/Janakiraman-311/RDesk/issues
SystemRequirements: Windows 10 or later, Microsoft 'WebView2' Runtime
        (https://developer.microsoft.com/microsoft-edge/webview2/)
RoxygenNote: 7.3.3
Imports: R6, jsonlite, digest, processx, callr, mirai (>= 1.0.0),
        base64enc, zip, stats, utils, parallel
Suggests: testthat (>= 3.0.0), withr, knitr, rmarkdown, ggplot2, dplyr,
        broom, devtools, pkgbuild, rstudioapi, renv
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2026-09-03 12:18:15 UTC; Janak
Author: Janakiraman G [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0001-6050-2318>),
  Serge Zaitsev [cph] (Author of webview library (src/webview/webview.h)),
  Steffen André Langnes [cph] (Contributor to webview library
    (src/webview/webview.h)),
  Björn Hoehrmann [cph] (Copyright holder credited in nlohmann/json),
  Florian Loitsch [cph] (Copyright holder credited in nlohmann/json),
  Niels Lohmann [cph] (Author of nlohmann/json
    (inst/include/nlohmann/json.hpp)),
  Evan Nemerson [cph] (Copyright holder credited in nlohmann/json),
  The Abseil Authors [cph] (Copyright holder credited in nlohmann/json),
  Microsoft Corporation [cph] (WebView2 SDK (src/webview2_sdk/))
Maintainer: Janakiraman G <janakiraman.bt@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-03 14:00:02 UTC
