Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Add license and other requirements for CRAN

  • Loading branch information...
greebie committed Feb 5, 2019
1 parent 61462ca commit acbc540041d0cb2d2d39e8ec39d5a6c5f8369923
Showing with 25 additions and 78 deletions.
  1. +1 −1 DESCRIPTION
  2. +19 −0 LICENSE
  3. +1 −0 R/archivr.R
  4. +0 −70 archivr_test.R
  5. +1 −1 man/archiv_perma.Rd
  6. +3 −0 man/get_default_folder.Rd
  7. +0 −6 run_tests.R
@@ -22,7 +22,7 @@ Imports:
jsonlite,
tools,
textreadr
License: MIT
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 6.1.1
Encoding: UTF-8
19 LICENSE
@@ -0,0 +1,19 @@
#' Copyright <2019> <Qualitative Data Repository, Syracuse University>

#' 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.
@@ -46,6 +46,7 @@ archiv_env$perma_cc_folder_id <- NULL

#' Get the folder id of the perma.cc default folder (usually "Personal Links")
#'
#' @param default The number of the folder to accept by default.
#' @importFrom jsonlite fromJSON
#' @export
#' @return The id and name of the first top folder (usually "Personal Links")

This file was deleted.

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

This file was deleted.

0 comments on commit acbc540

Please sign in to comment.
You can’t perform that action at this time.