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

Found 57 packages in 0.02 seconds

installr — by Tal Galili, 2 years ago

Using R to Install Stuff on Windows OS (Such As: R, 'Rtools', 'RStudio', 'Git', and More!)

R is great for installing software. Through the 'installr' package you can automate the updating of R (on Windows, using updateR()) and install new software. Software installation is initiated through a GUI (just run installr()), or through functions such as: install.Rtools(), install.pandoc(), install.git(), and many more. The updateR() command performs the following: finding the latest R version, downloading it, running the installer, deleting the installation file, copy and updating old packages to the new R installation.

readODS — by Chung-hong Chan, 16 days ago

Read and Write ODS Files

Read ODS (OpenDocument Spreadsheet) into R as data frame. Also support writing data frame into ODS file.

mFD — by Camille Magneville, 9 months ago

Compute and Illustrate the Multiple Facets of Functional Diversity

Computing functional traits-based distances between pairs of species for species gathered in assemblages allowing to build several functional spaces. The package allows to compute functional diversity indices assessing the distribution of species (and of their dominance) in a given functional space for each assemblage and the overlap between assemblages in a given functional space, see: Chao et al. (2018) , Maire et al. (2015) , Mouillot et al. (2013) , Mouillot et al. (2014) , Ricotta and Szeidl (2009) . Graphical outputs are included. Visit the 'mFD' website for more information, documentation and examples.

geneset — by Yunze Liu, 2 years ago

Get Gene Sets for Gene Enrichment Analysis

Gene sets are fundamental for gene enrichment analysis. The package 'geneset' enables querying gene sets from public databases including 'GO' (Gene Ontology Consortium. (2004) ), 'KEGG' (Minoru et al. (2000) ), 'WikiPathway' (Marvin et al. (2020) ), 'MsigDb' (Arthur et al. (2015) ), 'Reactome' (David et al. (2011) ), 'MeSH' (Ish et al. (2014) ), 'DisGeNET' (Janet et al. (2017) ), 'Disease Ontology' (Lynn et al. (2011) ), 'Network of Cancer Genes' (Dimitra et al. (2019) ) and 'COVID-19' (Maxim et al. (2020) ). Gene sets are stored in the list object which provides data frame of 'geneset' and 'geneset_name'. The 'geneset' has two columns of term ID and gene ID. The 'geneset_name' has two columns of terms ID and term description.

fortunes — by Achim Zeileis, 8 years ago

R Fortunes

A collection of fortunes from the R community.

spatstat.data — by Adrian Baddeley, 6 days ago

Datasets for 'spatstat' Family

Contains all the datasets for the 'spatstat' family of packages.

NHMM — by Tracy Holsclaw, 4 years ago

Bayesian Non-Homogeneous Markov and Mixture Models for Multiple Time Series

Holsclaw, Greene, Robertson, and Smyth (2017) . Bayesian HMM and NHMM modeling for multiple time series. The emission distribution can be mixtures of Exponential, Gamma, Poisson, or Normal distributions, and zero inflation is possible.