Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rfhb committed Jan 21, 2024
1 parent e9eb381 commit bb2bcb9
Show file tree
Hide file tree
Showing 33 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description: Simplified document database access and manipulation,
providing a common API across supported 'NoSQL' databases
'Elasticsearch', 'CouchDB', 'MongoDB' as well as
'SQLite/JSON1', 'PostgreSQL', and 'DuckDB'.
Version: 0.9.8.9001
Version: 0.10.0
Authors@R: c(
person(given = "Ralf",
family = "Herold",
Expand Down Expand Up @@ -38,7 +38,7 @@ Suggests:
sofa (>= 0.3.0),
elastic (>= 1.0.0),
mongolite (>= 1.6),
RSQLite (>= 2.3.4.9005),
RSQLite (>= 2.3.5),
duckdb (>= 0.6.0),
RPostgres,
testthat,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nodbi 0.9.8.9001
# nodbi 0.10.0

## Deprecated
* empty parameter `query` now triggers a warning as it should be a valid JSON string; change `query = ""` into `query = "{}"`
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci/nodbi",
"issueTracker": "https://github.com/ropensci/nodbi/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.9.8.9001",
"version": "0.10.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -99,7 +99,7 @@
"@type": "SoftwareApplication",
"identifier": "RSQLite",
"name": "RSQLite",
"version": ">= 2.3.4.9005",
"version": ">= 2.3.5",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -279,7 +279,7 @@
"applicationCategory": "Databases",
"isPartOf": "https://ropensci.org",
"keywords": ["database", "MongoDB", "Elasticsearch", "CouchDB", "SQLite", "PostgreSQL", "DuckDB", "NoSQL", "JSON", "documents", "rstats", "nosql", "couchdb", "mongodb", "elasticsearch", "r", "r-package", "sqlite", "postgresql"],
"fileSize": "599.53KB",
"fileSize": "599.517KB",
"releaseNotes": "https://github.com/ropensci/nodbi/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/nodbi/blob/master/README.md",
"contIntegration": ["https://github.com/ropensci/nodbi/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/rfhb/nodbi"],
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

We checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* r-lib/revdepcheck reported 1 problem, with R package ctrdata; this is because one of the upstream clinical trial registers had a change in data structure that leads to an error with the released ctrdata package. I am the maintainer of ctrdata and have an updated package ready that that I will submit here as soon as this nodbi submission is accepted.
* r-lib/revdepcheck reported 1 problem, with R package ctrdata; this is however unrelated to nodbi because one of ctrdata's upstream clinical trial registers had a change in data structure that leads to an error with the released ctrdata package. I am the maintainer of ctrdata and have an updated package ready that that I will submit as soon as this nodbi submission is accepted.


--------
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE.html

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

2 changes: 1 addition & 1 deletion docs/authors.html

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

2 changes: 1 addition & 1 deletion docs/index.html

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

2 changes: 1 addition & 1 deletion docs/issue_template.html

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

12 changes: 6 additions & 6 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: 3.1.11.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2024-01-21T10:53Z
last_built: 2024-01-21T18:49Z

2 changes: 1 addition & 1 deletion docs/pull_request_template.html

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

2 changes: 1 addition & 1 deletion docs/reference/contacts.html

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

2 changes: 1 addition & 1 deletion docs/reference/diamonds.html

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

2 changes: 1 addition & 1 deletion docs/reference/docdb_create.html

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

2 changes: 1 addition & 1 deletion docs/reference/docdb_delete.html

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

2 changes: 1 addition & 1 deletion docs/reference/docdb_exists.html

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

2 changes: 1 addition & 1 deletion docs/reference/docdb_get.html

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

2 changes: 1 addition & 1 deletion docs/reference/docdb_list.html

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

2 changes: 1 addition & 1 deletion docs/reference/docdb_query.html

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

2 changes: 1 addition & 1 deletion docs/reference/docdb_update.html

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

2 changes: 1 addition & 1 deletion docs/reference/index.html

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

2 changes: 1 addition & 1 deletion docs/reference/mapdata.html

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

2 changes: 1 addition & 1 deletion docs/reference/nodbi-package.html

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

2 changes: 1 addition & 1 deletion docs/reference/src.html

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

2 changes: 1 addition & 1 deletion docs/reference/src_couchdb.html

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

2 changes: 1 addition & 1 deletion docs/reference/src_duckdb.html

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

2 changes: 1 addition & 1 deletion docs/reference/src_elastic.html

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

2 changes: 1 addition & 1 deletion docs/reference/src_mongo.html

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

2 changes: 1 addition & 1 deletion docs/reference/src_postgres.html

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

2 changes: 1 addition & 1 deletion docs/reference/src_sqlite.html

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

0 comments on commit bb2bcb9

Please sign in to comment.