Skip to content

Commit

Permalink
update license
Browse files Browse the repository at this point in the history
  • Loading branch information
nrennie committed May 7, 2022
1 parent c6bf9c1 commit 0b7dda4
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 13 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ aRt.png
^docs$
^pkgdown$
^\.github$
^LICENSE\.md$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: aRt
Title: Generative Art with R
Version: 1.1.8
Version: 1.1.9
Authors@R:
person(given = "Nicola",
family = "Rennie",
role = c("aut", "cre"),
email = "[email protected]")
Description: Creates generative art using R.
License: GPL (>= 2)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Expand Down
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
YEAR: 2022
COPYRIGHT HOLDER: aRt authors
21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# MIT License

Copyright (c) 2022 aRt authors

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.
22 changes: 12 additions & 10 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,48 @@
# aRt
## aRt 1.1.9

# aRt 1.1.8
* update license

## aRt 1.1.8

* add `sunbursts()` function
* add panel function
* add {pkgdown website}

# aRt 1.1.7
## aRt 1.1.7

* add GitHub actions
* fix CI

# aRt 1.1.6
## aRt 1.1.6

* Fix issues with `flow_fields()` rendering
* Add custom `ggplot2` theme
* add aRtData dependency
* add `blending()` function

# aRt 1.1.5
## aRt 1.1.5

* Switch `flow_fields()` to cartesian coords

# aRt 1.1.4
## aRt 1.1.4

* Add `flow_fields()`
* Fix missing `ggplot2::` in circles
* Fix `no visible binding for global variable "new_group"`

# aRt 1.1.3
## aRt 1.1.3

* Installation bug fix

# aRt 1.1.2
## aRt 1.1.2

* `bubbles()` function fixed

# aRt 1.1.1
## aRt 1.1.1

* `bubbles()` has been added.

# aRt 1.1.0
## aRt 1.1.0

* `rectangles()` has been added.
* News.md file now included.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# aRt <img src="https://github.com/nrennie/aRt/blob/main/man/figures/aRt.png?raw=true" align="right" width="120" />
# aRt <img src="man/figures/logo.png" align="right" width="120" />


aRt is an R package to create generative art.
Expand Down
11 changes: 11 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
url: https://nrennie.github.io/aRt/
template:
bootstrap: 5
authors:
Nicola Rennie:
href: https://nrennie.rbind.io/
home:
links:
- text: Home
href: https://nrennie.github.io/
- text: Website
href: https://nrennie.rbind.io/
- text: Twitter
href: https://twitter.com/nrennie35

File renamed without changes

0 comments on commit 0b7dda4

Please sign in to comment.