@eagleoutice/flowr - v2.13.1
    Preparing search index...

    The kind of project that flowR is analyzing, see FlowrAnalyzerFilesContext#projectKind.

    Index

    Enumeration Members

    Notebook: "notebook"

    A notebook or literate document (.ipynb, .Rmd, .qmd, .rnw).

    Package: "package"

    An R package (has a DESCRIPTION file that does not mark it as a ProjectKind.ShinyApp).

    Project: "project"

    A multi-file project that is not a package.

    Script: "script"

    A single R script.

    ShinyApp: "shiny-app"

    A Shiny application (Type: shiny in the DESCRIPTION, app.R, or ui.R with server.R).

    Unknown: "unknown"

    The kind could not be determined (e.g. before the files are known).