Showing 200 of total 1061 results (show query)

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.

15.0 match 550 stars 15.25 score 4.1k scripts 196 dependents

open-eo

openeo:Client Interface for 'openEO' Servers

Access data and processing functionalities of 'openEO' compliant back-ends in R.

Maintained by Florian Lahn. Last updated 2 months ago.

openeoopeneo-user

15.0 match 65 stars 8.65 score 128 scripts

thinkr-open

togglr:'Toggl.com' Api for 'Rstudio'

Use the <https://toggl.com> time tracker api through R.

Maintained by Vincent Guyader. Last updated 1 years ago.

hacktoberfesttoggl-apitoggler

18.5 match 49 stars 6.81 score 33 scripts

thinkr-open

fcuk:The Ultimate Helper for Clumsy Fingers

Automatically suggests a correction when a typo occurs.

Maintained by Vincent Guyader. Last updated 1 years ago.

errorfcuk

15.0 match 92 stars 7.05 score 49 scripts

thinkr-open

checkhelper:Deal with Check Outputs

Deal with packages 'check' outputs and reduce the risk of rejection by 'CRAN' by following policies.

Maintained by Sebastien Rochette. Last updated 1 years ago.

15.0 match 34 stars 6.74 score 18 scripts

murrayefford

openCR:Open Population Capture-Recapture

Non-spatial and spatial open-population capture-recapture analysis.

Maintained by Murray Efford. Last updated 5 months ago.

cpp

16.0 match 4 stars 5.98 score 53 scripts

truecluster

ff:Memory-Efficient Storage of Large Data on Disk and Fast Access Functions

The ff package provides data structures that are stored on disk but behave (almost) as if they were in RAM by transparently mapping only a section (pagesize) in main memory - the effective virtual memory consumption per ff object. ff supports R's standard atomic data types 'double', 'logical', 'raw' and 'integer' and non-standard atomic types boolean (1 bit), quad (2 bit unsigned), nibble (4 bit unsigned), byte (1 byte signed with NAs), ubyte (1 byte unsigned), short (2 byte signed with NAs), ushort (2 byte unsigned), single (4 byte float with NAs). For example 'quad' allows efficient storage of genomic data as an 'A','T','G','C' factor. The unsigned types support 'circular' arithmetic. There is also support for close-to-atomic types 'factor', 'ordered', 'POSIXct', 'Date' and custom close-to-atomic types. ff not only has native C-support for vectors, matrices and arrays with flexible dimorder (major column-order, major row-order and generalizations for arrays). There is also a ffdf class not unlike data.frames and import/export filters for csv files. ff objects store raw data in binary flat files in native encoding, and complement this with metadata stored in R as physical and virtual attributes. ff objects have well-defined hybrid copying semantics, which gives rise to certain performance improvements through virtualization. ff objects can be stored and reopened across R sessions. ff files can be shared by multiple ff R objects (using different data en/de-coding schemes) in the same process or from multiple R processes to exploit parallelism. A wide choice of finalizer options allows to work with 'permanent' files as well as creating/removing 'temporary' ff files completely transparent to the user. On certain OS/Filesystem combinations, creating the ff files works without notable delay thanks to using sparse file allocation. Several access optimization techniques such as Hybrid Index Preprocessing and Virtualization are implemented to achieve good performance even with large datasets, for example virtual matrix transpose without touching a single byte on disk. Further, to reduce disk I/O, 'logicals' and non-standard data types get stored native and compact on binary flat files i.e. logicals take up exactly 2 bits to represent TRUE, FALSE and NA. Beyond basic access functions, the ff package also provides compatibility functions that facilitate writing code for ff and ram objects and support for batch processing on ff objects (e.g. as.ram, as.ff, ffapply). ff interfaces closely with functionality from package 'bit': chunked looping, fast bit operations and coercions between different objects that can store subscript information ('bit', 'bitwhich', ff 'boolean', ri range index, hi hybrid index). This allows to work interactively with selections of large datasets and quickly modify selection criteria. Further high-performance enhancements can be made available upon request.

Maintained by Jens Oehlschlägel. Last updated 3 months ago.

cpp

7.0 match 27 stars 12.01 score 764 scripts 71 dependents

thinkr-open

lightparser:From 'Rmarkdown' and 'Quarto' Files to Tibble and Back

Split your 'rmarkdown' or 'quarto' files by sections into a tibble: titles, text, chunks. Rebuild the file from the tibble.

Maintained by Sebastien Rochette. Last updated 11 months ago.

15.0 match 24 stars 5.56 score 9 scripts 1 dependents

thinkr-open

lozen:Management tools for missions

Management tools for missions (internal and external). Includes weekly, GL projects, etc.

Maintained by Sébastien Rochette. Last updated 12 months ago.

experimental

15.0 match 7 stars 5.42 score 14 scripts

cderv

pandoc:Manage and Run Universal Converter 'Pandoc' from 'R'

Provides a set of tools to install, manage and run several 'Pandoc' versions.

Maintained by Christophe Dervieux. Last updated 1 years ago.

11.0 match 27 stars 7.17 score 194 scripts 3 dependents

sharlagelfand

opendatatoronto:Access the City of Toronto Open Data Portal

Access data from the "City of Toronto Open Data Portal" (<https://open.toronto.ca>) directly from R.

Maintained by Sharla Gelfand. Last updated 3 years ago.

10.3 match 63 stars 7.49 score 486 scripts

gshs-ornl

wbstats:Programmatic Access to Data and Statistics from the World Bank API

Search and download data from the World Bank Data API.

Maintained by Jesse Piburn. Last updated 4 years ago.

open-dataworld-bankworld-bank-apiworldbank

7.5 match 126 stars 10.07 score 1.1k scripts 3 dependents

thinkr-open

devindocker:Help Develop a R Project Inside a Docker Container

Help develop a R project inside a Docker container.

Maintained by Sébastien Rochette. Last updated 4 years ago.

thinkr-not-maintained

15.0 match 38 stars 4.88 score 7 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 5 months ago.

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

thinkr-open

tutor:Deploy shiny_prerendered Rmds

Deploy Rmd using shiny_prerendered.

Maintained by vincent guyader. Last updated 10 months ago.

15.0 match 4 stars 4.51 score 102 scripts

opencasestudies

OCSdata:Download Data from the 'Open Case Studies' Repository

Provides functions to access and download data from the 'Open Case Studies' <https://www.opencasestudies.org/> repositories on 'GitHub' <https://github.com/opencasestudies>. Different functions enable users to grab the data they need at different sections in the case study, as well as download the whole case study repository. All the user needs to do is input the name of the case study being worked on. The package relies on the httr::GET() function to access files through the 'GitHub' API. The functions usethis::use_zip() and usethis::create_from_github() are used to clone and/or download the case study repositories. See <https://github.com/opencasestudies/OCSdata/blob/master/README.md> for instructions and examples. To cite an individual case study, please see the 'README' file in the respective case study repository: <https://github.com/opencasestudies/ocs-bp-rural-and-urban-obesity> <https://github.com/opencasestudies/ocs-bp-air-pollution> <https://github.com/opencasestudies/ocs-bp-vaping-case-study> <https://github.com/opencasestudies/ocs-bp-opioid-rural-urban> <https://github.com/opencasestudies/ocs-bp-RTC-wrangling> <https://github.com/opencasestudies/ocs-bp-RTC-analysis> <https://github.com/opencasestudies/ocs-bp-youth-disconnection> <https://github.com/opencasestudies/ocs-bp-youth-mental-health> <https://github.com/opencasestudies/ocs-bp-school-shootings-dashboard> <https://github.com/opencasestudies/ocs-bp-co2-emissions> <https://github.com/opencasestudies/ocs-bp-diet>.

Maintained by Carrie Wright. Last updated 9 months ago.

data-sciencepublic-health

15.5 match 1 stars 4.20 score 32 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

3.5 match 9 stars 16.46 score 6.6k scripts 1.8k dependents

r-lib

ps:List, Query, Manipulate System Processes

List, query and manipulate all system processes, on 'Windows', 'Linux' and 'macOS'.

Maintained by Gábor Csárdi. Last updated 1 months ago.

3.9 match 80 stars 15.07 score 108 scripts 1.5k dependents

joshuaulrich

quantmod:Quantitative Financial Modelling Framework

Specify, build, trade, and analyse quantitative financial trading strategies.

Maintained by Joshua M. Ulrich. Last updated 4 days ago.

algorithmic-tradingchartingdata-importfinancetime-series

3.4 match 840 stars 16.18 score 8.1k scripts 343 dependents

felixfan

FinCal:Time Value of Money, Time Series Analysis and Computational Finance

Package for time value of money calculation, time series analysis and computational finance.

Maintained by Felix Yanhui Fan. Last updated 8 years ago.

9.0 match 23 stars 6.14 score 203 scripts 1 dependents

r-lib

xopen:Open System Files, 'URLs', Anything

Cross platform solution to open files, directories or 'URLs' with their associated programs.

Maintained by Gábor Csárdi. Last updated 5 months ago.

5.4 match 31 stars 10.00 score 40 scripts 161 dependents

thinkr-open

testdown:'testhat' Results to Bookdown

Turn your 'testthat' results a Bookdown.

Maintained by Colin Fay. Last updated 2 years ago.

15.0 match 27 stars 3.61 score 3 scripts

henrikbengtsson

R.utils:Various Programming Utilities

Utility functions useful when programming and developing R packages.

Maintained by Henrik Bengtsson. Last updated 1 years ago.

3.6 match 63 stars 13.74 score 5.7k scripts 814 dependents

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 2 hours ago.

gdalgeospatialrastervectorcpp

5.1 match 41 stars 9.49 score 32 scripts 3 dependents

ropengov

sorvi:Functions for Finnish Open Data

Misc support functions for rOpenGov and open data downloads.

Maintained by Leo Lahti. Last updated 1 years ago.

6.7 match 13 stars 6.71 score 131 scripts

rstudio

rticles:Article Formats for R Markdown

A suite of custom R Markdown formats and templates for authoring journal articles and conference submissions.

Maintained by Christophe Dervieux. Last updated 22 days ago.

articlejournalpaperrmarkdown

3.5 match 1.5k stars 11.93 score 188 scripts 3 dependents

thinkr-open

bank:Extra Cache

More cache backends.

Maintained by Colin Fay. Last updated 2 years ago.

cachegolemverseshiny

15.0 match 12 stars 2.78 score 6 scripts

r-lib

fs:Cross-Platform File System Operations Based on 'libuv'

A cross-platform interface to file system operations, built on top of the 'libuv' C library.

Maintained by Gábor Csárdi. Last updated 5 months ago.

filesystemlibuvcpp

2.0 match 370 stars 20.26 score 8.1k scripts 5.2k dependents

karlines

shape:Functions for Plotting Graphical Shapes, Colors

Functions for plotting graphical shapes such as ellipses, circles, cylinders, arrows, ...

Maintained by Karline Soetaert. Last updated 1 years ago.

3.7 match 10.95 score 984 scripts 1.4k dependents

bioc

annotate:Annotation for microarrays

Using R enviroments for annotation.

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

annotationpathwaysgo

3.5 match 11.41 score 812 scripts 239 dependents

alexiosg

rugarch:Univariate GARCH Models

ARFIMA, in-mean, external regressors and various GARCH flavors, with methods for fit, forecast, simulation, inference and plotting.

Maintained by Alexios Galanos. Last updated 3 months ago.

cpp

3.3 match 26 stars 12.25 score 1.3k scripts 16 dependents

jimbrig

jimstools:Tools for R

What the package does (one paragraph).

Maintained by Jimmy Briggs. Last updated 3 years ago.

functionspersonalutility

13.2 match 2 stars 3.00 score 2 scripts

fishr-core-team

FSA:Simple Fisheries Stock Assessment Methods

A variety of simple fish stock assessment methods.

Maintained by Derek H. Ogle. Last updated 2 months ago.

fishfisheriesfisheries-managementfisheries-stock-assessmentpopulation-dynamicsstock-assessment

3.4 match 69 stars 11.16 score 1.7k scripts 6 dependents

thinkr-open

w3css:W3CSS for 'shiny'

An implementation of W3 CSS <https://www.w3schools.com/w3css/> for 'shiny'.

Maintained by Colin Fay. Last updated 2 years ago.

golemverseshiny

15.0 match 6 stars 2.48 score

g-corbelli

reflectR:Automatic Scoring of the Cognitive Reflection Test

A tool for researchers and psychologists to automatically code open-ended responses to the Cognitive Reflection Test (CRT), a widely used class of tests in cognitive science and psychology for assessing an individual's propensity to override an incorrect gut response and engage in further reflection to find a correct answer. This package facilitates the standardization of Cognitive Reflection Test responses analysis across large datasets in cognitive psychology, decision-making, and related fields. By automating the coding process, it not only reduces manual effort but also aims to reduce the variability introduced by subjective interpretation of open-ended responses, contributing to a more consistent and reliable analysis. 'reflectR' supports automatic coding and machine scoring for the original English-language version of CRT (Frederick, 2005) <doi:10.1257/089533005775196732>, as well as for CRT4 and CRT7, 4- and 7-item versions, respectively (Toplak et al., 2014) <doi:10.1080/13546783.2013.844729>, for the CRT-long version built via Item Response Theory by Primi and colleagues (2016) <doi:10.1002/bdm.1883>, and for CRT-2 by Thomson & Oppenheimer (2016) <doi:10.1017/s1930297500007622>. Note: While 'reflectR' draws inspiration from the principles and scientific literature underlying the different versions of the Cognitive Reflection Test, it has been independently developed and does not hold any affiliation with any of the original authors. The development of this package benefited significantly from the kind insight and suggestion provided by Dr. Keela Thomson, whose contribution is gratefully acknowledged. Additional gratitude is extended to Dr. Paolo Giovanni Cicirelli, Prof. Marinella Paciello, Dr. Carmela Sportelli, and Prof. Francesca D'Errico, who not only contributed to the manual multi-rater coding of CRT-2 items but also profoundly influenced the understanding of the importance and practical relevance of cognitive reflection within personality, social, and cognitive psychology research. Acknowledgment is also due to the European project STERHEOTYPES (STudying European Racial Hoaxes and sterEOTYPES) for funding the data collection that produced the datasets initially used for manual multi-rater coding of CRT-2 items.

Maintained by Giuseppe Corbelli. Last updated 7 months ago.

assessmentcognitivecognitive-psychologycognitive-sciencecrtpsychological-sciencepsychological-testspsychologypsychometricsreflectionscoringtesting

10.4 match 1 stars 3.48 score

r-lib

devtools:Tools to Make Developing R Packages Easier

Collection of package development tools.

Maintained by Jennifer Bryan. Last updated 6 months ago.

package-creation

1.8 match 2.4k stars 19.55 score 51k scripts 150 dependents