Skip to content

Commit c8dec5a

Browse files
fix CRAN license issue
1 parent 7172950 commit c8dec5a

10 files changed

+223
-49
lines changed

.Rbuildignore

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ docs
88
^tests$
99
^\.github$
1010
^cran-comments\.md$
11+
^CRAN-RELEASE$
12+
^LICENSE\.md$

CRAN-RELEASE

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This package was submitted to CRAN on 2021-11-25.
2+
Once it is accepted, delete this file and tag the release (commit 7172950).

LICENSE

+2-22
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,2 @@
1-
The MIT License (MIT)
2-
3-
Copyright (c) 2021
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
22-
1+
YEAR: 2021
2+
COPYRIGHT HOLDER: vueR authors

LICENSE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# MIT License
2+
3+
Copyright (c) 2021 vueR authors
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

cran-comments.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## Comments
2+
3+
Second submission resolving license issue...
4+
5+
```
6+
Thanks, we see:
7+
8+
License components with restrictions and base license permitting such:
9+
MIT + file LICENSE
10+
File 'LICENSE':
11+
The MIT License (MIT)
12+
13+
Copyright (c) 2021
14+
15+
Permission is
16+
17+
Please only ship the CRAN template for the MIT license.
18+
19+
Please fix and resubmit.
20+
21+
Best,
22+
Uwe Ligges
23+
```
24+
125
## Test environments
226
* local R installation, R 4.1.1
327
* ubuntu 16.04 (on github-actions), R 4.1.1

docs/LICENSE-text.html

+2-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

+166
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/intro_to_vueR.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pkgdown: 1.6.1
33
pkgdown_sha: ~
44
articles:
55
intro_to_vueR: intro_to_vueR.html
6-
last_built: 2021-11-25T16:51Z
6+
last_built: 2021-11-26T15:09Z
77

0 commit comments

Comments
 (0)