# sysreqs **Repository Path**: XenaShiny/sysreqs ## Basic Information - **Project Name**: sysreqs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-03 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sysreqs > Install SystemRequirements of Packages [![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip) [![Linux Build Status](https://travis-ci.org/r-hub/sysreqs.svg?branch=master)](https://travis-ci.org/r-hub/sysreqs) [![Windows Build status](https://ci.appveyor.com/api/projects/status/github/r-hub/sysreqs?svg=true)](https://ci.appveyor.com/project/r-hub/sysreqs) [![](http://www.r-pkg.org/badges/version/sysreqs)](http://www.r-pkg.org/pkg/sysreqs) [![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/sysreqs)](http://www.r-pkg.org/pkg/sysreqs) Automatically download and install system requirements of R packages. ## Installation ```r devtools::install_github("r-hub/sysreqs") ``` ## Usage ```r library(sysreqs) ``` ## License MIT © R Consortium