All Projects → datacamp → rdocumentation-2.0

datacamp / rdocumentation-2.0

Licence: MIT license
📚 RDocumentation provides an easy way to search the documentation for every version of every R package on CRAN and Bioconductor.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to rdocumentation-2.0

Pacman
A package management tools for R
Stars: ✭ 220 (+11.68%)
Mutual labels:  cran, packages
pinyin
an R package for converting Chineses characters into pinyin
Stars: ✭ 45 (-77.16%)
Mutual labels:  cran
Gmisc
An R package for creating tables, some plots and other useful utilities too small to merit their own package
Stars: ✭ 45 (-77.16%)
Mutual labels:  cran
tcl-modules
A collection of pure Tcl, production-ready micro packages
Stars: ✭ 25 (-87.31%)
Mutual labels:  packages
mRMRe
mRMRe is a package for Parallelized Minimum Redundancy, Maximum Relevance (mRMR) Ensemble Feature Selection
Stars: ✭ 16 (-91.88%)
Mutual labels:  cran
rabbitmq-server-release
RabbitMQ packaging and release engineering bits that do not belong to the Concourse pipelines.
Stars: ✭ 13 (-93.4%)
Mutual labels:  packages
TCGAbiolinksGUI
TCGAbiolinksGUI code development for R/Bioconductor submission http://tcgabiolinks.fmrp.usp.br:3838/
Stars: ✭ 32 (-83.76%)
Mutual labels:  bioconductor
epanet2toolkit
An R package for calling the Epanet software for simulation of piping networks.
Stars: ✭ 13 (-93.4%)
Mutual labels:  cran
rcppsimdjson
Rcpp Bindings for the 'simdjson' Header Library
Stars: ✭ 103 (-47.72%)
Mutual labels:  cran
ensembldb
This is the ensembldb development repository.
Stars: ✭ 31 (-84.26%)
Mutual labels:  bioconductor
bioc 2020 tidytranscriptomics
Workshop on tidytranscriptomics: Performing tidy transcriptomics analyses with tidybulk, tidyverse and tidyheatmap
Stars: ✭ 25 (-87.31%)
Mutual labels:  bioconductor
recount
R package for the recount2 project. Documentation website: http://leekgroup.github.io/recount/
Stars: ✭ 40 (-79.7%)
Mutual labels:  bioconductor
rdomains
Classifying the content of domains
Stars: ✭ 47 (-76.14%)
Mutual labels:  cran
RJafroc
Artificial Intelligence: Evaluating AI, optimizing AI
Stars: ✭ 17 (-91.37%)
Mutual labels:  cran
RBioFormats
📚 R interface to the Bio-Formats library
Stars: ✭ 20 (-89.85%)
Mutual labels:  bioconductor
papeR
A toolbox for writing Sweave or other LaTeX-based papers and reports and to prettify the output of various estimated models.
Stars: ✭ 26 (-86.8%)
Mutual labels:  cran
arulesViz
Visualizing Association Rules and Frequent Itemsets with R
Stars: ✭ 49 (-75.13%)
Mutual labels:  cran
ngs-in-bioc
A course on Analysing Next Generation (/High Throughput etc..) Sequencing data using Bioconductor
Stars: ✭ 37 (-81.22%)
Mutual labels:  bioconductor
packagefinder
Comfortable search for R packages on CRAN, either directly from the R console or with an R Studio add-in
Stars: ✭ 43 (-78.17%)
Mutual labels:  cran
pipeComp
A R framework for pipeline benchmarking, with application to single-cell RNAseq
Stars: ✭ 38 (-80.71%)
Mutual labels:  bioconductor

RDocumentation 2.0

Note: Please read this confluence page which explains the architecture of how RDocumentation works, and how to run the backend locally.

RDocumentation provides an easy way to search the documentation for every version of every R package on CRAN and Bioconductor.

Setup

To run locally, clone this repo and cd into the directory.

Change the name of .env.local.example to .env.local. Since RDocumentation fetches data from the GitHub API, you'll need to create a GitHub personal access token (with public_repo scope) and add it as an environment variable.

GITHUB_TOKEN=YOUR_PERSONAL_ACCESS_TOKEN

Then run the following to install dependencies and start the development server on http://localhost:3000:

yarn
yarn dev

Contributing

We welcome all sorts of contributions, be it new features, bug fixes or documentation, we encourage you to create a new PR. To create a new PR or to report new bugs, please read how to contribute to RDocumentation.

Stack

This website was built by Nick Carchedi using Next.js, Tailwind CSS and DataCamp's own Waffles component library. We ❤️ open source.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].