-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from jameslamb/feature/release_v0.1.0
Release v0.1.0
- Loading branch information
Showing
4 changed files
with
26 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |