All Projects → r-hub → Rhub

r-hub / Rhub

Licence: other
R-hub API client

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Rhub

rredlist
IUCN Red List API Client
Stars: ✭ 31 (-89.38%)
Mutual labels:  rstats, r-package
mutant
mutation testing for R
Stars: ✭ 13 (-95.55%)
Mutual labels:  rstats, r-package
rsnps
Wrapper to a number of SNP web APIs
Stars: ✭ 44 (-84.93%)
Mutual labels:  rstats, r-package
Rselenium
An R client for Selenium Remote WebDriver
Stars: ✭ 278 (-4.79%)
Mutual labels:  r-package, rstats
kaggler
🏁 API client for Kaggle
Stars: ✭ 50 (-82.88%)
Mutual labels:  rstats, r-package
schtools
Schloss Lab Tools for Reproducible Microbiome Research 💩
Stars: ✭ 22 (-92.47%)
Mutual labels:  rstats, r-package
dotwhisker
Dot-and-Whisker Plots of Regression Results
Stars: ✭ 51 (-82.53%)
Mutual labels:  rstats, r-package
paleobioDB
R interface to the Paleobiology Database
Stars: ✭ 36 (-87.67%)
Mutual labels:  rstats, r-package
Rnoaa
R interface to many NOAA data APIs
Stars: ✭ 278 (-4.79%)
Mutual labels:  r-package, rstats
bcmaps
An R package of map layers for British Columbia
Stars: ✭ 53 (-81.85%)
Mutual labels:  rstats, r-package
worrms
World Register of Marine Species R client
Stars: ✭ 13 (-95.55%)
Mutual labels:  rstats, r-package
Ggpointdensity
📈 📊 Introduces geom_pointdensity(): A Cross Between a Scatter Plot and a 2D Density Plot.
Stars: ✭ 286 (-2.05%)
Mutual labels:  r-package, rstats
miner
R package for controlling Minecraft via API
Stars: ✭ 74 (-74.66%)
Mutual labels:  rstats, r-package
checkers
⛔ ARCHIVED ⛔ Automated checking of best practices for research compendia ✔️
Stars: ✭ 53 (-81.85%)
Mutual labels:  rstats, r-package
rdryad
R client for Dryad web services
Stars: ✭ 25 (-91.44%)
Mutual labels:  rstats, r-package
getCRUCLdata
CRU CL v. 2.0 Climatology Client for R
Stars: ✭ 17 (-94.18%)
Mutual labels:  rstats, r-package
WikidataQueryServiceR
An R package for the Wikidata Query Service API
Stars: ✭ 23 (-92.12%)
Mutual labels:  rstats, r-package
NLMR
📦 R package to simulate neutral landscape models 🏔
Stars: ✭ 57 (-80.48%)
Mutual labels:  rstats, r-package
roadoi
Use Unpaywall with R
Stars: ✭ 60 (-79.45%)
Mutual labels:  rstats, r-package
Rplos
R client for the PLoS Journals API
Stars: ✭ 289 (-1.03%)
Mutual labels:  r-package, rstats

rhub

Connect to R-hub, from R

Linux Build Status Windows Build status CRAN RStudio mirror downloads Coverage Status Project Status: Active – The project has reached a stable, usable state and is being actively developed. Gitter chat

Introduction

The R-hub builder is a multi-platform build and check service for R packages. The rhub packages uses the R-hub API to connect to the R-hub builder and start package checks on various architectures: Run R CMD check on any of the R-hub builder architectures, from R.

The rhub package also supports accessing statuses of previous checks, and local use of the R-hub Linux platforms via Docker.

Installation

Install the package from CRAN:

install.packages("rhub")

Or get the development version from GitHub:

# install.packages("remotes")
remotes::install_github("r-hub/rhub")

Usage

Refer to the pkgdown website, in particular the "Get started" vignette.

recording of a check on a screen

License

MIT © R Consortium

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].