Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jun 3, 2019
1 parent 5fb70fd commit 4e2dc30
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: zen4R
Version: 0.1
Date: 2019-05-31
Date: 2019-06-03
Title: Interface to 'Zenodo' REST API
Authors@R: c(person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com", comment = c(ORCID = "0000-0002-5870-5762")))
Maintainer: Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion R/ZenodoManager.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
#'
#' #delete a record (by id)
#' #this methods only works for unpublished deposits
#' (if a record is published, it cannot be deleted anymore!)
#' #(if a record is published, it cannot be deleted anymore!)
#' ZENODO$deleteRecord(myrec$id)
#'
#' #HOW TO UPLOAD FILES to a deposit
Expand Down
2 changes: 1 addition & 1 deletion R/zen4R.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' Package: \tab zen4R\cr
#' Type: \tab Package\cr
#' Version: \tab 0.1\cr
#' Date: \tab 2019-05-31\cr
#' Date: \tab 2019-06-03\cr
#' License: \tab MIT\cr
#' LazyLoad: \tab yes\cr
#' }
Expand Down
2 changes: 1 addition & 1 deletion man/ZenodoManager.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/zen4R.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e2dc30

Please sign in to comment.