Skip to content

Commit 2cb7354

Browse files
authored
Merge pull request #75 from jameslamb/feature/release_v0.1.0
Release v0.1.0
2 parents 7f95228 + e4a1634 commit 2cb7354

File tree

4 files changed

+26
-39
lines changed

4 files changed

+26
-39
lines changed

DESCRIPTION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Authors@R: c(
1111
Maintainer: Brian Burns <brian.burns@uptake.com>
1212
Description: Tools from the domain of graph theory can be used to quantify the complexity
1313
and vulnerability to failure of a software package. That is the guiding philosophy
14-
of this package. "pkgnet" provides tools to analyze the dependencies between functions
14+
of this package. 'pkgnet' provides tools to analyze the dependencies between functions
1515
in an R package and between its imported packages.
1616
Imports:
1717
assertthat,
@@ -31,6 +31,8 @@ Suggests:
3131
devtools,
3232
testthat
3333
License: BSD_3_clause + file LICENSE
34+
URL: https://github.com/UptakeOpenSource/pkgnet
35+
BugReports: https://github.com/UptakeOpenSource/pkgnet/issues
3436
LazyData: TRUE
3537
RoxygenNote: 6.0.1
3638
VignetteBuilder: knitr

LICENSE

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
1-
************************************************************************
2-
Copyright (c) 2018, Uptake
3-
4-
Redistribution and use in source and binary forms, with or without
5-
modification, are permitted provided that the following conditions are
6-
met:
7-
8-
Redistributions of source code must retain the above copyright
9-
notice, this list of conditions and the following disclaimer.
10-
11-
Redistributions in binary form must reproduce the above copyright
12-
notice, this list of conditions and the following disclaimer in
13-
the documentation and/or other materials provided with the
14-
distribution.
15-
16-
Neither the name of Uptake nor the names of its
17-
contributors may be used to endorse or promote products derived
18-
from this software without specific prior written permission.
19-
20-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24-
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31-
************************************************************************
1+
YEAR: 2018
2+
COPYRIGHT HOLDER: Uptake Technologies Inc.
3+
ORGANIZATION: Uptake Technologies Inc.

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# pkgnet
22

3-
[![Build Status](https://travis-ci.org/UptakeOpenSource/pkgnet.svg?branch=master)](https://travis-ci.org/UptakeOpenSource/pkgnet)
4-
5-
**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.**
3+
[![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)
64

75
## Introduction
86

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

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

28-
This package has not yet been submitted to [CRAN](https://cran.r-project.org/), though we intend to do so soon.
29-
30-
To use the development version of the package, you can install directly from [GitHub](https://github.com/UptakeOpenSource/pkgnet)
26+
This package is now available from [CRAN](https://cran.r-project.org/)!
3127

3228
```
33-
devtools::install_github("UptakeOpenSource/pkgnet")
29+
install.packages('pkgnet')
3430
```
3531

3632
## Usage Examples <a name="examples"></a>

cran-comments.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
11
# CRAN Submission History
2+
3+
## v0.1.0 - Submission 1 - (April 11, 2018)
4+
5+
### R CMD check results
6+
* One NOTE about license file, will see what they say
7+
8+
### CRAN Response
9+
* Need to use CRAN recognized LICENSE format
10+
* Need to single-quote `pkgnet` in `DESCRIPTION` file
11+
12+
## v0.1.0 - Submission 2 - (April 12, 2018)
13+
14+
### R CMD check results
15+
* No issues
16+
17+
### CRAN Response
18+
* accepted and available on CRAN

0 commit comments

Comments
 (0)