Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njtierney/flipper
Make it easy to flip through R packages from CRAN, Bioconductor, and GitHub
https://github.com/njtierney/flipper
r r-package rstats
Last synced: 28 days ago
JSON representation
Make it easy to flip through R packages from CRAN, Bioconductor, and GitHub
- Host: GitHub
- URL: https://github.com/njtierney/flipper
- Owner: njtierney
- Created: 2017-07-06T16:27:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T22:04:03.000Z (over 6 years ago)
- Last Synced: 2024-06-13T00:47:26.190Z (5 months ago)
- Topics: r, r-package, rstats
- Language: R
- Homepage: https://docs.ropensci.org/flipper
- Size: 25.4 KB
- Stars: 13
- Watchers: 7
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
title: "flipper: Makes discovering new R packages flipping easy"
output:
rmarkdown::html_vignette:
self_contained: nomd_document:
variant: markdown_github
---```{r opts, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
warning = TRUE,
message = TRUE,
width = 120,
comment = "#>",
fig.retina = 2,
fig.path = "README-"
)
```[![Build Status](https://travis-ci.org/ropenscilabs/flipper.svg)](https://travis-ci.org/ropenscilabs/flipper)
[![Project Status: Concept.](http://www.repostatus.org/badges/latest/concept.svg)](http://www.repostatus.org/#concept)# flipper
Some existing work found [here](https://github.com/njtierney/cranscan)
![img](https://user-images.githubusercontent.com/6697851/29385842-8433bf84-82d9-11e7-86b4-4514b6ba5f32.png)