Skip to content

Commit

Permalink
feat: add connector pkg and whirl prez (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: cgid <[email protected]>
  • Loading branch information
Cervangirard and cgid authored Dec 17, 2024
1 parent 98946ba commit cf7d04a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,53 +1,40 @@
# History files
.Rhistory
.Rapp.history

# Session Data files
.RData
.RDataTmp

# User-specific files
.Ruserdata

# Example code in package build process
*-Ex.R

# Output files from R CMD build
/*.tar.gz

# Output files from R CMD check
/*.Rcheck/

# RStudio files
.Rproj.user/

# produced vignettes
vignettes/*.html
vignettes/*.pdf

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

# knitr and R markdown default cache directories
*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.md

# R Environment Variables
.Renviron

# pkgdown site
docs/

# translation temp files
po/*~

# RStudio Connect folder
rsconnect/

# Quarto folders
/.quarto/
/_site/
# macos stuff
.DS_Store
3 changes: 3 additions & 0 deletions _packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ packages:
- name: novonordisk-opensource/zephyr
categories:
- utility
- name: novonordisk-opensource/connector
categories:
- trial conduct
1 change: 1 addition & 0 deletions _ressources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ presentations:
- date: 30oct2024
presentation:
name: "{whirl} – An Open-Source R Package for Program Logs"
link: "https://youtu.be/H-SfnDCaokI"
event:
name: R/Pharma 2024
presenters:
Expand Down
1 change: 1 addition & 0 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Our current main packages are:

* [{whirl}](https://novonordisk-opensource.github.io/whirl/): Execute scripts and generate logs suitable for clinical trials
* [{RAMNOG}](https://hta-pharma.github.io/ramnog/): Collection of packages facilitating AMNOG style analysis pipelines
* [{connector}](https://novonordisk-opensource.github.io/connector/): Seamless and consistent interface for connecting to different data sources

:::

Expand Down

0 comments on commit cf7d04a

Please sign in to comment.