Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Apr 12, 2018
1 parent 7f95228 commit 6e700fc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 32 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.
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
* TBD

0 comments on commit 6e700fc

Please sign in to comment.