Skip to content

Commit

Permalink
Feature/centralize_cicd (#24)
Browse files Browse the repository at this point in the history
* Doc_cleanup (#21)

* Move dev related texted out of main page and into dev page

* Deleting articles that live in ramnog

* Removing documentation that was moved to ramnog package

* Apply stylr to whole package

* Update README

* Adding global vars to pass cR CMD check (#22)

* Adding global vars to pass R CMD check

* Fix merge conflicts

* Centralize pre-commit and git-action to hta-pharma/ramnog

* Consume workflows from ramnog@main instead of dev branch

* Added reference to ramnog

* Rename so that it matches workflows

* Remove un-used argument in use_chef

---------

Co-authored-by: Henrik Sparre Spiegelhauer (HSPU) <hspu@novonordisk.com>
  • Loading branch information
matthew-phelps and Henrik Sparre Spiegelhauer (HSPU) committed Mar 25, 2024
1 parent cc49b01 commit 3bd5d0b
Show file tree
Hide file tree
Showing 107 changed files with 2,681 additions and 5,956 deletions.
8 changes: 8 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@
^chef\.Rproj$
^docs$
^pkgdown$
^.env
^.githooks$
^README.Rmd
^_pkgdown.yml
^.vscode$
^.github$
^.githooks$
^.pre-commit-config.yaml
16 changes: 16 additions & 0 deletions .github/workflows/Check-package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
branches: [main, stage, dev]
pull_request:
branches: [main, stage, dev]
workflow_dispatch:

name: Check Package 📦

jobs:
check:
name: Checks (from ramnog)
uses: hta-pharma/ramnog/.github/workflows/Check-package.yaml@main



47 changes: 0 additions & 47 deletions .github/workflows/Check.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/R-CMD-check.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/Release-package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
branches: [main, stage, dev]
pull_request:
branches: [main, stage, dev]
workflow_dispatch:

name: Release Package 🚀

jobs:
check:
name: Release (from ramnog)
uses: hta-pharma/ramnog/.github/workflows/Release-package.yaml@main



180 changes: 0 additions & 180 deletions .github/workflows/Roxygen.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/Test.yaml

This file was deleted.

Loading

0 comments on commit 3bd5d0b

Please sign in to comment.