Showing 200 of total 864 results (show query)

r-dbi

odbc:Connect to ODBC Compatible Databases (using the DBI Interface)

A DBI-compatible interface to ODBC databases.

Maintained by Hadley Wickham. Last updated 13 days ago.

databaseodbcunixodbccpp

12.8 match 396 stars 16.22 score 2.9k scripts 22 dependents

datastorm-open

visNetwork:Network Visualization using 'vis.js' Library

Provides an R interface to the 'vis.js' JavaScript charting library. It allows an interactive visualization of networks.

Maintained by Benoit Thieurmel. Last updated 2 years ago.

6.6 match 549 stars 15.14 score 4.1k scripts 195 dependents

tidyverse

googledrive:An Interface to Google Drive

Manage Google Drive files from R.

Maintained by Jennifer Bryan. Last updated 7 months ago.

google-drive

6.1 match 329 stars 14.97 score 2.1k scripts 164 dependents

jakubnowicki

fixtuRes:Mock Data Generator

Generate mock data in R using YAML configuration.

Maintained by Jakub Nowicki. Last updated 3 years ago.

fixturesmock-datamock-data-generatortest-data-generatoryaml-configuration

16.2 match 16 stars 4.98 score 12 scripts

r-lib

gmailr:Access the 'Gmail' 'RESTful' API

An interface to the 'Gmail' 'RESTful' API. Allows access to your 'Gmail' messages, threads, drafts and labels.

Maintained by Jennifer Bryan. Last updated 1 years ago.

6.3 match 230 stars 11.49 score 289 scripts 1 dependents

mrc-ide

rrq:Simple Redis Queue

Simple Redis queue in R.

Maintained by Rich FitzJohn. Last updated 4 months ago.

clusterinfrastructure

9.3 match 24 stars 7.40 score 14 scripts 3 dependents

jkcshea

ivmte:Instrumental Variables: Extrapolation by Marginal Treatment Effects

The marginal treatment effect was introduced by Heckman and Vytlacil (2005) <doi:10.1111/j.1468-0262.2005.00594.x> to provide a choice-theoretic interpretation to instrumental variables models that maintain the monotonicity condition of Imbens and Angrist (1994) <doi:10.2307/2951620>. This interpretation can be used to extrapolate from the compliers to estimate treatment effects for other subpopulations. This package provides a flexible set of methods for conducting this extrapolation. It allows for parametric or nonparametric sieve estimation, and allows the user to maintain shape restrictions such as monotonicity. The package operates in the general framework developed by Mogstad, Santos and Torgovitsky (2018) <doi:10.3982/ECTA15463>, and accommodates either point identification or partial identification (bounds). In the partially identified case, bounds are computed using either linear programming or quadratically constrained quadratic programming. Support for four solvers is provided. Gurobi and the Gurobi R API can be obtained from <http://www.gurobi.com/index>. CPLEX can be obtained from <https://www.ibm.com/analytics/cplex-optimizer>. CPLEX R APIs 'Rcplex' and 'cplexAPI' are available from CRAN. MOSEK and the MOSEK R API can be obtained from <https://www.mosek.com/>. The lp_solve library is freely available from <http://lpsolve.sourceforge.net/5.5/>, and is included when installing its API 'lpSolveAPI', which is available from CRAN.

Maintained by Joshua Shea. Last updated 7 months ago.

12.7 match 18 stars 5.33 score 30 scripts

usdaforestservice

gdalraster:Bindings to the 'Geospatial Data Abstraction Library' Raster API

Interface to the Raster API of the 'Geospatial Data Abstraction Library' ('GDAL', <https://gdal.org>). Bindings are implemented in an exposed C++ class encapsulating a 'GDALDataset' and its raster band objects, along with several stand-alone functions. These support manual creation of uninitialized datasets, creation from existing raster as template, read/set dataset parameters, low level I/O, color tables, raster attribute tables, virtual raster (VRT), and 'gdalwarp' wrapper for reprojection and mosaicing. Includes 'GDAL' algorithms ('dem_proc()', 'polygonize()', 'rasterize()', etc.), and functions for coordinate transformation and spatial reference systems. Calling signatures resemble the native C, C++ and Python APIs provided by the 'GDAL' project. Includes raster 'calc()' to evaluate a given R expression on a layer or stack of layers, with pixel x/y available as variables in the expression; and raster 'combine()' to identify and count unique pixel combinations across multiple input layers, with optional output of the pixel-level combination IDs. Provides raster display using base 'graphics'. Bindings to a subset of the 'OGR' API are also included for managing vector data sources. Bindings to a subset of the Virtual Systems Interface ('VSI') are also included to support operations on 'GDAL' virtual file systems. These are general utility functions that abstract file system operations on URLs, cloud storage services, 'Zip'/'GZip'/'7z'/'RAR' archives, and in-memory files. 'gdalraster' may be useful in applications that need scalable, low-level I/O, or prefer a direct 'GDAL' API.

Maintained by Chris Toney. Last updated 13 hours ago.

gdalgeospatialrastervectorcpp

7.1 match 42 stars 9.52 score 32 scripts 3 dependents

flippiecoetser

Environment:Manage Environment Variables

Get or Set Environment Variables using .Renviron configuration file.

Maintained by Flippie Coetser. Last updated 9 days ago.

configurationenvironment

15.6 match 1 stars 3.35 score 74 scripts 1 dependents

mrc-ide

hipercow:High Performance Computing

Set up cluster environments and jobs. Moo.

Maintained by Rich FitzJohn. Last updated 12 days ago.

7.9 match 1 stars 6.53 score 45 scripts 1 dependents

ropensci

virtuoso:Interface to 'Virtuoso' using 'ODBC'

Provides users with a simple and convenient mechanism to manage and query a 'Virtuoso' database using the 'DBI' (Data-Base Interface) compatible 'ODBC' (Open Database Connectivity) interface. 'Virtuoso' is a high-performance "universal server," which can act as both a relational database, supporting standard Structured Query Language ('SQL') queries, while also supporting data following the Resource Description Framework ('RDF') model for Linked Data. 'RDF' data can be queried using 'SPARQL' ('SPARQL' Protocol and 'RDF' Query Language) queries, a graph-based query that supports semantic reasoning. This allows users to leverage the performance of local or remote 'Virtuoso' servers using popular 'R' packages such as 'DBI' and 'dplyr', while also providing a high-performance solution for working with large 'RDF' 'triplestores' from 'R.' The package also provides helper routines to install, launch, and manage a 'Virtuoso' server locally on 'Mac', 'Windows' and 'Linux' platforms using the standard interactive installers from the 'R' command-line. By automatically handling these setup steps, the package can make using 'Virtuoso' considerably faster and easier for a most users to deploy in a local environment. Managing the bulk import of triples from common serializations with a single intuitive command is another key feature of this package. Bulk import performance can be tens to hundreds of times faster than the comparable imports using existing 'R' tools, including 'rdflib' and 'redland' packages.

Maintained by Carl Boettiger. Last updated 11 months ago.

8.8 match 9 stars 5.61 score 15 scripts

manuelhentschel

vscDebugger:Support for Visual Studio Code Debugger

Provides support for a visual studio code debugger

Maintained by Manuel Hentschel. Last updated 2 days ago.

debuggervscode

7.0 match 95 stars 7.00 score 15 scripts

r-dbi

bigrquery:An Interface to Google's 'BigQuery' 'API'

Easily talk to Google's 'BigQuery' database from R.

Maintained by Hadley Wickham. Last updated 20 days ago.

bigquerydatabasecpp

3.9 match 520 stars 12.55 score 1.8k scripts 4 dependents

john-d-fox

Rcmdr:R Commander

A platform-independent basic-statistics GUI (graphical user interface) for R, based on the tcltk package.

Maintained by John Fox. Last updated 5 months ago.

4.5 match 4 stars 9.49 score 636 scripts 38 dependents

fishfollower

stockassessment:State-Space Assessment Model

Fitting SAM...

Maintained by Anders Nielsen. Last updated 14 days ago.

stockassessmentcpp

5.4 match 49 stars 7.76 score 324 scripts 2 dependents

dyfanjones

sagemaker.common:R6sagemaker lower level api calls

`R6sagemaker` lower level api calls.

Maintained by Dyfan Jones. Last updated 3 years ago.

amazon-sagemakerawssagemakersdk

14.1 match 2.78 score 4 dependents

ropensci

babelquarto:Renders a Multilingual Quarto Book

Automate rendering and cross-linking of Quarto books following a prescribed structure.

Maintained by Maëlle Salmon. Last updated 1 months ago.

5.0 match 43 stars 7.52 score 23 scripts 1 dependents

rstudio

rmarkdown:Dynamic Documents for R

Convert R Markdown documents into a variety of formats.

Maintained by Yihui Xie. Last updated 4 months ago.

literate-programmingmarkdownpandocrmarkdown

1.7 match 2.9k stars 21.79 score 14k scripts 3.7k dependents

milesmcbain

datapasta:R Tools for Data Copy-Pasta

RStudio addins and R functions that make copy-pasting vectors and tables to text painless.

Maintained by Miles McBain. Last updated 3 years ago.

addinclipboardcopypasteexceltibble

3.5 match 899 stars 10.32 score 290 scripts 2 dependents

kwb-r

kwb.monitoring:Functions Used Within Different Kwb Monitoring Projects

Functions used within different KWB projects dealing with monitoring data.

Maintained by Hauke Sonnenberg. Last updated 6 years ago.

monitoring

9.5 match 3.78 score 3 scripts 4 dependents

e-sensing

sits:Satellite Image Time Series Analysis for Earth Observation Data Cubes

An end-to-end toolkit for land use and land cover classification using big Earth observation data, based on machine learning methods applied to satellite image data cubes, as described in Simoes et al (2021) <doi:10.3390/rs13132428>. Builds regular data cubes from collections in AWS, Microsoft Planetary Computer, Brazil Data Cube, Copernicus Data Space Environment (CDSE), Digital Earth Africa, Digital Earth Australia, NASA HLS using the Spatio-temporal Asset Catalog (STAC) protocol (<https://stacspec.org/>) and the 'gdalcubes' R package developed by Appel and Pebesma (2019) <doi:10.3390/data4030092>. Supports visualization methods for images and time series and smoothing filters for dealing with noisy time series. Includes functions for quality assessment of training samples using self-organized maps as presented by Santos et al (2021) <doi:10.1016/j.isprsjprs.2021.04.014>. Includes methods to reduce training samples imbalance proposed by Chawla et al (2002) <doi:10.1613/jair.953>. Provides machine learning methods including support vector machines, random forests, extreme gradient boosting, multi-layer perceptrons, temporal convolutional neural networks proposed by Pelletier et al (2019) <doi:10.3390/rs11050523>, and temporal attention encoders by Garnot and Landrieu (2020) <doi:10.48550/arXiv.2007.00586>. Supports GPU processing of deep learning models using torch <https://torch.mlverse.org/>. Performs efficient classification of big Earth observation data cubes and includes functions for post-classification smoothing based on Bayesian inference as described by Camara et al (2024) <doi:10.3390/rs16234572>, and methods for active learning and uncertainty assessment. Supports region-based time series analysis using package supercells <https://jakubnowosad.com/supercells/>. Enables best practices for estimating area and assessing accuracy of land change as recommended by Olofsson et al (2014) <doi:10.1016/j.rse.2014.02.015>. Minimum recommended requirements: 16 GB RAM and 4 CPU dual-core.

Maintained by Gilberto Camara. Last updated 1 months ago.

big-earth-datacbersearth-observationeo-datacubesgeospatialimage-time-seriesland-cover-classificationlandsatplanetary-computerr-spatialremote-sensingrspatialsatellite-image-time-seriessatellite-imagerysentinel-2stac-apistac-catalogcpp

3.8 match 494 stars 9.50 score 384 scripts

rstudio

rstudioapi:Safely Access the RStudio API

Access the RStudio API (if available) and provide informative error messages when it's not.

Maintained by Kevin Ushey. Last updated 4 months ago.

1.9 match 172 stars 18.81 score 3.6k scripts 2.1k dependents

ralmond

RNetica:R interface to Netica(R) Bayesian Network Engine

This provides an R interface to the Netica (http://norsys.com/) Bayesian network library API.

Maintained by Russell Almond. Last updated 2 months ago.

bayesian-network

6.2 match 2 stars 4.92 score 14 scripts 2 dependents

techtonique

bcn:Boosted Configuration Networks

Boosted Configuration (neural) Networks for supervised learning.

Maintained by T. Moudiki. Last updated 6 months ago.

machine-learningneural-networksstatistical-learningcpp

7.5 match 5 stars 4.00 score 4 scripts

bioc

Biobase:Biobase: Base functions for Bioconductor

Functions that are needed by many other packages or which replace R functions.

Maintained by Bioconductor Package Maintainer. Last updated 5 months ago.

infrastructurebioconductor-packagecore-package

1.7 match 9 stars 16.45 score 6.6k scripts 1.8k dependents

r-lib

callr:Call R from R

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.

Maintained by Gábor Csárdi. Last updated 23 days ago.

1.8 match 300 stars 15.28 score 289 scripts 1.2k dependents

quarto-dev

quarto:R Interface to 'Quarto' Markdown Publishing System

Convert R Markdown documents and 'Jupyter' notebooks to a variety of output formats using 'Quarto'.

Maintained by Christophe Dervieux. Last updated 2 months ago.

1.8 match 147 stars 14.96 score 1.3k scripts 36 dependents