Skip to content

Commit

Permalink
Update definition for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sync committed May 28, 2024
1 parent 156bcb9 commit 9c48013
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@
},
{
"name": "RMariaDB",
"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 Expand Up @@ -277,10 +277,10 @@
},
{
"name": "RPostgres",
"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 Expand Up @@ -318,10 +318,10 @@
},
{
"name": "RSQLite",
"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 9c48013

Please sign in to comment.