r-mime
|
public |
Guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems.
|
2025-03-25 |
r-magrittr
|
public |
Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, "Ceci n'est pas un pipe."
|
2025-03-25 |
r-cpp11
|
public |
Provides a header only, C++11 interface to R's C interface. Compared to other approaches 'cpp11' strives to be safe against long jumps from the C API as well as C++ exceptions, conform to normal R function semantics and supports interaction with 'ALTREP' vectors.
|
2025-03-25 |
r-cli
|
public |
A suite of tools to build attractive command line interfaces ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, etc. Supports custom themes via a 'CSS'-like language. It also contains a number of lower level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI colors and text styles as well.
|
2025-03-25 |
r-fs
|
public |
A cross-platform interface to file system operations, built on top of the 'libuv' C library.
|
2025-03-25 |
r-r6
|
public |
Creates classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages.
|
2025-03-25 |
r-callr
|
public |
It is sometimes useful to perform a computation in a separate R process, without affecting the current R process at all. This packages does exactly that.
|
2025-03-25 |
r-processx
|
public |
Tools to run system processes in the background. It can check if a background process is running; wait on a background process to finish; get the exit status of finished processes; kill background processes. It can read the standard output and error of the processes, using non-blocking connections. 'processx' can poll a process for standard output or error, with a timeout. It can also poll several processes at once.
|
2025-03-25 |
r-purrr
|
public |
A complete and consistent functional programming toolkit for R.
|
2025-03-25 |
r-profvis
|
public |
Interactive visualizations for profiling R code.
|
2025-03-25 |
r-urlchecker
|
public |
Provide the URL checking tools available in R 4.1+ as a package for earlier versions of R. Also uses concurrent requests so can be much faster than the serial versions.
|
2025-03-25 |
r-git2r
|
public |
Interface to the 'libgit2' library, which is a pure C implementation of the 'Git' core methods. Provides access to 'Git' repositories to extract data and running some basic 'Git' commands.
|
2025-03-25 |
h2o-py
|
public |
H2O, Fast Scalable Machine Learning, for python
|
2025-03-25 |
sparkmagic
|
public |
Jupyter magics and kernels for working with remote Spark clusters
|
2025-03-25 |
nest-asyncio
|
public |
Patch asyncio to allow nested event loops
|
2025-03-25 |
myst-parser
|
public |
An extended commonmark compliant parser, with bridges to docutils & sphinx.
|
2025-03-25 |
mdit-py-plugins
|
public |
Collection of plugins for markdown-it-py
|
2025-03-25 |
pytest-qt
|
public |
pytest support for PyQt and PySide applications
|
2025-03-25 |
pyfakefs
|
public |
A fake file system that mocks the Python file system modules.
|
2025-03-25 |
python-gitlab
|
public |
Python wrapper for the GitLab API
|
2025-03-25 |
tinyrpc
|
public |
Simple, fast, extensible JSON encoder/decoder for Python
|
2025-03-25 |
dohq-artifactory
|
public |
A Python interface to Artifactory
|
2025-03-25 |
hvac
|
public |
HashiCorp Vault API client
|
2025-03-25 |
r-azurestor
|
public |
Manage storage in Microsoft's 'Azure' cloud: <https://azure.microsoft.com/en-us/product-categories/storage/>. On the admin side, 'AzureStor' includes features to create, modify and delete storage accounts. On the client side, it includes an interface to blob storage, file storage, and 'Azure Data Lake Storage Gen2': upload and download files and blobs; list containers and files/blobs; create containers; and so on. Authenticated access to storage is supported, via either a shared access key or a shared access signature (SAS). Part of the 'AzureR' family of packages.
|
2025-03-25 |
r-azurermr
|
public |
A lightweight but powerful R interface to the 'Azure Resource Manager' REST API. The package exposes a comprehensive class framework and related tools for creating, updating and deleting 'Azure' resource groups, resources and templates. While 'AzureRMR' can be used to manage any 'Azure' service, it can also be extended by other packages to provide extra functionality for specific services. Part of the 'AzureR' family of packages.
|
2025-03-25 |