Skip to content

Commit

Permalink
Merge pull request #20 from OHDSI/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mdlavallee92 authored May 6, 2024
2 parents 72963e7 + ef96f2f commit 7395d3d
Show file tree
Hide file tree
Showing 113 changed files with 4,673 additions and 344 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package: Ulysses
Title: Automate OHDSI Study Setup
Version: 0.0.4
Version: 0.0.5
Authors@R:
person("Martin", "Lavallee", , "[email protected]", role = c("aut", "cre"))
Description: Automates setup of OHDSI study and provides functions to assist on improving organization
and communication of a study.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Imports:
cli,
crayon,
Expand Down
16 changes: 13 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@ export(checkConfig)
export(checkDatabaseCredential)
export(cohortManifest)
export(defaultCredentials)
export(importCredentialsToConfig)
export(getHadesWideLock)
export(importAtlasCohorts)
export(importAtlasConceptSets)
export(importImages)
export(initConfig)
export(initConfigUsingKeyring)
export(initConfigUsingTable)
export(initCredentialsKeyring)
export(initCredentialsTable)
export(isOhdsiStudy)
export(makeAnalysisPlan)
export(makeAnalysisScript)
export(makeAnalysisTask)
export(makeCaprScript)
export(makeCohortDetails)
export(makeContributionGuidelines)
Expand All @@ -27,14 +33,18 @@ export(makeMigrationScript)
export(makeNews)
export(makeReadMe)
export(makeResultsReport)
export(makeStrategusTask)
export(makeWebApiScript)
export(moduleTable)
export(newOhdsiStudy)
export(openCredentials)
export(previewStudyHub)
export(publishStudyToRepository)
export(retrieveStudySettings)
export(runTaskInBackground)
export(setAtlasCredentials)
export(setCredential)
export(setMultipleCredentials)
export(setStrategusInstantiatedFolder)
export(setStudyAuthors)
export(setStudyDescription)
export(setStudyInfo)
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Ulysses 0.0.5
=============
* Add functions to import credentials
* Add functions to import ATLAS assets
* Write vignettes to creds and ATLAS
* add folder cohorts/conceptSets/json

Ulysses 0.0.4
=============
* Finalize Directory
Expand Down
Loading

0 comments on commit 7395d3d

Please sign in to comment.