From e4a16344539a93ae73e18a46e15519be80cd58ea Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 13 Apr 2018 11:31:40 -0500 Subject: [PATCH] Updated cran-comments and added CRAN badges --- README.md | 10 +++------- cran-comments.md | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2d3fa847..3c8a6ef9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # pkgnet -[![Build Status](https://travis-ci.org/UptakeOpenSource/pkgnet.svg?branch=master)](https://travis-ci.org/UptakeOpenSource/pkgnet) - -**WARNING: This package is still under construction. It's API can and will change. Please contribute to the conversation about its future by submitting issues and pull requests, or by contacting the package maintainer (see the DESCRIPTION file) directly.** +[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version-last-release/pkgnet)](https://cran.r-project.org/package=pkgnet) [![CRAN\_Download\_Badge](https://cranlogs.r-pkg.org/badges/grand-total/pkgnet)](https://cran.r-project.org/package=pkgnet) [![Build Status](https://travis-ci.org/UptakeOpenSource/pkgnet.svg?branch=master)](https://travis-ci.org/UptakeOpenSource/pkgnet) ## Introduction @@ -25,12 +23,10 @@ The core functionality of this package is the `CreatePackageReport` function. ## Installation -This package has not yet been submitted to [CRAN](https://cran.r-project.org/), though we intend to do so soon. - -To use the development version of the package, you can install directly from [GitHub](https://github.com/UptakeOpenSource/pkgnet) +This package is now available from [CRAN](https://cran.r-project.org/)! ``` -devtools::install_github("UptakeOpenSource/pkgnet") +install.packages('pkgnet') ``` ## Usage Examples diff --git a/cran-comments.md b/cran-comments.md index 64b1484d..d62693fb 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -15,4 +15,4 @@ * No issues ### CRAN Response -* TBD +* accepted and available on CRAN