Skip to content

Commit

Permalink
update docs for 'deposit_add_resource'; ping @rkrug
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Dec 5, 2023
1 parent 8d15bf0 commit bc3ca40
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: deposits
Title: A universal client for depositing and accessing research data
anywhere
Version: 0.2.1.051
Version: 0.2.1.052
Authors@R:
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265"))
Expand Down
8 changes: 6 additions & 2 deletions R/client-main.R
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,15 @@ depositsClient <- R6::R6Class ( # nolint (not snake_case)
},

# -----------
# From here on, all methods are defined ain alphabetical order
# From here on, all methods are defined in alphabetical order
# ---------

#' @description Generate a local "datapackage.json" file, and/or add
#' metadata from client.
#' metadata from client. A "resource" must be readable by the
#' \pkg{frictionless} package, generally meaning either a
#' 'datapackage.json' file, or a rectangular structure able to be read
#' and represented as a `data.frame`. See
#' \url{https://docs.ropensci.org/frictionless/} for details.
#' @param path Path to local resource to be added to client. May name an
#' individual file or a directory.
#' @return (Invisibly) Updated 'deposits' client
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/ropenscilabs/deposits",
"issueTracker": "https://github.com/ropenscilabs/deposits/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.2.1.051",
"version": "0.2.1.052",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
6 changes: 5 additions & 1 deletion man/depositsClient.Rd

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

0 comments on commit bc3ca40

Please sign in to comment.