diff --git a/DESCRIPTION b/DESCRIPTION index f7214314..948b106b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,7 +11,7 @@ Authors@R: c( Maintainer: Brian Burns 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, @@ -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 diff --git a/LICENSE b/LICENSE index 9693090a..a4312acd 100644 --- a/LICENSE +++ b/LICENSE @@ -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. -************************************************************************ \ No newline at end of file +YEAR: 2018 +COPYRIGHT HOLDER: Uptake Technologies Inc. +ORGANIZATION: Uptake Technologies Inc. \ No newline at end of file diff --git a/cran-comments.md b/cran-comments.md index dbdd151c..64b1484d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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