Skip to content
Snippets Groups Projects
DESCRIPTION 1.75 KiB
Newer Older
Package: shinySbm
Title: 'shiny' Application to Use the Stochastic Block Model
Version: 0.1.5
Authors@R: 
  c(person(given = "Theodore", family = "Vanrenterghem", 
Jo-Theo's avatar
Jo-Theo committed
           email = "shiny.sbm.dev@gmail.com", role = c("cre", "aut")),
    person(given = "Julie", family = "Aubert", role = c("aut"),
Jo-Theo's avatar
Jo-Theo committed
           email = "julie.aubert@inrae.fr",
           comment = c(ORCID = "0000-0001-5203-5748")),
    person(given = "Saint-Clair", family = "Chabert-Liddell", role = c("aut"),
           email = "saint-clair.chabert-liddell@agroparistech.fr",
           comment = c(ORCID = "0000-0001-5604-7308")), 
    person("großBM team", role = c("ctb")), 
    person("Golem User", role = c("cph")))
Description: A 'shiny' interface for a simpler use of the 'sbm' R package. 
    It also contains useful functions to easily explore the 'sbm' package results. 
    With this package you should be able to use the stochastic block model 
Jo-Theo's avatar
Jo-Theo committed
    without any knowledge in R, get automatic reports and nice visuals, as 
    well as learning the basic functions of 'sbm'.
Jo-Theo's avatar
Jo-Theo committed
URL: https://shinysbm-theodore-vanrenterghem-b12616c23cfbfb3f0fe520178bcb95a.pages.mia.inra.fr/, https://cran.r-project.org/package=shinySbm
BugReports: https://github.com/Jo-Theo/shinySbm/issues
License: MIT + file LICENSE
Depends: 
  R (>= 3.50),
  sbm
Imports: 
    colourpicker,
    config (>= 0.3.1),
    data.table,
    dplyr,
    DT,
    fresh,
    ggplot2,
    golem (>= 0.3.5),
    magrittr,
    purrr,
    rmarkdown,
    shiny (>= 1.7.2),
    shinyalert,
    shinydashboard,
    stringr,
    visNetwork
Suggests: knitr, spelling, testthat (>= 3.0.0)
Theodore Vanrenterghem's avatar
Theodore Vanrenterghem committed
Config/testthat/edition: 3
Encoding: UTF-8
Theodore Vanrenterghem's avatar
Theodore Vanrenterghem committed
Language: en-US
LazyData: true
RoxygenNote: 7.2.3
Jo-Theo's avatar
Jo-Theo committed
NeedsCompilation: no
VANRENTERGHEM Théodore's avatar
VANRENTERGHEM Théodore committed
VignetteBuilder: knitr