diff --git a/.gitignore b/.gitignore index 6e77307..ce6afca 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/_packages.yml b/_packages.yml index 3d73276..df72978 100644 --- a/_packages.yml +++ b/_packages.yml @@ -21,3 +21,6 @@ packages: - name: novonordisk-opensource/zephyr categories: - utility + - name: novonordisk-opensource/connector + categories: + - trial conduct \ No newline at end of file diff --git a/_ressources.yml b/_ressources.yml index 1ea2d5a..77b831f 100644 --- a/_ressources.yml +++ b/_ressources.yml @@ -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: diff --git a/index.qmd b/index.qmd index 27bc435..2768a41 100644 --- a/index.qmd +++ b/index.qmd @@ -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 :::