Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 61 packages in 0.02 seconds

qgisprocess — by Floris Vanderhaeghe, a month ago

Use 'QGIS' Processing Algorithms

Provides seamless access to the 'QGIS' (< https://qgis.org>) processing toolbox using the standalone 'qgis_process' command-line utility. Both native and third-party (plugin) processing providers are supported. Beside referring data sources from file, also common objects from 'sf', 'terra' and 'stars' are supported. The native processing algorithms are documented by QGIS.org (2024) < https://docs.qgis.org/latest/en/docs/user_manual/processing_algs/>.

shiny.i18n — by Jakub Nowicki, 2 years ago

Shiny Applications Internationalization

It provides easy internationalization of Shiny applications. It can be used as standalone translation package to translate reports, interactive visualizations or graphical elements as well.

shiny.react — by Jakub Sobolewski, 6 months ago

Tools for Using React in Shiny

A toolbox for defining React component wrappers which can be used seamlessly in Shiny apps.

openscoring — by Jakub Jędrusiak, 3 months ago

'Open Scoring' API Client

Creativity research involves the need to score open-ended problems. Usually done by humans, automatic scoring using AI becomes more and more accurate. This package provides a simple interface to the 'Open Scoring' API < https://openscoring.du.edu/docs>, leading creativity scoring technology by Organiscak et al. (2023) . With it, you can score your own data directly from an R script.

shiny.semantic — by Jakub Nowicki, 8 months ago

Semantic UI Support for Shiny

Creating a great user interface for your Shiny apps can be a hassle, especially if you want to work purely in R and don't want to use, for instance HTML templates. This package adds support for a powerful UI library Fomantic UI - < https://fomantic-ui.com/> (before Semantic). It also supports universal UI input binding that works with various DOM elements.

functiondepends — by Jakub Sobolewski, 3 years ago

Find Functions and their Dependencies

Find functions in an unstructured directory and explore their dependencies. Sourcing of R source files is performed without side-effects: from R scripts that have executable code and function definitions only functions are sourced.

cucumber — by Jakub Sobolewski, a month ago

Behavior-Driven Development for R

Write executable specifications in a natural language that describes how your code should behave. Write specifications in feature files using 'Gherkin' language and execute them using functions implemented in R. Use them as an extension to your 'testthat' tests to provide a high level description of how your code works.

trelloR — by Jakub Chromec, a year ago

Access the Trello API

An R client for the Trello API. Supports free-tier features such as access to private boards, creating and updating cards and other resources, and downloading data in a structured way.

SplitSoftening — by Jakub Dvorak, 25 days ago

Softening Splits in Decision Trees

Allows to produce and use classification trees with soft (probability) splits, as described in: Dvořák, J. (2019), .

shiny.fluent — by Jakub Sobolewski, 6 months ago

Microsoft Fluent UI for Shiny Apps

A rich set of UI components for building Shiny applications, including inputs, containers, overlays, menus, and various utilities. All components from Fluent UI (the underlying JavaScript library) are available and have usage examples in R.