Skip to content

Commit

Permalink
change maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoxiangLi committed Feb 20, 2024
1 parent 2c6a8aa commit 000f5cf
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 36 deletions.
9 changes: 6 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ Description: Provides an interface to the 'NoSQL' database 'CouchDB'
'CouchDB' instance, or a remote 'CouchDB' databases such as 'Cloudant'.
Documents can be inserted directly from vectors, lists, data.frames,
and 'JSON'. Targeted at 'CouchDB' v2 or greater.
Version: 0.4.0
Version: 0.4.1
Authors@R: c(
person("Eduard", "Szöcs", role = c("aut", "cre"),
person("Yaoxiang", "Li", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID="0000-0001-9200-1016")),
person("Eduard", "Szöcs", role = c("aut"),
email = "[email protected]",
comment = c(ORCID="0000-0003-1444-9135")),
person("Scott", "Chamberlain", role = c("aut"),
Expand All @@ -35,7 +38,7 @@ Suggests:
testthat,
knitr,
rmarkdown
RoxygenNote: 7.1.0
RoxygenNote: 7.2.3
X-schema.org-applicationCategory: Databases
X-schema.org-keywords: CouchDB, database, NoSQL, documents
X-schema.org-isPartOf: https://ropensci.org
19 changes: 10 additions & 9 deletions R/sofa-package.r
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
#' functionality of this package will work with versions < 2, while
#' some may not (mango queries, see [db_query()]). I don't
#' plan to support older CouchDB versions per se.
#'
#'
#' @section Digits after the decimal:
#' If you have any concern about number of digits after the decimal
#' in your documents, make sure to look at `digits` in your R options.
#' The default value is 7 (see [options] for more informnation). You
#' can set the value you like with e.g., `options(digits = 10)`, and
#' get what `digits` is set to with `getOption("digits")`.
#'
#' Note that in [doc_create()] we convert your document to JSON with
#' can set the value you like with e.g., `options(digits = 10)`, and
#' get what `digits` is set to with `getOption("digits")`.
#'
#' Note that in [doc_create()] we convert your document to JSON with
#' `jsonlite::toJSON()` if given as a list, which has a `digits` parameter.
#' We pass `getOption("digits")` to the `digits` parameter in
#' `jsonlite::toJSON()`.
#'
#' We pass `getOption("digits")` to the `digits` parameter in
#' `jsonlite::toJSON()`.
#'
#' @section Defunct functions:
#'
#'
#' - [attach_get]
#'
#' @importFrom R6 R6Class
Expand All @@ -45,6 +45,7 @@
#' @aliases sofa
#' @docType package
#' @title R client for CouchDB
#' @author Yaoxiang Li \email{liyaoxiang@@outlook.com}
#' @author Scott Chamberlain \email{myrmecocystus@@gmail.com}
#' @author Eduard Szöcs \email{eduardszoecs@@gmail.com}
#' @keywords package
Expand Down
48 changes: 24 additions & 24 deletions man/Cushion.Rd

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

2 changes: 2 additions & 0 deletions man/sofa-package.Rd

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

0 comments on commit 000f5cf

Please sign in to comment.