Skip to content

Commit

Permalink
Update definition for existing package
Browse files Browse the repository at this point in the history
  • Loading branch information
sync committed May 28, 2024
1 parent 5652eb5 commit 156bcb9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/by-package/RMariaDB.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "1.3.1",
"version": "1.3.2",
"title": "Database Interface and MariaDB Driver",
"description": "Implements a DBI-compliant interface to MariaDB (<https://mariadb.org/>) and MySQL (<https://www.mysql.com/>) databases.",
"date": "2023-10-26",
"date": "2024-05-27",
"maintainer": "Kirill Müller <[email protected]>",
"license": "MIT + file LICENSE",
"url": ["https://rmariadb.r-dbi.org", "https://github.com/r-dbi/RMariaDB", "https://downloads.mariadb.org/connector-c/"],
Expand Down
6 changes: 3 additions & 3 deletions docs/by-package/RPostgres.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "1.4.6",
"version": "1.4.7",
"title": "C++ Interface to PostgreSQL",
"description": "Fully DBI-compliant Rcpp-backed interface to PostgreSQL <https://www.postgresql.org/>, an open-source relational database.",
"date": "2023-10-22",
"description": "Fully DBI-compliant C++-backed interface to PostgreSQL <https://www.postgresql.org/>, an open-source relational database.",
"date": "2024-05-27",
"maintainer": "Kirill Müller <[email protected]>",
"license": "MIT + file LICENSE",
"url": ["https://rpostgres.r-dbi.org", "https://github.com/r-dbi/RPostgres"],
Expand Down
4 changes: 2 additions & 2 deletions docs/by-package/RSQLite.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "2.3.6",
"version": "2.3.7",
"title": "SQLite Interface for R",
"description": "Embeds the SQLite database engine in R and provides an interface compliant with the DBI package. The source for the SQLite engine and for various extensions in a recent version is included. System libraries will never be consulted because this package relies on static linking for the plugins it includes; this also ensures a consistent experience across all installations.",
"date": "2024-03-31",
"date": "2024-05-27",
"maintainer": "Kirill Müller <[email protected]>",
"license": "LGPL (>= 2.1)",
"url": ["https://rsqlite.r-dbi.org", "https://github.com/r-dbi/RSQLite"],
Expand Down

0 comments on commit 156bcb9

Please sign in to comment.