Skip to content

Commit

Permalink
Increasing version number. Regenerating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Mar 27, 2024
1 parent 87f9d0f commit 13eb9db
Show file tree
Hide file tree
Showing 18 changed files with 629 additions and 1,248 deletions.
39 changes: 0 additions & 39 deletions .travis.yml

This file was deleted.

7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: Eunomia
Type: Package
Title: A Standard Dataset in the OMOP Common Data Model
Version: 1.0.2
Date: 2022-03-25
Version: 1.0.3
Date: 2024-03-27
Authors@R: c(
person("Frank", "DeFalco", , "fdefalco@ohdsi.org", role = c("aut", "cre")),
person("Martijn", "Schuemie", , "schuemie@ohdsi.org", role = c("aut")),
Expand All @@ -17,10 +17,9 @@ Depends:
DatabaseConnector (>= 2.2.0)
Imports:
SqlRender,
RSQLite (> 2.1.1),
readr
Suggests:
testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
RoxygenNote: 7.3.1
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
Eunomia 1.0.3
=============

Changes

- Supporting DatabaseConnector > 6.0.0

Eunomia 1.0.2
=============

Changes

- switch to readr::write_csv for proper concept_id handling
- added gender concepts to concept table

Expand Down
121 changes: 38 additions & 83 deletions docs/404.html

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

Loading

0 comments on commit 13eb9db

Please sign in to comment.