Skip to content

Commit

Permalink
Merge pull request #75 from jameslamb/feature/release_v0.1.0
Browse files Browse the repository at this point in the history
Release v0.1.0
  • Loading branch information
jameslamb authored Apr 13, 2018
2 parents 7f95228 + e4a1634 commit 2cb7354
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 39 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Authors@R: c(
Maintainer: Brian Burns <[email protected]>
Description: Tools from the domain of graph theory can be used to quantify the complexity
and vulnerability to failure of a software package. That is the guiding philosophy
of this package. "pkgnet" provides tools to analyze the dependencies between functions
of this package. 'pkgnet' provides tools to analyze the dependencies between functions
in an R package and between its imported packages.
Imports:
assertthat,
Expand All @@ -31,6 +31,8 @@ Suggests:
devtools,
testthat
License: BSD_3_clause + file LICENSE
URL: https://github.com/UptakeOpenSource/pkgnet
BugReports: https://github.com/UptakeOpenSource/pkgnet/issues
LazyData: TRUE
RoxygenNote: 6.0.1
VignetteBuilder: knitr
34 changes: 3 additions & 31 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
************************************************************************
Copyright (c) 2018, Uptake

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.

Neither the name of Uptake nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
************************************************************************
YEAR: 2018
COPYRIGHT HOLDER: Uptake Technologies Inc.
ORGANIZATION: Uptake Technologies Inc.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -25,12 +23,10 @@ The core functionality of this package is the `CreatePackageReport` function.

## Installation <a name="installation"></a>

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 <a name="examples"></a>
Expand Down
17 changes: 17 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# CRAN Submission History

## v0.1.0 - Submission 1 - (April 11, 2018)

### R CMD check results
* One NOTE about license file, will see what they say

### CRAN Response
* Need to use CRAN recognized LICENSE format
* Need to single-quote `pkgnet` in `DESCRIPTION` file

## v0.1.0 - Submission 2 - (April 12, 2018)

### R CMD check results
* No issues

### CRAN Response
* accepted and available on CRAN

0 comments on commit 2cb7354

Please sign in to comment.