Skip to content

Commit

Permalink
Merge branch 'develop' into dbplyr-2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie authored Mar 22, 2024
2 parents 869eb43 + f6199aa commit 63294a9
Show file tree
Hide file tree
Showing 45 changed files with 207 additions and 145 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.6.4
Date: 2023-11-24 10:36:39 UTC
SHA: 2c42830d52006622adbdf9e0301045a502eb7b33
Version: 0.6.6
Date: 2024-03-21 10:32:35 UTC
SHA: 9b6c87149990290a635496adfff7d10ad21e303c
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Package: Andromeda
Type: Package
Title: Asynchronous Disk-Based Representation of Massive Data
Version: 0.6.4
Date: 2023-11-24
Version: 0.6.6
Date: 2024-03-21
Authors@R: c(
person("Adam", "Black", , "[email protected]", role = c("aut", "cre")),
person("Adam", "Black", , "[email protected]", role = c("aut")),
person("Egill", "Fridgeirsson", , "[email protected]", role = c("aut")),
person("Martijn", "Schuemie", , "[email protected]", role = c("aut")),
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre")),
person("Marc A.", "Suchard", , "[email protected]", role = c("aut")),
person("Observational Health Data Science and Informatics", role = c("cph"))
)
Maintainer: Adam Black <black@ohdsi.org>
Maintainer: Martijn Schuemie <schuemie@ohdsi.org>
Description: Storing very large data objects on a local drive, while still making it possible to manipulate the data in an efficient manner.
License: Apache License 2.0
VignetteBuilder: knitr
Expand Down
29 changes: 26 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,43 @@
Andromeda 0.6.6
===============

Bugfixes

- Fix error when calling `groupApply()` with `dbplyr` >= 2.5.0.

Andromeda 0.6.5
===============

Bugfixes

- Ensuring package passes R check even when `arrow` is not installed. Required to stay in CRAN.

Andromeda 0.6.4
===============

Bugfixes

- Fix a bug causing Andromeda saving not to respect andromeda temp folder

Andromeda 0.6.3
===============

Bugfixes

- Fix workflow

Andromeda 0.6.2
===============
- add isAndromedaTable
- update docs
- add weekly r check yaml

Changes

- Added `isAndromedaTable()` function.

Andromeda 0.6.1
===============

Bugfixes

- Fix compatibility with dbplyr.


Expand Down
2 changes: 1 addition & 1 deletion R/Andromeda.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 Observational Health Data Sciences and Informatics
# Copyright 2024 Observational Health Data Sciences and Informatics
#
# This file is part of Andromeda
#
Expand Down
4 changes: 2 additions & 2 deletions R/Indices.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 Observational Health Data Sciences and Informatics
# Copyright 2024 Observational Health Data Sciences and Informatics
#
# This file is part of Andromeda
#
Expand Down Expand Up @@ -188,4 +188,4 @@ removeIndex <- function(tbl, columnNames = NULL, indexName = NULL) {

RSQLite::dbExecute(conn = dbplyr::remote_con(tbl), statement = statement)
invisible(tbl)
}
}
2 changes: 1 addition & 1 deletion R/LoadingSaving.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 Observational Health Data Sciences and Informatics
# Copyright 2024 Observational Health Data Sciences and Informatics
#
# This file is part of Andromeda
#
Expand Down
2 changes: 1 addition & 1 deletion R/Object.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 Observational Health Data Sciences and Informatics
# Copyright 2024 Observational Health Data Sciences and Informatics
#
# This file is part of Andromeda
#
Expand Down
2 changes: 1 addition & 1 deletion R/Operations.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 Observational Health Data Sciences and Informatics
# Copyright 2024 Observational Health Data Sciences and Informatics
#
# This file is part of Andromeda
#
Expand Down
6 changes: 4 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Andromeda v0.6.4
Andromeda v0.6.6
---

This is a patch release.
This is a patch release that fixes the error observed on various CRAN testing instances following the release of dbplyr 2.5.0.

## Test environments
* Windows-latest, R-release (Github Actions)
Expand All @@ -15,4 +15,6 @@ This is a patch release.

There were no ERRORs or WARNINGs on any platform.

## Downstream dependencies

DatabaseConnector is used by Cyclops, TreatmentPatterns, CohortAlgebra, DatabaseConnector, which were tested with this new version. No issues were found.
6 changes: 3 additions & 3 deletions docs/404.html

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

16 changes: 8 additions & 8 deletions docs/articles/UsingAndromeda.html

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

6 changes: 3 additions & 3 deletions docs/articles/index.html

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

24 changes: 14 additions & 10 deletions docs/authors.html

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

11 changes: 6 additions & 5 deletions docs/index.html

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

Loading

0 comments on commit 63294a9

Please sign in to comment.