Skip to content

Commit

Permalink
update release workflow + minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Slama committed Feb 22, 2024
1 parent 7050016 commit e1d1c97
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 141 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
default-landing-page: main
validation:
name: R Package Validation report 📃
needs: release
uses: insightsengineering/r.pkg.template/.github/workflows/validation.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
release:
name: Create release 🎉
uses: insightsengineering/r.pkg.template/.github/workflows/release.yaml@main
Expand All @@ -44,13 +38,6 @@ jobs:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
additional-r-cmd-check-params: --as-cran
enforce-note-blocklist: true
note-blocklist: |
checking dependencies in R code .* NOTE
checking R code for possible problems .* NOTE
checking examples .* NOTE
checking Rd line widths .* NOTE
checking top-level files .* NOTE
coverage:
name: Coverage 📔
needs: [release, docs]
Expand Down
106 changes: 0 additions & 106 deletions .gitlab-ci.yml

This file was deleted.

4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: stats4phc
Title: Performance evaluation for the prognostic value of predictive models intended to support
personalized healthcare through predictiveness curves and positive / negative predictive values
Title: Performance Evaluation for the Prognostic Value of Predictive Models Intended to Support
Personalized Healthcare Through Predictiveness Curves and Positive / Negative Predictive Values
Version: 0.1
Authors@R: c(
person("Ondrej", "Slama", email = "[email protected]", role = c("aut", "cre")),
Expand Down
29 changes: 9 additions & 20 deletions man/stats4phc-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e1d1c97

Please sign in to comment.