This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIT license requires only the template
- Loading branch information
jennybc
committed
Jul 1, 2015
1 parent
dee4aa3
commit e81ab71
Showing
2 changed files
with
4 additions
and
36 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 |
---|---|---|
@@ -1,21 +1,2 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2015 Joanna Zhao, Jennifer Bryan | ||
|
||
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. | ||
YEAR: 2015 | ||
COPYRIGHT HOLDER: Jennifer Bryan, Joanna Zhao |
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 |
---|---|---|
|
@@ -7,20 +7,7 @@ | |
|
||
There were no ERRORs or WARNINGs. | ||
|
||
There is 1 NOTE in all environments: | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘Jennifer Bryan <[email protected]>’ | ||
New submission | ||
|
||
License components with restrictions and base license permitting such: | ||
MIT + file LICENSE | ||
File 'LICENSE': | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2015 Joanna Zhao, Jennifer Bryan | ||
|
||
There is a second NOTE from winbuilder, both R 3.2.1 and R Under development (unstable): | ||
There is a NOTE from winbuilder, both R 3.2.1 and R Under development (unstable): | ||
|
||
* checking re-building of vignette outputs ... NOTE | ||
Error in re-building vignettes: | ||
|
@@ -30,4 +17,4 @@ Error: processing vignette 'basic-usage.Rmd' failed with diagnostics: | |
Failed to open file C:\Users\CRAN\Documents\tmp\gapminder-africa.csv. | ||
Execution halted | ||
|
||
My vignette uses my package with OAuth2 to read and write via the Google Sheets API. Since I cannot upload the necessary token to CRAN, it seems inevitable that my vignette cannot be rebuilt by CRAN. I do rebuild it regularly on Travis-CI, where I can upload the token as an encrypted file. | ||
The vignette uses my package with OAuth2 to read and write via the Google Sheets API. Since I cannot upload the necessary token to CRAN, it seems inevitable that my vignette cannot be rebuilt by CRAN. I do rebuild it regularly on Travis-CI, where I can upload the token as an encrypted file. |