@eagleoutice/flowr - v2.13.14
Preparing search index...
@eagleoutice/flowr - v2.13.14
Modules
parallel
src/abstract-interpretation/absint-visitor
src/abstract-interpretation/data-frame/dataframe-domain
src/abstract-interpretation/data-frame/mappers/access-mapper
src/abstract-interpretation/data-frame/mappers/arguments
src/abstract-interpretation/data-frame/mappers/function-mapper
src/abstract-interpretation/data-frame/mappers/replacement-mapper
src/abstract-interpretation/data-frame/resolve-args
src/abstract-interpretation/data-frame/semantics
src/abstract-interpretation/data-frame/shape-inference
src/abstract-interpretation/domains/abstract-domain
src/abstract-interpretation/domains/bounded-set-domain
src/abstract-interpretation/domains/interval-domain
src/abstract-interpretation/domains/lattice
src/abstract-interpretation/domains/multi-value-state-domain
src/abstract-interpretation/domains/partial-product-domain
src/abstract-interpretation/domains/positive-interval-domain
src/abstract-interpretation/domains/product-domain
src/abstract-interpretation/domains/set-range-domain
src/abstract-interpretation/domains/set-upper-bound-domain
src/abstract-interpretation/domains/singleton-domain
src/abstract-interpretation/domains/state-abstract-domain
src/abstract-interpretation/domains/state-domain-like
src/abstract-interpretation/domains/value-abstract-domain
src/abstract-interpretation/unsupported-functions
src/benchmark/calibration
src/benchmark/slicer
src/benchmark/stats/feature-counts
src/benchmark/stats/print
src/benchmark/stats/sigdb-counts
src/benchmark/stats/size-of
src/benchmark/stats/stats
src/benchmark/stopwatch
src/benchmark/summarizer/data
src/benchmark/summarizer/first-phase/input
src/benchmark/summarizer/first-phase/process
src/benchmark/summarizer/second-phase/graph
src/benchmark/summarizer/second-phase/process
src/benchmark/summarizer/summarizer
src/cli/benchmark-app
src/cli/benchmark-helper-app
src/cli/common/options
src/cli/common/script
src/cli/common/scripts-info
src/cli/export-quads-app
src/cli/flowr
src/cli/flowr-main-options
src/cli/repl/commands/repl-cfg
src/cli/repl/commands/repl-commands
src/cli/repl/commands/repl-dataflow
src/cli/repl/commands/repl-execute
src/cli/repl/commands/repl-main
src/cli/repl/commands/repl-normalize
src/cli/repl/commands/repl-parse
src/cli/repl/commands/repl-query
src/cli/repl/commands/repl-quit
src/cli/repl/commands/repl-signature
src/cli/repl/commands/repl-version
src/cli/repl/core
src/cli/repl/execute
src/cli/repl/ghost-hint
src/cli/repl/parser/slice-query-parser
src/cli/repl/path-input
src/cli/repl/print-version
src/cli/repl/prompt
src/cli/repl/server/compact
src/cli/repl/server/connection
src/cli/repl/server/messages/all-messages
src/cli/repl/server/messages/message-analysis
src/cli/repl/server/messages/message-error
src/cli/repl/server/messages/message-hello
src/cli/repl/server/messages/message-query
src/cli/repl/server/messages/message-repl
src/cli/repl/server/messages/message-slice
src/cli/repl/server/net
src/cli/repl/server/send
src/cli/repl/server/server
src/cli/repl/server/validate
src/cli/run-script
src/cli/script-core/summarizer-core
src/cli/slicer-app
src/cli/summarizer-app
src/cli/wiki
src/config
src/control-flow/basic-cfg-guided-visitor
src/control-flow/cfg-builder
src/control-flow/cfg-dead-code
src/control-flow/cfg-properties
src/control-flow/cfg-simplification
src/control-flow/cfg-to-basic-blocks
src/control-flow/control-flow-graph
src/control-flow/dfg-cfg-guided-visitor
src/control-flow/diff-cfg
src/control-flow/extract-cfg
src/control-flow/happens-before
src/control-flow/semantic-cfg-guided-visitor
src/control-flow/simple-visitor
src/control-flow/syntax-cfg-guided-visitor
src/control-flow/useless-loop
src/core/pipeline-executor
src/core/print/dataflow-printer
src/core/print/normalize-printer
src/core/print/parse-printer
src/core/print/print
src/core/print/slice-diff-ansi
src/core/steps/all/core/00-parse
src/core/steps/all/core/01-parse-tree-sitter
src/core/steps/all/core/10-normalize
src/core/steps/all/core/11-normalize-tree-sitter
src/core/steps/all/core/20-dataflow
src/core/steps/all/static-slicing/00-slice
src/core/steps/all/static-slicing/10-reconstruct
src/core/steps/pipeline-step
src/core/steps/pipeline/create-pipeline
src/core/steps/pipeline/default-pipelines
src/core/steps/pipeline/invalid-pipeline-error
src/core/steps/pipeline/pipeline
src/data/r-base-packages.generated
src/data/r-base-primitives.generated
src/dataflow/cluster
src/dataflow/environments/append
src/dataflow/environments/apply-kill
src/dataflow/environments/built-in
src/dataflow/environments/built-in-config
src/dataflow/environments/built-in-eval-name
src/dataflow/environments/built-in-proc-name
src/dataflow/environments/built-in-props
src/dataflow/environments/clone
src/dataflow/environments/data-masking-functions
src/dataflow/environments/default-builtin-config
src/dataflow/environments/define
src/dataflow/environments/diff
src/dataflow/environments/environment
src/dataflow/environments/identifier
src/dataflow/environments/overwrite
src/dataflow/environments/query-fn-props
src/dataflow/environments/reference-to-maybe
src/dataflow/environments/resolve-by-name
src/dataflow/environments/resolve-helper
src/dataflow/environments/scoping
src/dataflow/eval/resolve/alias-tracking
src/dataflow/eval/resolve/match-arguments
src/dataflow/eval/resolve/resolve
src/dataflow/eval/resolve/resolve-argument
src/dataflow/eval/resolve/resolve-numbers
src/dataflow/eval/resolve/resolve-operators
src/dataflow/eval/resolve/resolve-strings
src/dataflow/eval/resolve/resolve-working-directory
src/dataflow/eval/values/general
src/dataflow/eval/values/intervals/interval-constants
src/dataflow/eval/values/logical/logical-constants
src/dataflow/eval/values/r-value
src/dataflow/eval/values/scalar/scalar-constants
src/dataflow/eval/values/sets/set-constants
src/dataflow/eval/values/string/string-constants
src/dataflow/eval/values/vectors/vector-constants
src/dataflow/extractor
src/dataflow/fn/exceptions-of-function
src/dataflow/fn/higher-order-function
src/dataflow/fn/recursive-function
src/dataflow/graph/call-graph
src/dataflow/graph/dataflowgraph-builder
src/dataflow/graph/df-helper
src/dataflow/graph/diff-dataflow-graph
src/dataflow/graph/edge
src/dataflow/graph/graph
src/dataflow/graph/graph-helper
src/dataflow/graph/quads
src/dataflow/graph/unknown-replacement
src/dataflow/graph/unknown-side-effect
src/dataflow/graph/vertex
src/dataflow/hooks
src/dataflow/info
src/dataflow/instrument/instrument-dataflow-count
src/dataflow/internal/linker
src/dataflow/internal/process/functions/call/argument/make-argument
src/dataflow/internal/process/functions/call/argument/unpack-argument
src/dataflow/internal/process/functions/call/built-in/built-in-access
src/dataflow/internal/process/functions/call/built-in/built-in-apply
src/dataflow/internal/process/functions/call/built-in/built-in-assignment
src/dataflow/internal/process/functions/call/built-in/built-in-attach
src/dataflow/internal/process/functions/call/built-in/built-in-class-generator
src/dataflow/internal/process/functions/call/built-in/built-in-envir-utils
src/dataflow/internal/process/functions/call/built-in/built-in-eval
src/dataflow/internal/process/functions/call/built-in/built-in-expression-list
src/dataflow/internal/process/functions/call/built-in/built-in-for-loop
src/dataflow/internal/process/functions/call/built-in/built-in-function-definition
src/dataflow/internal/process/functions/call/built-in/built-in-get
src/dataflow/internal/process/functions/call/built-in/built-in-if-then-else
src/dataflow/internal/process/functions/call/built-in/built-in-library
src/dataflow/internal/process/functions/call/built-in/built-in-list
src/dataflow/internal/process/functions/call/built-in/built-in-load
src/dataflow/internal/process/functions/call/built-in/built-in-local
src/dataflow/internal/process/functions/call/built-in/built-in-namespace-access
src/dataflow/internal/process/functions/call/built-in/built-in-new-env
src/dataflow/internal/process/functions/call/built-in/built-in-pipe
src/dataflow/internal/process/functions/call/built-in/built-in-purrr-formula
src/dataflow/internal/process/functions/call/built-in/built-in-quote
src/dataflow/internal/process/functions/call/built-in/built-in-recall
src/dataflow/internal/process/functions/call/built-in/built-in-register-hook
src/dataflow/internal/process/functions/call/built-in/built-in-repeat-loop
src/dataflow/internal/process/functions/call/built-in/built-in-replacement
src/dataflow/internal/process/functions/call/built-in/built-in-rm
src/dataflow/internal/process/functions/call/built-in/built-in-s-seven-dispatch
src/dataflow/internal/process/functions/call/built-in/built-in-s-seven-new-generic
src/dataflow/internal/process/functions/call/built-in/built-in-s-three-dispatch
src/dataflow/internal/process/functions/call/built-in/built-in-source
src/dataflow/internal/process/functions/call/built-in/built-in-special-bin-op
src/dataflow/internal/process/functions/call/built-in/built-in-stack-env
src/dataflow/internal/process/functions/call/built-in/built-in-stop-if-not
src/dataflow/internal/process/functions/call/built-in/built-in-try-catch
src/dataflow/internal/process/functions/call/built-in/built-in-vector
src/dataflow/internal/process/functions/call/built-in/built-in-while-loop
src/dataflow/internal/process/functions/call/built-in/built-in-with
src/dataflow/internal/process/functions/call/built-in/transitive-side-effects
src/dataflow/internal/process/functions/call/common
src/dataflow/internal/process/functions/call/default-call-handling
src/dataflow/internal/process/functions/call/known-call-handling
src/dataflow/internal/process/functions/call/named-call-handling
src/dataflow/internal/process/functions/call/unnamed-call-handling
src/dataflow/internal/process/functions/process-argument
src/dataflow/internal/process/functions/process-parameter
src/dataflow/internal/process/process-named-call
src/dataflow/internal/process/process-symbol
src/dataflow/internal/process/process-uninteresting-leaf
src/dataflow/internal/process/process-value
src/dataflow/logger
src/dataflow/origin/dfg-get-origin
src/dataflow/origin/dfg-get-symbol-refs
src/dataflow/processor
src/documentation/data/dfg/doc-data-dfg-util
src/documentation/data/faq/faqs
src/documentation/data/faq/recommended-configs
src/documentation/data/faq/wiki-faq-store
src/documentation/data/interface/doc-writing-code
src/documentation/data/query/example-query-code
src/documentation/data/server/doc-data-server-messages
src/documentation/doc-capabilities
src/documentation/doc-readme
src/documentation/doc-util/doc-auto-gen
src/documentation/doc-util/doc-benchmarks
src/documentation/doc-util/doc-cfg
src/documentation/doc-util/doc-cli-option
src/documentation/doc-util/doc-code
src/documentation/doc-util/doc-dfg
src/documentation/doc-util/doc-docker
src/documentation/doc-util/doc-env
src/documentation/doc-util/doc-escape
src/documentation/doc-util/doc-files
src/documentation/doc-util/doc-functions
src/documentation/doc-util/doc-general
src/documentation/doc-util/doc-issue
src/documentation/doc-util/doc-normalized-ast
src/documentation/doc-util/doc-query
src/documentation/doc-util/doc-repl
src/documentation/doc-util/doc-search
src/documentation/doc-util/doc-server-message
src/documentation/doc-util/doc-sigdb
src/documentation/doc-util/doc-structure
src/documentation/doc-util/doc-types
src/documentation/issue-linting-rule
src/documentation/wiki-absint
src/documentation/wiki-analyzer
src/documentation/wiki-cfg
src/documentation/wiki-core
src/documentation/wiki-create-linting-rules
src/documentation/wiki-dataflow-graph
src/documentation/wiki-engine
src/documentation/wiki-faq
src/documentation/wiki-interface
src/documentation/wiki-linter
src/documentation/wiki-linting-and-testing
src/documentation/wiki-mk/doc-context
src/documentation/wiki-mk/doc-maker
src/documentation/wiki-normalized-ast
src/documentation/wiki-onboarding
src/documentation/wiki-overview
src/documentation/wiki-query
src/documentation/wiki-search
src/documentation/wiki-setup
src/documentation/wiki-signature-database
src/engines
src/gas
src/linter/linter-executor
src/linter/linter-format
src/linter/linter-output
src/linter/linter-rules
src/linter/linter-tags
src/linter/rules/absolute-path
src/linter/rules/dataframe-access-validation
src/linter/rules/dead-code
src/linter/rules/deprecated-functions
src/linter/rules/file-path-validity
src/linter/rules/function-finder-util
src/linter/rules/naming-convention
src/linter/rules/network-functions
src/linter/rules/no-leaked-credentials
src/linter/rules/problematic-inputs
src/linter/rules/roxygen-arguments
src/linter/rules/seeded-randomness
src/linter/rules/software-has-license
src/linter/rules/software-has-tests
src/linter/rules/stop-with-call-arg
src/linter/rules/syntactically-valid
src/linter/rules/undefined-symbol
src/linter/rules/undefined-symbol-util
src/linter/rules/unused-definition
src/linter/rules/useless-loop
src/project/attached-packages
src/project/cache/flowr-analyzer-cache
src/project/cache/flowr-analyzer-controlflow-cache
src/project/cache/flowr-cache
src/project/cfg-kind
src/project/context/abstract-flowr-analyzer-context
src/project/context/classify-project-kind
src/project/context/flowr-analyzer-context
src/project/context/flowr-analyzer-dependencies-context
src/project/context/flowr-analyzer-environment-context
src/project/context/flowr-analyzer-files-context
src/project/context/flowr-analyzer-functions-context
src/project/context/flowr-analyzer-gas-context
src/project/context/flowr-analyzer-incremental-analysis-context
src/project/context/flowr-analyzer-loading-order-context
src/project/context/flowr-analyzer-meta-context
src/project/context/flowr-file
src/project/context/project-kind
src/project/dependency-version-space
src/project/flowr-analyzer
src/project/flowr-analyzer-builder
src/project/incremental/incremental-parse/edit-computation
src/project/incremental/incremental-parse/incremental-parse
src/project/plugins/file-plugins/files/flowr-description-file
src/project/plugins/file-plugins/files/flowr-jupyter-file
src/project/plugins/file-plugins/files/flowr-manifest-files
src/project/plugins/file-plugins/files/flowr-namespace-file
src/project/plugins/file-plugins/files/flowr-news-file
src/project/plugins/file-plugins/files/flowr-rda-file
src/project/plugins/file-plugins/files/flowr-rmarkdown-file
src/project/plugins/file-plugins/files/flowr-sweave-file
src/project/plugins/file-plugins/files/r-fun-tab
src/project/plugins/file-plugins/flowr-analyzer-description-file-plugin
src/project/plugins/file-plugins/flowr-analyzer-file-plugin
src/project/plugins/file-plugins/flowr-analyzer-inst-file-plugin
src/project/plugins/file-plugins/flowr-analyzer-license-file-plugin
src/project/plugins/file-plugins/flowr-analyzer-manifest-file-plugin
src/project/plugins/file-plugins/flowr-analyzer-namespace-files-plugin
src/project/plugins/file-plugins/flowr-analyzer-news-file-plugin
src/project/plugins/file-plugins/flowr-analyzer-rda-file-plugin
src/project/plugins/file-plugins/flowr-analyzer-rprofile-file-plugin
src/project/plugins/file-plugins/flowr-analyzer-test-file-plugin
src/project/plugins/file-plugins/flowr-analyzer-vignette-file-plugin
src/project/plugins/file-plugins/flowr-analyzer-virtualenv-file-plugin
src/project/plugins/file-plugins/notebooks/flowr-analyzer-jupyter-file-plugin
src/project/plugins/file-plugins/notebooks/flowr-analyzer-qmd-file-plugin
src/project/plugins/file-plugins/notebooks/flowr-analyzer-rmd-file-plugin
src/project/plugins/file-plugins/notebooks/flowr-analyzer-sweave-file-plugin
src/project/plugins/flowr-analyzer-plugin
src/project/plugins/gas-plugins/flowr-analyzer-gas-plugin
src/project/plugins/loading-order-plugins/flowr-analyzer-loading-order-description-file-plugin
src/project/plugins/loading-order-plugins/flowr-analyzer-loading-order-implicit-sources-plugin
src/project/plugins/loading-order-plugins/flowr-analyzer-loading-order-included-files-plugin
src/project/plugins/loading-order-plugins/flowr-analyzer-loading-order-plugin
src/project/plugins/loading-order-plugins/flowr-analyzer-loading-order-rprofile-plugin
src/project/plugins/package-version-plugins/flowr-analyzer-meta-description-file-plugin
src/project/plugins/package-version-plugins/flowr-analyzer-meta-manifest-file-plugin
src/project/plugins/package-version-plugins/flowr-analyzer-package-versions-description-file-plugin
src/project/plugins/package-version-plugins/flowr-analyzer-package-versions-library-plugin
src/project/plugins/package-version-plugins/flowr-analyzer-package-versions-lockfile-plugin
src/project/plugins/package-version-plugins/flowr-analyzer-package-versions-namespace-file-plugin
src/project/plugins/package-version-plugins/flowr-analyzer-package-versions-plugin
src/project/plugins/package-version-plugins/flowr-analyzer-package-versions-session-info-plugin
src/project/plugins/package-version-plugins/flowr-analyzer-package-versions-sigdb-plugin
src/project/plugins/package-version-plugins/package
src/project/plugins/plugin-registry
src/project/plugins/project-discovery/flowr-analyzer-ignore-file-project-discovery-plugin
src/project/plugins/project-discovery/flowr-analyzer-project-discovery-plugin
src/project/sigdb/build
src/project/sigdb/codec
src/project/sigdb/decode
src/project/sigdb/decompress
src/project/sigdb/hash
src/project/sigdb/index-format
src/project/sigdb/manifest
src/project/sigdb/reader
src/project/sigdb/schema
src/project/sigdb/sigdb-download
src/project/sigdb/sigdb-version
src/project/sigdb/signature-match
src/queries/base-query-format
src/queries/catalog/absint-query/absint-query-executor
src/queries/catalog/absint-query/absint-query-format
src/queries/catalog/call-context-query/call-context-query-executor
src/queries/catalog/call-context-query/call-context-query-format
src/queries/catalog/call-context-query/cascade-action
src/queries/catalog/call-context-query/identify-link-to-last-call-relation
src/queries/catalog/call-context-query/identify-link-to-nested-call-relation
src/queries/catalog/call-context-query/identify-link-to-relation
src/queries/catalog/call-graph-query/call-graph-query-executor
src/queries/catalog/call-graph-query/call-graph-query-format
src/queries/catalog/call-graph-query/expand-library-internals
src/queries/catalog/cluster-query/cluster-query-executor
src/queries/catalog/cluster-query/cluster-query-format
src/queries/catalog/config-query/config-query-executor
src/queries/catalog/config-query/config-query-format
src/queries/catalog/control-flow-query/control-flow-query-executor
src/queries/catalog/control-flow-query/control-flow-query-format
src/queries/catalog/dataflow-lens-query/dataflow-lens-query-executor
src/queries/catalog/dataflow-lens-query/dataflow-lens-query-format
src/queries/catalog/dataflow-query/dataflow-query-executor
src/queries/catalog/dataflow-query/dataflow-query-format
src/queries/catalog/dependencies-query/dependencies-query-executor
src/queries/catalog/dependencies-query/dependencies-query-format
src/queries/catalog/dependencies-query/function-info/derived-functions
src/queries/catalog/dependencies-query/function-info/function-info
src/queries/catalog/dependencies-query/function-info/library-functions
src/queries/catalog/dependencies-query/function-info/other-path-functions
src/queries/catalog/dependencies-query/function-info/read-functions
src/queries/catalog/dependencies-query/function-info/remote-functions
src/queries/catalog/dependencies-query/function-info/source-functions
src/queries/catalog/dependencies-query/function-info/test-functions
src/queries/catalog/dependencies-query/function-info/visualize-functions
src/queries/catalog/dependencies-query/function-info/write-functions
src/queries/catalog/dependencies-query/link-devices
src/queries/catalog/dice-query/dice-query-executor
src/queries/catalog/dice-query/dice-query-format
src/queries/catalog/does-call-query/does-call-query-executor
src/queries/catalog/does-call-query/does-call-query-format
src/queries/catalog/files-query/files-query-executor
src/queries/catalog/files-query/files-query-format
src/queries/catalog/guess-dep-versions-query/guess-dep-versions-query-executor
src/queries/catalog/guess-dep-versions-query/guess-dep-versions-query-format
src/queries/catalog/happens-before-query/happens-before-query-executor
src/queries/catalog/happens-before-query/happens-before-query-format
src/queries/catalog/id-map-query/id-map-query-executor
src/queries/catalog/id-map-query/id-map-query-format
src/queries/catalog/input-sources-query/input-source-functions
src/queries/catalog/input-sources-query/input-sources-query-executor
src/queries/catalog/input-sources-query/input-sources-query-format
src/queries/catalog/input-sources-query/input-types
src/queries/catalog/input-sources-query/simple-input-classifier
src/queries/catalog/inspect-exceptions-query/inspect-exception-query-executor
src/queries/catalog/inspect-exceptions-query/inspect-exception-query-format
src/queries/catalog/inspect-higher-order-query/inspect-higher-order-query-executor
src/queries/catalog/inspect-higher-order-query/inspect-higher-order-query-format
src/queries/catalog/inspect-recursion-query/inspect-recursion-query-executor
src/queries/catalog/inspect-recursion-query/inspect-recursion-query-format
src/queries/catalog/linter-query/linter-query-executor
src/queries/catalog/linter-query/linter-query-format
src/queries/catalog/location-map-query/location-map-query-executor
src/queries/catalog/location-map-query/location-map-query-format
src/queries/catalog/normalized-ast-query/normalized-ast-query-executor
src/queries/catalog/normalized-ast-query/normalized-ast-query-format
src/queries/catalog/origin-query/origin-query-executor
src/queries/catalog/origin-query/origin-query-format
src/queries/catalog/project-query/project-query-executor
src/queries/catalog/project-query/project-query-format
src/queries/catalog/provenance-query/provenance-query-executor
src/queries/catalog/provenance-query/provenance-query-format
src/queries/catalog/resolve-value-query/resolve-value-query-executor
src/queries/catalog/resolve-value-query/resolve-value-query-format
src/queries/catalog/search-query/search-query-executor
src/queries/catalog/search-query/search-query-format
src/queries/catalog/signature-query/signature-query-executor
src/queries/catalog/signature-query/signature-query-format
src/queries/catalog/signature-query/signature-query-render
src/queries/catalog/slice-query-options
src/queries/catalog/static-slice-query/static-slice-query-executor
src/queries/catalog/static-slice-query/static-slice-query-format
src/queries/query
src/queries/query-print
src/queries/two-layer-collector
src/queries/virtual-query/compound-query
src/queries/virtual-query/virtual-queries
src/r-bridge/data/data
src/r-bridge/data/get
src/r-bridge/data/types
src/r-bridge/init
src/r-bridge/lang-4.x/ast/model/model
src/r-bridge/lang-4.x/ast/model/nodes/info/r-delimiter
src/r-bridge/lang-4.x/ast/model/nodes/r-access
src/r-bridge/lang-4.x/ast/model/nodes/r-argument
src/r-bridge/lang-4.x/ast/model/nodes/r-binary-op
src/r-bridge/lang-4.x/ast/model/nodes/r-break
src/r-bridge/lang-4.x/ast/model/nodes/r-comment
src/r-bridge/lang-4.x/ast/model/nodes/r-expression-list
src/r-bridge/lang-4.x/ast/model/nodes/r-for-loop
src/r-bridge/lang-4.x/ast/model/nodes/r-function-call
src/r-bridge/lang-4.x/ast/model/nodes/r-function-definition
src/r-bridge/lang-4.x/ast/model/nodes/r-if-then-else
src/r-bridge/lang-4.x/ast/model/nodes/r-line-directive
src/r-bridge/lang-4.x/ast/model/nodes/r-logical
src/r-bridge/lang-4.x/ast/model/nodes/r-next
src/r-bridge/lang-4.x/ast/model/nodes/r-number
src/r-bridge/lang-4.x/ast/model/nodes/r-parameter
src/r-bridge/lang-4.x/ast/model/nodes/r-pipe
src/r-bridge/lang-4.x/ast/model/nodes/r-project
src/r-bridge/lang-4.x/ast/model/nodes/r-repeat-loop
src/r-bridge/lang-4.x/ast/model/nodes/r-string
src/r-bridge/lang-4.x/ast/model/nodes/r-symbol
src/r-bridge/lang-4.x/ast/model/nodes/r-unary-op
src/r-bridge/lang-4.x/ast/model/nodes/r-while-loop
src/r-bridge/lang-4.x/ast/model/operators
src/r-bridge/lang-4.x/ast/model/processing/decorate
src/r-bridge/lang-4.x/ast/model/processing/fold
src/r-bridge/lang-4.x/ast/model/processing/node-id
src/r-bridge/lang-4.x/ast/model/processing/role
src/r-bridge/lang-4.x/ast/model/processing/stateful-fold
src/r-bridge/lang-4.x/ast/model/processing/visitor
src/r-bridge/lang-4.x/ast/model/type
src/r-bridge/lang-4.x/ast/model/versions
src/r-bridge/lang-4.x/ast/parser/json/format
src/r-bridge/lang-4.x/ast/parser/json/parser
src/r-bridge/lang-4.x/ast/parser/main/internal/control/normalize-if-then
src/r-bridge/lang-4.x/ast/parser/main/internal/control/normalize-if-then-else
src/r-bridge/lang-4.x/ast/parser/main/internal/expression/normalize-expression
src/r-bridge/lang-4.x/ast/parser/main/internal/functions/normalize-argument
src/r-bridge/lang-4.x/ast/parser/main/internal/functions/normalize-call
src/r-bridge/lang-4.x/ast/parser/main/internal/functions/normalize-definition
src/r-bridge/lang-4.x/ast/parser/main/internal/functions/normalize-parameter
src/r-bridge/lang-4.x/ast/parser/main/internal/loops/normalize-break
src/r-bridge/lang-4.x/ast/parser/main/internal/loops/normalize-for
src/r-bridge/lang-4.x/ast/parser/main/internal/loops/normalize-next
src/r-bridge/lang-4.x/ast/parser/main/internal/loops/normalize-repeat
src/r-bridge/lang-4.x/ast/parser/main/internal/loops/normalize-while
src/r-bridge/lang-4.x/ast/parser/main/internal/normalize-access
src/r-bridge/lang-4.x/ast/parser/main/internal/operators/normalize-binary
src/r-bridge/lang-4.x/ast/parser/main/internal/operators/normalize-unary
src/r-bridge/lang-4.x/ast/parser/main/internal/other/normalize-comment
src/r-bridge/lang-4.x/ast/parser/main/internal/other/normalize-line-directive
src/r-bridge/lang-4.x/ast/parser/main/internal/structure/normalize-delimiter
src/r-bridge/lang-4.x/ast/parser/main/internal/structure/normalize-expressions
src/r-bridge/lang-4.x/ast/parser/main/internal/structure/normalize-root
src/r-bridge/lang-4.x/ast/parser/main/internal/structure/normalize-single-node
src/r-bridge/lang-4.x/ast/parser/main/internal/values/normalize-number
src/r-bridge/lang-4.x/ast/parser/main/internal/values/normalize-string
src/r-bridge/lang-4.x/ast/parser/main/internal/values/normalize-symbol
src/r-bridge/lang-4.x/ast/parser/main/normalize-meta
src/r-bridge/lang-4.x/ast/parser/main/normalizer-data
src/r-bridge/lang-4.x/convert-values
src/r-bridge/lang-4.x/tree-sitter/tree-sitter-executor
src/r-bridge/lang-4.x/tree-sitter/tree-sitter-normalize
src/r-bridge/lang-4.x/tree-sitter/tree-sitter-types
src/r-bridge/parser
src/r-bridge/retriever
src/r-bridge/roxygen2/documentation-provider
src/r-bridge/roxygen2/roxygen-ast
src/r-bridge/roxygen2/roxygen-parse
src/r-bridge/shell
src/r-bridge/shell-executor
src/reconstruct/auto-select/auto-select-defaults
src/reconstruct/auto-select/magic-comments
src/reconstruct/inline/source-inline-map
src/reconstruct/reconstruct
src/search/flowr-search
src/search/flowr-search-builder
src/search/flowr-search-executor
src/search/flowr-search-filters
src/search/flowr-search-printer
src/search/flowr-search-traverse
src/search/search-executor/search-enrichers
src/search/search-executor/search-generators
src/search/search-executor/search-mappers
src/search/search-executor/search-transformer
src/search/search-optimizer/search-optimizer
src/slicing/criterion/collect-all
src/slicing/criterion/filters/all-variables
src/slicing/criterion/parse
src/slicing/static/fingerprint
src/slicing/static/slice-call
src/slicing/static/slicer-types
src/slicing/static/static-slicer
src/slicing/static/visiting-queue
src/util/arg-matching
src/util/assert
src/util/collections/arrays
src/util/collections/bimap
src/util/collections/defaultmap
src/util/collections/objectmap
src/util/collections/queue
src/util/collections/set
src/util/diff
src/util/diff-graph
src/util/files
src/util/glob
src/util/hash
src/util/html-hover-over
src/util/json
src/util/log
src/util/logic
src/util/mermaid/ast
src/util/mermaid/cfg
src/util/mermaid/dfg
src/util/mermaid/info
src/util/mermaid/mermaid
src/util/node-version
src/util/numbers
src/util/objects
src/util/os
src/util/prefix
src/util/proc
src/util/quads
src/util/r-author
src/util/r-base-packages
src/util/r-license
src/util/r-regex
src/util/r-value
src/util/r-version
src/util/random
src/util/range
src/util/record
src/util/schema
src/util/simple-df/dfg-ascii
src/util/simple-df/dfg-view
src/util/slice-direction
src/util/summarizer
src/util/text/ansi
src/util/text/args
src/util/text/strings
src/util/text/text
src/util/text/time
src/util/version
test/functionality/_helper/ast-builder
test/functionality/_helper/controlflow/assert-control-flow-graph
test/functionality/_helper/controlflow/happens-before
test/functionality/_helper/dataflow/dataflow-builder-printer
test/functionality/_helper/dataflow/environment-builder
test/functionality/_helper/dataflow/environment-builder-printer
test/functionality/_helper/dataflow/printer
test/functionality/_helper/guess-dep-versions
test/functionality/_helper/label
test/functionality/_helper/linter
test/functionality/_helper/log
test/functionality/_helper/net
test/functionality/_helper/network
test/functionality/_helper/pointer-analysis
test/functionality/_helper/provider
test/functionality/_helper/query
test/functionality/_helper/r-path
test/functionality/_helper/repl
test/functionality/_helper/search
test/functionality/_helper/shell
test/functionality/_helper/sigdb
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Modules
parallel
src/abstract-
interpretation/absint-
visitor
src/abstract-
interpretation/data-
frame/dataframe-
domain
src/abstract-
interpretation/data-
frame/mappers/access-
mapper
src/abstract-
interpretation/data-
frame/mappers/arguments
src/abstract-
interpretation/data-
frame/mappers/function-
mapper
src/abstract-
interpretation/data-
frame/mappers/replacement-
mapper
src/abstract-
interpretation/data-
frame/resolve-
args
src/abstract-
interpretation/data-
frame/semantics
src/abstract-
interpretation/data-
frame/shape-
inference
src/abstract-
interpretation/domains/abstract-
domain
src/abstract-
interpretation/domains/bounded-
set-
domain
src/abstract-
interpretation/domains/interval-
domain
src/abstract-
interpretation/domains/lattice
src/abstract-
interpretation/domains/multi-
value-
state-
domain
src/abstract-
interpretation/domains/partial-
product-
domain
src/abstract-
interpretation/domains/positive-
interval-
domain
src/abstract-
interpretation/domains/product-
domain
src/abstract-
interpretation/domains/set-
range-
domain
src/abstract-
interpretation/domains/set-
upper-
bound-
domain
src/abstract-
interpretation/domains/singleton-
domain
src/abstract-
interpretation/domains/state-
abstract-
domain
src/abstract-
interpretation/domains/state-
domain-
like
src/abstract-
interpretation/domains/value-
abstract-
domain
src/abstract-
interpretation/unsupported-
functions
src/benchmark/calibration
src/benchmark/slicer
src/benchmark/stats/feature-
counts
src/benchmark/stats/print
src/benchmark/stats/sigdb-
counts
src/benchmark/stats/size-
of
src/benchmark/stats/stats
src/benchmark/stopwatch
src/benchmark/summarizer/data
src/benchmark/summarizer/first-
phase/input
src/benchmark/summarizer/first-
phase/process
src/benchmark/summarizer/second-
phase/graph
src/benchmark/summarizer/second-
phase/process
src/benchmark/summarizer/summarizer
src/cli/benchmark-
app
src/cli/benchmark-
helper-
app
src/cli/common/options
src/cli/common/script
src/cli/common/scripts-
info
src/cli/export-
quads-
app
src/cli/flowr
src/cli/flowr-
main-
options
src/cli/repl/commands/repl-
cfg
src/cli/repl/commands/repl-
commands
src/cli/repl/commands/repl-
dataflow
src/cli/repl/commands/repl-
execute
src/cli/repl/commands/repl-
main
src/cli/repl/commands/repl-
normalize
src/cli/repl/commands/repl-
parse
src/cli/repl/commands/repl-
query
src/cli/repl/commands/repl-
quit
src/cli/repl/commands/repl-
signature
src/cli/repl/commands/repl-
version
src/cli/repl/core
src/cli/repl/execute
src/cli/repl/ghost-
hint
src/cli/repl/parser/slice-
query-
parser
src/cli/repl/path-
input
src/cli/repl/print-
version
src/cli/repl/prompt
src/cli/repl/server/compact
src/cli/repl/server/connection
src/cli/repl/server/messages/all-
messages
src/cli/repl/server/messages/message-
analysis
src/cli/repl/server/messages/message-
error
src/cli/repl/server/messages/message-
hello
src/cli/repl/server/messages/message-
query
src/cli/repl/server/messages/message-
repl
src/cli/repl/server/messages/message-
slice
src/cli/repl/server/net
src/cli/repl/server/send
src/cli/repl/server/server
src/cli/repl/server/validate
src/cli/run-
script
src/cli/script-
core/summarizer-
core
src/cli/slicer-
app
src/cli/summarizer-
app
src/cli/wiki
src/config
src/control-
flow/basic-
cfg-
guided-
visitor
src/control-
flow/cfg-
builder
src/control-
flow/cfg-
dead-
code
src/control-
flow/cfg-
properties
src/control-
flow/cfg-
simplification
src/control-
flow/cfg-
to-
basic-
blocks
src/control-
flow/control-
flow-
graph
src/control-
flow/dfg-
cfg-
guided-
visitor
src/control-
flow/diff-
cfg
src/control-
flow/extract-
cfg
src/control-
flow/happens-
before
src/control-
flow/semantic-
cfg-
guided-
visitor
src/control-
flow/simple-
visitor
src/control-
flow/syntax-
cfg-
guided-
visitor
src/control-
flow/useless-
loop
src/core/pipeline-
executor
src/core/print/dataflow-
printer
src/core/print/normalize-
printer
src/core/print/parse-
printer
src/core/print/print
src/core/print/slice-
diff-
ansi
src/core/steps/all/core/00-
parse
src/core/steps/all/core/01-
parse-
tree-
sitter
src/core/steps/all/core/10-
normalize
src/core/steps/all/core/11-
normalize-
tree-
sitter
src/core/steps/all/core/20-
dataflow
src/core/steps/all/static-
slicing/00-
slice
src/core/steps/all/static-
slicing/10-
reconstruct
src/core/steps/pipeline-
step
src/core/steps/pipeline/create-
pipeline
src/core/steps/pipeline/default-
pipelines
src/core/steps/pipeline/invalid-
pipeline-
error
src/core/steps/pipeline/pipeline
src/data/r-
base-
packages.generated
src/data/r-
base-
primitives.generated
src/dataflow/cluster
src/dataflow/environments/append
src/dataflow/environments/apply-
kill
src/dataflow/environments/built-
in
src/dataflow/environments/built-
in-
config
src/dataflow/environments/built-
in-
eval-
name
src/dataflow/environments/built-
in-
proc-
name
src/dataflow/environments/built-
in-
props
src/dataflow/environments/clone
src/dataflow/environments/data-
masking-
functions
src/dataflow/environments/default-
builtin-
config
src/dataflow/environments/define
src/dataflow/environments/diff
src/dataflow/environments/environment
src/dataflow/environments/identifier
src/dataflow/environments/overwrite
src/dataflow/environments/query-
fn-
props
src/dataflow/environments/reference-
to-
maybe
src/dataflow/environments/resolve-
by-
name
src/dataflow/environments/resolve-
helper
src/dataflow/environments/scoping
src/dataflow/eval/resolve/alias-
tracking
src/dataflow/eval/resolve/match-
arguments
src/dataflow/eval/resolve/resolve
src/dataflow/eval/resolve/resolve-
argument
src/dataflow/eval/resolve/resolve-
numbers
src/dataflow/eval/resolve/resolve-
operators
src/dataflow/eval/resolve/resolve-
strings
src/dataflow/eval/resolve/resolve-
working-
directory
src/dataflow/eval/values/general
src/dataflow/eval/values/intervals/interval-
constants
src/dataflow/eval/values/logical/logical-
constants
src/dataflow/eval/values/r-
value
src/dataflow/eval/values/scalar/scalar-
constants
src/dataflow/eval/values/sets/set-
constants
src/dataflow/eval/values/string/string-
constants
src/dataflow/eval/values/vectors/vector-
constants
src/dataflow/extractor
src/dataflow/fn/exceptions-
of-
function
src/dataflow/fn/higher-
order-
function
src/dataflow/fn/recursive-
function
src/dataflow/graph/call-
graph
src/dataflow/graph/dataflowgraph-
builder
src/dataflow/graph/df-
helper
src/dataflow/graph/diff-
dataflow-
graph
src/dataflow/graph/edge
src/dataflow/graph/graph
src/dataflow/graph/graph-
helper
src/dataflow/graph/quads
src/dataflow/graph/unknown-
replacement
src/dataflow/graph/unknown-
side-
effect
src/dataflow/graph/vertex
src/dataflow/hooks
src/dataflow/info
src/dataflow/instrument/instrument-
dataflow-
count
src/dataflow/internal/linker
src/dataflow/internal/process/functions/call/argument/make-
argument
src/dataflow/internal/process/functions/call/argument/unpack-
argument
src/dataflow/internal/process/functions/call/built-
in/built-
in-
access
src/dataflow/internal/process/functions/call/built-
in/built-
in-
apply
src/dataflow/internal/process/functions/call/built-
in/built-
in-
assignment
src/dataflow/internal/process/functions/call/built-
in/built-
in-
attach
src/dataflow/internal/process/functions/call/built-
in/built-
in-
class-
generator
src/dataflow/internal/process/functions/call/built-
in/built-
in-
envir-
utils
src/dataflow/internal/process/functions/call/built-
in/built-
in-
eval
src/dataflow/internal/process/functions/call/built-
in/built-
in-
expression-
list
src/dataflow/internal/process/functions/call/built-
in/built-
in-
for-
loop
src/dataflow/internal/process/functions/call/built-
in/built-
in-
function-
definition
src/dataflow/internal/process/functions/call/built-
in/built-
in-
get
src/dataflow/internal/process/functions/call/built-
in/built-
in-
if-
then-
else
src/dataflow/internal/process/functions/call/built-
in/built-
in-
library
src/dataflow/internal/process/functions/call/built-
in/built-
in-
list
src/dataflow/internal/process/functions/call/built-
in/built-
in-
load
src/dataflow/internal/process/functions/call/built-
in/built-
in-
local
src/dataflow/internal/process/functions/call/built-
in/built-
in-
namespace-
access
src/dataflow/internal/process/functions/call/built-
in/built-
in-
new-
env
src/dataflow/internal/process/functions/call/built-
in/built-
in-
pipe
src/dataflow/internal/process/functions/call/built-
in/built-
in-
purrr-
formula
src/dataflow/internal/process/functions/call/built-
in/built-
in-
quote
src/dataflow/internal/process/functions/call/built-
in/built-
in-
recall
src/dataflow/internal/process/functions/call/built-
in/built-
in-
register-
hook
src/dataflow/internal/process/functions/call/built-
in/built-
in-
repeat-
loop
src/dataflow/internal/process/functions/call/built-
in/built-
in-
replacement
src/dataflow/internal/process/functions/call/built-
in/built-
in-
rm
src/dataflow/internal/process/functions/call/built-
in/built-
in-
s-
seven-
dispatch
src/dataflow/internal/process/functions/call/built-
in/built-
in-
s-
seven-
new-
generic
src/dataflow/internal/process/functions/call/built-
in/built-
in-
s-
three-
dispatch
src/dataflow/internal/process/functions/call/built-
in/built-
in-
source
src/dataflow/internal/process/functions/call/built-
in/built-
in-
special-
bin-
op
src/dataflow/internal/process/functions/call/built-
in/built-
in-
stack-
env
src/dataflow/internal/process/functions/call/built-
in/built-
in-
stop-
if-
not
src/dataflow/internal/process/functions/call/built-
in/built-
in-
try-
catch
src/dataflow/internal/process/functions/call/built-
in/built-
in-
vector
src/dataflow/internal/process/functions/call/built-
in/built-
in-
while-
loop
src/dataflow/internal/process/functions/call/built-
in/built-
in-
with
src/dataflow/internal/process/functions/call/built-
in/transitive-
side-
effects
src/dataflow/internal/process/functions/call/common
src/dataflow/internal/process/functions/call/default-
call-
handling
src/dataflow/internal/process/functions/call/known-
call-
handling
src/dataflow/internal/process/functions/call/named-
call-
handling
src/dataflow/internal/process/functions/call/unnamed-
call-
handling
src/dataflow/internal/process/functions/process-
argument
src/dataflow/internal/process/functions/process-
parameter
src/dataflow/internal/process/process-
named-
call
src/dataflow/internal/process/process-
symbol
src/dataflow/internal/process/process-
uninteresting-
leaf
src/dataflow/internal/process/process-
value
src/dataflow/logger
src/dataflow/origin/dfg-
get-
origin
src/dataflow/origin/dfg-
get-
symbol-
refs
src/dataflow/processor
src/documentation/data/dfg/doc-
data-
dfg-
util
src/documentation/data/faq/faqs
src/documentation/data/faq/recommended-
configs
src/documentation/data/faq/wiki-
faq-
store
src/documentation/data/interface/doc-
writing-
code
src/documentation/data/query/example-
query-
code
src/documentation/data/server/doc-
data-
server-
messages
src/documentation/doc-
capabilities
src/documentation/doc-
readme
src/documentation/doc-
util/doc-
auto-
gen
src/documentation/doc-
util/doc-
benchmarks
src/documentation/doc-
util/doc-
cfg
src/documentation/doc-
util/doc-
cli-
option
src/documentation/doc-
util/doc-
code
src/documentation/doc-
util/doc-
dfg
src/documentation/doc-
util/doc-
docker
src/documentation/doc-
util/doc-
env
src/documentation/doc-
util/doc-
escape
src/documentation/doc-
util/doc-
files
src/documentation/doc-
util/doc-
functions
src/documentation/doc-
util/doc-
general
src/documentation/doc-
util/doc-
issue
src/documentation/doc-
util/doc-
normalized-
ast
src/documentation/doc-
util/doc-
query
src/documentation/doc-
util/doc-
repl
src/documentation/doc-
util/doc-
search
src/documentation/doc-
util/doc-
server-
message
src/documentation/doc-
util/doc-
sigdb
src/documentation/doc-
util/doc-
structure
src/documentation/doc-
util/doc-
types
src/documentation/issue-
linting-
rule
src/documentation/wiki-
absint
src/documentation/wiki-
analyzer
src/documentation/wiki-
cfg
src/documentation/wiki-
core
src/documentation/wiki-
create-
linting-
rules
src/documentation/wiki-
dataflow-
graph
src/documentation/wiki-
engine
src/documentation/wiki-
faq
src/documentation/wiki-
interface
src/documentation/wiki-
linter
src/documentation/wiki-
linting-
and-
testing
src/documentation/wiki-
mk/doc-
context
src/documentation/wiki-
mk/doc-
maker
src/documentation/wiki-
normalized-
ast
src/documentation/wiki-
onboarding
src/documentation/wiki-
overview
src/documentation/wiki-
query
src/documentation/wiki-
search
src/documentation/wiki-
setup
src/documentation/wiki-
signature-
database
src/engines
src/gas
src/linter/linter-
executor
src/linter/linter-
format
src/linter/linter-
output
src/linter/linter-
rules
src/linter/linter-
tags
src/linter/rules/absolute-
path
src/linter/rules/dataframe-
access-
validation
src/linter/rules/dead-
code
src/linter/rules/deprecated-
functions
src/linter/rules/file-
path-
validity
src/linter/rules/function-
finder-
util
src/linter/rules/naming-
convention
src/linter/rules/network-
functions
src/linter/rules/no-
leaked-
credentials
src/linter/rules/problematic-
inputs
src/linter/rules/roxygen-
arguments
src/linter/rules/seeded-
randomness
src/linter/rules/software-
has-
license
src/linter/rules/software-
has-
tests
src/linter/rules/stop-
with-
call-
arg
src/linter/rules/syntactically-
valid
src/linter/rules/undefined-
symbol
src/linter/rules/undefined-
symbol-
util
src/linter/rules/unused-
definition
src/linter/rules/useless-
loop
src/project/attached-
packages
src/project/cache/flowr-
analyzer-
cache
src/project/cache/flowr-
analyzer-
controlflow-
cache
src/project/cache/flowr-
cache
src/project/cfg-
kind
src/project/context/abstract-
flowr-
analyzer-
context
src/project/context/classify-
project-
kind
src/project/context/flowr-
analyzer-
context
src/project/context/flowr-
analyzer-
dependencies-
context
src/project/context/flowr-
analyzer-
environment-
context
src/project/context/flowr-
analyzer-
files-
context
src/project/context/flowr-
analyzer-
functions-
context
src/project/context/flowr-
analyzer-
gas-
context
src/project/context/flowr-
analyzer-
incremental-
analysis-
context
src/project/context/flowr-
analyzer-
loading-
order-
context
src/project/context/flowr-
analyzer-
meta-
context
src/project/context/flowr-
file
src/project/context/project-
kind
src/project/dependency-
version-
space
src/project/flowr-
analyzer
src/project/flowr-
analyzer-
builder
src/project/incremental/incremental-
parse/edit-
computation
src/project/incremental/incremental-
parse/incremental-
parse
src/project/plugins/file-
plugins/files/flowr-
description-
file
src/project/plugins/file-
plugins/files/flowr-
jupyter-
file
src/project/plugins/file-
plugins/files/flowr-
manifest-
files
src/project/plugins/file-
plugins/files/flowr-
namespace-
file
src/project/plugins/file-
plugins/files/flowr-
news-
file
src/project/plugins/file-
plugins/files/flowr-
rda-
file
src/project/plugins/file-
plugins/files/flowr-
rmarkdown-
file
src/project/plugins/file-
plugins/files/flowr-
sweave-
file
src/project/plugins/file-
plugins/files/r-
fun-
tab
src/project/plugins/file-
plugins/flowr-
analyzer-
description-
file-
plugin
src/project/plugins/file-
plugins/flowr-
analyzer-
file-
plugin
src/project/plugins/file-
plugins/flowr-
analyzer-
inst-
file-
plugin
src/project/plugins/file-
plugins/flowr-
analyzer-
license-
file-
plugin
src/project/plugins/file-
plugins/flowr-
analyzer-
manifest-
file-
plugin
src/project/plugins/file-
plugins/flowr-
analyzer-
namespace-
files-
plugin
src/project/plugins/file-
plugins/flowr-
analyzer-
news-
file-
plugin
src/project/plugins/file-
plugins/flowr-
analyzer-
rda-
file-
plugin
src/project/plugins/file-
plugins/flowr-
analyzer-
rprofile-
file-
plugin
src/project/plugins/file-
plugins/flowr-
analyzer-
test-
file-
plugin
src/project/plugins/file-
plugins/flowr-
analyzer-
vignette-
file-
plugin
src/project/plugins/file-
plugins/flowr-
analyzer-
virtualenv-
file-
plugin
src/project/plugins/file-
plugins/notebooks/flowr-
analyzer-
jupyter-
file-
plugin
src/project/plugins/file-
plugins/notebooks/flowr-
analyzer-
qmd-
file-
plugin
src/project/plugins/file-
plugins/notebooks/flowr-
analyzer-
rmd-
file-
plugin
src/project/plugins/file-
plugins/notebooks/flowr-
analyzer-
sweave-
file-
plugin
src/project/plugins/flowr-
analyzer-
plugin
src/project/plugins/gas-
plugins/flowr-
analyzer-
gas-
plugin
src/project/plugins/loading-
order-
plugins/flowr-
analyzer-
loading-
order-
description-
file-
plugin
src/project/plugins/loading-
order-
plugins/flowr-
analyzer-
loading-
order-
implicit-
sources-
plugin
src/project/plugins/loading-
order-
plugins/flowr-
analyzer-
loading-
order-
included-
files-
plugin
src/project/plugins/loading-
order-
plugins/flowr-
analyzer-
loading-
order-
plugin
src/project/plugins/loading-
order-
plugins/flowr-
analyzer-
loading-
order-
rprofile-
plugin
src/project/plugins/package-
version-
plugins/flowr-
analyzer-
meta-
description-
file-
plugin
src/project/plugins/package-
version-
plugins/flowr-
analyzer-
meta-
manifest-
file-
plugin
src/project/plugins/package-
version-
plugins/flowr-
analyzer-
package-
versions-
description-
file-
plugin
src/project/plugins/package-
version-
plugins/flowr-
analyzer-
package-
versions-
library-
plugin
src/project/plugins/package-
version-
plugins/flowr-
analyzer-
package-
versions-
lockfile-
plugin
src/project/plugins/package-
version-
plugins/flowr-
analyzer-
package-
versions-
namespace-
file-
plugin
src/project/plugins/package-
version-
plugins/flowr-
analyzer-
package-
versions-
plugin
src/project/plugins/package-
version-
plugins/flowr-
analyzer-
package-
versions-
session-
info-
plugin
src/project/plugins/package-
version-
plugins/flowr-
analyzer-
package-
versions-
sigdb-
plugin
src/project/plugins/package-
version-
plugins/package
src/project/plugins/plugin-
registry
src/project/plugins/project-
discovery/flowr-
analyzer-
ignore-
file-
project-
discovery-
plugin
src/project/plugins/project-
discovery/flowr-
analyzer-
project-
discovery-
plugin
src/project/sigdb/build
src/project/sigdb/codec
src/project/sigdb/decode
src/project/sigdb/decompress
src/project/sigdb/hash
src/project/sigdb/index-
format
src/project/sigdb/manifest
src/project/sigdb/reader
src/project/sigdb/schema
src/project/sigdb/sigdb-
download
src/project/sigdb/sigdb-
version
src/project/sigdb/signature-
match
src/queries/base-
query-
format
src/queries/catalog/absint-
query/absint-
query-
executor
src/queries/catalog/absint-
query/absint-
query-
format
src/queries/catalog/call-
context-
query/call-
context-
query-
executor
src/queries/catalog/call-
context-
query/call-
context-
query-
format
src/queries/catalog/call-
context-
query/cascade-
action
src/queries/catalog/call-
context-
query/identify-
link-
to-
last-
call-
relation
src/queries/catalog/call-
context-
query/identify-
link-
to-
nested-
call-
relation
src/queries/catalog/call-
context-
query/identify-
link-
to-
relation
src/queries/catalog/call-
graph-
query/call-
graph-
query-
executor
src/queries/catalog/call-
graph-
query/call-
graph-
query-
format
src/queries/catalog/call-
graph-
query/expand-
library-
internals
src/queries/catalog/cluster-
query/cluster-
query-
executor
src/queries/catalog/cluster-
query/cluster-
query-
format
src/queries/catalog/config-
query/config-
query-
executor
src/queries/catalog/config-
query/config-
query-
format
src/queries/catalog/control-
flow-
query/control-
flow-
query-
executor
src/queries/catalog/control-
flow-
query/control-
flow-
query-
format
src/queries/catalog/dataflow-
lens-
query/dataflow-
lens-
query-
executor
src/queries/catalog/dataflow-
lens-
query/dataflow-
lens-
query-
format
src/queries/catalog/dataflow-
query/dataflow-
query-
executor
src/queries/catalog/dataflow-
query/dataflow-
query-
format
src/queries/catalog/dependencies-
query/dependencies-
query-
executor
src/queries/catalog/dependencies-
query/dependencies-
query-
format
src/queries/catalog/dependencies-
query/function-
info/derived-
functions
src/queries/catalog/dependencies-
query/function-
info/function-
info
src/queries/catalog/dependencies-
query/function-
info/library-
functions
src/queries/catalog/dependencies-
query/function-
info/other-
path-
functions
src/queries/catalog/dependencies-
query/function-
info/read-
functions
src/queries/catalog/dependencies-
query/function-
info/remote-
functions
src/queries/catalog/dependencies-
query/function-
info/source-
functions
src/queries/catalog/dependencies-
query/function-
info/test-
functions
src/queries/catalog/dependencies-
query/function-
info/visualize-
functions
src/queries/catalog/dependencies-
query/function-
info/write-
functions
src/queries/catalog/dependencies-
query/link-
devices
src/queries/catalog/dice-
query/dice-
query-
executor
src/queries/catalog/dice-
query/dice-
query-
format
src/queries/catalog/does-
call-
query/does-
call-
query-
executor
src/queries/catalog/does-
call-
query/does-
call-
query-
format
src/queries/catalog/files-
query/files-
query-
executor
src/queries/catalog/files-
query/files-
query-
format
src/queries/catalog/guess-
dep-
versions-
query/guess-
dep-
versions-
query-
executor
src/queries/catalog/guess-
dep-
versions-
query/guess-
dep-
versions-
query-
format
src/queries/catalog/happens-
before-
query/happens-
before-
query-
executor
src/queries/catalog/happens-
before-
query/happens-
before-
query-
format
src/queries/catalog/id-
map-
query/id-
map-
query-
executor
src/queries/catalog/id-
map-
query/id-
map-
query-
format
src/queries/catalog/input-
sources-
query/input-
source-
functions
src/queries/catalog/input-
sources-
query/input-
sources-
query-
executor
src/queries/catalog/input-
sources-
query/input-
sources-
query-
format
src/queries/catalog/input-
sources-
query/input-
types
src/queries/catalog/input-
sources-
query/simple-
input-
classifier
src/queries/catalog/inspect-
exceptions-
query/inspect-
exception-
query-
executor
src/queries/catalog/inspect-
exceptions-
query/inspect-
exception-
query-
format
src/queries/catalog/inspect-
higher-
order-
query/inspect-
higher-
order-
query-
executor
src/queries/catalog/inspect-
higher-
order-
query/inspect-
higher-
order-
query-
format
src/queries/catalog/inspect-
recursion-
query/inspect-
recursion-
query-
executor
src/queries/catalog/inspect-
recursion-
query/inspect-
recursion-
query-
format
src/queries/catalog/linter-
query/linter-
query-
executor
src/queries/catalog/linter-
query/linter-
query-
format
src/queries/catalog/location-
map-
query/location-
map-
query-
executor
src/queries/catalog/location-
map-
query/location-
map-
query-
format
src/queries/catalog/normalized-
ast-
query/normalized-
ast-
query-
executor
src/queries/catalog/normalized-
ast-
query/normalized-
ast-
query-
format
src/queries/catalog/origin-
query/origin-
query-
executor
src/queries/catalog/origin-
query/origin-
query-
format
src/queries/catalog/project-
query/project-
query-
executor
src/queries/catalog/project-
query/project-
query-
format
src/queries/catalog/provenance-
query/provenance-
query-
executor
src/queries/catalog/provenance-
query/provenance-
query-
format
src/queries/catalog/resolve-
value-
query/resolve-
value-
query-
executor
src/queries/catalog/resolve-
value-
query/resolve-
value-
query-
format
src/queries/catalog/search-
query/search-
query-
executor
src/queries/catalog/search-
query/search-
query-
format
src/queries/catalog/signature-
query/signature-
query-
executor
src/queries/catalog/signature-
query/signature-
query-
format
src/queries/catalog/signature-
query/signature-
query-
render
src/queries/catalog/slice-
query-
options
src/queries/catalog/static-
slice-
query/static-
slice-
query-
executor
src/queries/catalog/static-
slice-
query/static-
slice-
query-
format
src/queries/query
src/queries/query-
print
src/queries/two-
layer-
collector
src/queries/virtual-
query/compound-
query
src/queries/virtual-
query/virtual-
queries
src/r-
bridge/data/data
src/r-
bridge/data/get
src/r-
bridge/data/types
src/r-
bridge/init
src/r-
bridge/lang-
4.x/ast/model/model
src/r-
bridge/lang-
4.x/ast/model/nodes/info/r-
delimiter
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
access
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
argument
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
binary-
op
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
break
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
comment
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
expression-
list
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
for-
loop
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
function-
call
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
function-
definition
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
if-
then-
else
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
line-
directive
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
logical
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
next
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
number
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
parameter
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
pipe
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
project
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
repeat-
loop
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
string
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
symbol
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
unary-
op
src/r-
bridge/lang-
4.x/ast/model/nodes/r-
while-
loop
src/r-
bridge/lang-
4.x/ast/model/operators
src/r-
bridge/lang-
4.x/ast/model/processing/decorate
src/r-
bridge/lang-
4.x/ast/model/processing/fold
src/r-
bridge/lang-
4.x/ast/model/processing/node-
id
src/r-
bridge/lang-
4.x/ast/model/processing/role
src/r-
bridge/lang-
4.x/ast/model/processing/stateful-
fold
src/r-
bridge/lang-
4.x/ast/model/processing/visitor
src/r-
bridge/lang-
4.x/ast/model/type
src/r-
bridge/lang-
4.x/ast/model/versions
src/r-
bridge/lang-
4.x/ast/parser/json/format
src/r-
bridge/lang-
4.x/ast/parser/json/parser
src/r-
bridge/lang-
4.x/ast/parser/main/internal/control/normalize-
if-
then
src/r-
bridge/lang-
4.x/ast/parser/main/internal/control/normalize-
if-
then-
else
src/r-
bridge/lang-
4.x/ast/parser/main/internal/expression/normalize-
expression
src/r-
bridge/lang-
4.x/ast/parser/main/internal/functions/normalize-
argument
src/r-
bridge/lang-
4.x/ast/parser/main/internal/functions/normalize-
call
src/r-
bridge/lang-
4.x/ast/parser/main/internal/functions/normalize-
definition
src/r-
bridge/lang-
4.x/ast/parser/main/internal/functions/normalize-
parameter
src/r-
bridge/lang-
4.x/ast/parser/main/internal/loops/normalize-
break
src/r-
bridge/lang-
4.x/ast/parser/main/internal/loops/normalize-
for
src/r-
bridge/lang-
4.x/ast/parser/main/internal/loops/normalize-
next
src/r-
bridge/lang-
4.x/ast/parser/main/internal/loops/normalize-
repeat
src/r-
bridge/lang-
4.x/ast/parser/main/internal/loops/normalize-
while
src/r-
bridge/lang-
4.x/ast/parser/main/internal/normalize-
access
src/r-
bridge/lang-
4.x/ast/parser/main/internal/operators/normalize-
binary
src/r-
bridge/lang-
4.x/ast/parser/main/internal/operators/normalize-
unary
src/r-
bridge/lang-
4.x/ast/parser/main/internal/other/normalize-
comment
src/r-
bridge/lang-
4.x/ast/parser/main/internal/other/normalize-
line-
directive
src/r-
bridge/lang-
4.x/ast/parser/main/internal/structure/normalize-
delimiter
src/r-
bridge/lang-
4.x/ast/parser/main/internal/structure/normalize-
expressions
src/r-
bridge/lang-
4.x/ast/parser/main/internal/structure/normalize-
root
src/r-
bridge/lang-
4.x/ast/parser/main/internal/structure/normalize-
single-
node
src/r-
bridge/lang-
4.x/ast/parser/main/internal/values/normalize-
number
src/r-
bridge/lang-
4.x/ast/parser/main/internal/values/normalize-
string
src/r-
bridge/lang-
4.x/ast/parser/main/internal/values/normalize-
symbol
src/r-
bridge/lang-
4.x/ast/parser/main/normalize-
meta
src/r-
bridge/lang-
4.x/ast/parser/main/normalizer-
data
src/r-
bridge/lang-
4.x/convert-
values
src/r-
bridge/lang-
4.x/tree-
sitter/tree-
sitter-
executor
src/r-
bridge/lang-
4.x/tree-
sitter/tree-
sitter-
normalize
src/r-
bridge/lang-
4.x/tree-
sitter/tree-
sitter-
types
src/r-
bridge/parser
src/r-
bridge/retriever
src/r-
bridge/roxygen2/documentation-
provider
src/r-
bridge/roxygen2/roxygen-
ast
src/r-
bridge/roxygen2/roxygen-
parse
src/r-
bridge/shell
src/r-
bridge/shell-
executor
src/reconstruct/auto-
select/auto-
select-
defaults
src/reconstruct/auto-
select/magic-
comments
src/reconstruct/inline/source-
inline-
map
src/reconstruct/reconstruct
src/search/flowr-
search
src/search/flowr-
search-
builder
src/search/flowr-
search-
executor
src/search/flowr-
search-
filters
src/search/flowr-
search-
printer
src/search/flowr-
search-
traverse
src/search/search-
executor/search-
enrichers
src/search/search-
executor/search-
generators
src/search/search-
executor/search-
mappers
src/search/search-
executor/search-
transformer
src/search/search-
optimizer/search-
optimizer
src/slicing/criterion/collect-
all
src/slicing/criterion/filters/all-
variables
src/slicing/criterion/parse
src/slicing/static/fingerprint
src/slicing/static/slice-
call
src/slicing/static/slicer-
types
src/slicing/static/static-
slicer
src/slicing/static/visiting-
queue
src/util/arg-
matching
src/util/assert
src/util/collections/arrays
src/util/collections/bimap
src/util/collections/defaultmap
src/util/collections/objectmap
src/util/collections/queue
src/util/collections/set
src/util/diff
src/util/diff-
graph
src/util/files
src/util/glob
src/util/hash
src/util/html-
hover-
over
src/util/json
src/util/log
src/util/logic
src/util/mermaid/ast
src/util/mermaid/cfg
src/util/mermaid/dfg
src/util/mermaid/info
src/util/mermaid/mermaid
src/util/node-
version
src/util/numbers
src/util/objects
src/util/os
src/util/prefix
src/util/proc
src/util/quads
src/util/r-
author
src/util/r-
base-
packages
src/util/r-
license
src/util/r-
regex
src/util/r-
value
src/util/r-
version
src/util/random
src/util/range
src/util/record
src/util/schema
src/util/simple-
df/dfg-
ascii
src/util/simple-
df/dfg-
view
src/util/slice-
direction
src/util/summarizer
src/util/text/ansi
src/util/text/args
src/util/text/strings
src/util/text/text
src/util/text/time
src/util/version
test/functionality/_
helper/ast-
builder
test/functionality/_
helper/controlflow/assert-
control-
flow-
graph
test/functionality/_
helper/controlflow/happens-
before
test/functionality/_
helper/dataflow/dataflow-
builder-
printer
test/functionality/_
helper/dataflow/environment-
builder
test/functionality/_
helper/dataflow/environment-
builder-
printer
test/functionality/_
helper/dataflow/printer
test/functionality/_
helper/guess-
dep-
versions
test/functionality/_
helper/label
test/functionality/_
helper/linter
test/functionality/_
helper/log
test/functionality/_
helper/net
test/functionality/_
helper/network
test/functionality/_
helper/pointer-
analysis
test/functionality/_
helper/provider
test/functionality/_
helper/query
test/functionality/_
helper/r-
path
test/functionality/_
helper/repl
test/functionality/_
helper/search
test/functionality/_
helper/shell
test/functionality/_
helper/sigdb
@eagleoutice/flowr - v2.13.14
Loading...