Skip to content

Commit

Permalink
MIT license, fix a couple of notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinak committed Jun 18, 2018
1 parent b7eca41 commit 13ad459
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Title: Construct Reproducible Analytic Data Sets as R Packages
Authors@R:
c(person(given = "Greg Finak", role=c("aut","cre","cph"), email="[email protected]"),
person(given = "Paul Obrecht", role=c("ctb")))
Version: 0.13.1
Version: 0.13.2
Date: 2017-10-13
Description: Construct reproducible analytic data sets as R packages.
License: MIT
License: MIT + file LICENSE
Maintainer: Greg Finak <[email protected]>
Depends: R (>= 3.5.0)
Imports:
Expand All @@ -27,7 +27,6 @@ Imports:
futile.logger,
rprojroot,
data.tree,
DT
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Collate: autodoc.R
Expand Down
7 changes: 7 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2018 Greg Finak

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import(data.tree)
import(desc)
import(devtools)
import(futile.logger)
import(knitr)
import(optparse)
import(rmarkdown)
import(roxygen2)
Expand Down
1 change: 1 addition & 0 deletions R/build.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#' @import rprojroot
#' @importFrom yaml read_yaml
#' @import futile.logger
#' @import knitr
#' @export
package_build <- function(packageName = NULL,
vignettes = FALSE,
Expand Down

0 comments on commit 13ad459

Please sign in to comment.