Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Fix up LICENSE, DESCRIPTION and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Feb 26, 2016
1 parent 57873c5 commit 39e0eb7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2016
COPYRIGHT HOLDER: Gabor Csardi
COPYRIGHT HOLDER: R Consortium
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Generated by roxygen2: do not edit by hand

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

> Install SystemRequirements of Packages
[![Linux Build Status](https://travis-ci.org//sysreqs.svg?branch=master)](https://travis-ci.org//sysreqs)

[![Windows Build status](https://ci.appveyor.com/api/projects/status/github//sysreqs?svg=true)](https://ci.appveyor.com/project//sysreqs)
[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![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)

Expand All @@ -15,7 +15,7 @@ Automatically download and install system requirements of R packages.
## Installation

```r
devtools::install_github("/sysreqs")
devtools::install_github("r-hub/sysreqs")
```

## Usage
Expand All @@ -26,4 +26,4 @@ library(sysreqs)

## License

MIT + file LICENSE ©
MIT © R Consortium
10 changes: 0 additions & 10 deletions man/package.Rd

This file was deleted.

0 comments on commit 39e0eb7

Please sign in to comment.