Skip to content

Commit

Permalink
Merge pull request #9 from OHDSI/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mdlavallee92 authored Jan 22, 2024
2 parents c3c513a + 894eb60 commit cb807fa
Show file tree
Hide file tree
Showing 103 changed files with 2,498 additions and 1,236 deletions.
195 changes: 0 additions & 195 deletions .github/workflows/R_CMD_check_Hades.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/nightly_cleanup_Hades.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
.DS_Store
inst/doc
scratch
hidden
inst/templates/in_develop
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Ulysses
Title: Automate OHDSI Study Setup
Version: 0.0.2
Version: 0.0.3
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
Expand Down
13 changes: 8 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,36 +1,39 @@
# Generated by roxygen2: do not edit by hand

export("%>%")
export(addCohortFolder)
export(addConfig)
export(addScratchFolder)
export(buildStudyHub)
export(checkConfig)
export(checkDatabaseCredential)
export(cohortManifest)
export(defaultCredentials)
export(isOhdsiStudy)
export(makeAnalysisPlan)
export(makeAnalysisScript)
export(makeCaprScript)
export(makeCohortDetails)
export(makeConfig)
export(makeContributionGuidelines)
export(makeExample)
export(makeHowToRun)
export(makeInternals)
export(makeKeyringSetup)
export(makeMeetingMinutes)
export(makeNews)
export(makeOhdsiProtocol)
export(makePassProtocol)
export(makeReadMe)
export(makeResultsReport)
export(makeStudySAP)
export(makeStudySettings)
export(makeTechSpecs)
export(makeWebApiScript)
export(moduleTable)
export(newOhdsiStudy)
export(previewStudyHub)
export(publishStudyToRepository)
export(requestStudyRepository)
export(setCredential)
export(setMultipleCredentials)
export(setStudyKeyring)
export(zipResults)
import(fs)
import(rlang)
import(usethis)
Expand Down
17 changes: 15 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# Ulysses 0.0.2
Ulysses 0.0.3
=============

* add study hub builder
* convert all documents to qmd
* add functions to define study settings prior to build
* add cohort functions
- `cohortManifest` lists cohorts used in study
- `makeCohortDetails` renders human-readable file to convey cohort definitions
- add versioning to cohort definitions

Ulysses 0.0.2
=============

* Add keyring functions and update SetupKeyring.R template
* Update repository request email template
* Add git function to publish repo to remote
* Fix bugs in HowToRun and KeyringSetup template

# Ulysses 0.0.1
Ulysses 0.0.1
=============

* Add initial functionality
* file templates for:
Expand Down
Loading

0 comments on commit cb807fa

Please sign in to comment.