-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from OHDSI/develop
Develop v007
- Loading branch information
Showing
83 changed files
with
238 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: Ulysses | ||
Title: Automate OHDSI Study Setup | ||
Version: 0.0.6 | ||
Version: 0.0.7 | ||
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 | ||
|
@@ -28,7 +28,8 @@ Imports: | |
usethis, | ||
whisker, | ||
withr, | ||
yaml | ||
yaml, | ||
RJSONIO | ||
Suggests: | ||
knitr, | ||
rmarkdown, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,69 @@ | ||
Ulysses 0.0.6 | ||
Ulysses 0.0.7 | ||
============= | ||
|
||
* correct start_study vignette | ||
* add fix in initConfig | ||
* fix importAtlasCohorts => use RJSONIO with digits | ||
* change all keyring fns to use only db. | ||
* update function to review credentials | ||
* fix and simplify cohortManifest function #26 | ||
* fix migration bug #25 | ||
|
||
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.6 | ||
|
||
Ulysses 0.0.4 | ||
============= | ||
* Finalize Directory | ||
* Finalize meta fields for _study.yml | ||
* Reconfigure `newOhdsiStudy()` with better meta inputs | ||
* Add functions to interface with _study.yml | ||
* Reroute makeFiles to directory and meta fields | ||
* Add `makeMigrationsScript()` template | ||
* Update study hub website format | ||
* Update vignette | ||
- correct start_study vignette | ||
- add fix in initConfig | ||
|
||
# Ulysses 0.0.5 | ||
|
||
Ulysses 0.0.3 | ||
============= | ||
- Add functions to import credentials | ||
- Add functions to import ATLAS assets | ||
- Write vignettes to creds and ATLAS | ||
- add folder cohorts/conceptSets/json | ||
|
||
* 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.4 | ||
|
||
Ulysses 0.0.2 | ||
============= | ||
- Finalize Directory | ||
- Finalize meta fields for \_study.yml | ||
- Reconfigure `newOhdsiStudy()` with better meta inputs | ||
- Add functions to interface with \_study.yml | ||
- Reroute makeFiles to directory and meta fields | ||
- Add `makeMigrationsScript()` template | ||
- Update study hub website format | ||
- Update vignette | ||
|
||
* 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.3 | ||
|
||
Ulysses 0.0.1 | ||
============= | ||
- 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 | ||
|
||
* Add initial functionality | ||
* file templates for: | ||
- Analysis script | ||
- Cohort Details | ||
- Contribution Guidelines | ||
- Example Script | ||
- How to run | ||
- Internal function file | ||
- Meeting minutes | ||
- News | ||
- Email templates | ||
- Readme | ||
- Results report | ||
- Study Protocol | ||
- Study SAP | ||
- Config.yml | ||
* initialize ohdsi study in R | ||
* Added a `NEWS.md` file to track changes to the package. | ||
- Add initial functionality | ||
- file templates for: | ||
- Analysis script | ||
- Cohort Details | ||
- Contribution Guidelines | ||
- Example Script | ||
- How to run | ||
- Internal function file | ||
- Meeting minutes | ||
- News | ||
- Email templates | ||
- Readme | ||
- Results report | ||
- Study Protocol | ||
- Study SAP | ||
- Config.yml | ||
- initialize ohdsi study in R | ||
- Added a `NEWS.md` file to track changes to the package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.