diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1099a8d..e2b45f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,8 @@ jobs: name: linux-64 CI runs-on: ubuntu-latest env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} strategy: fail-fast: false matrix: diff --git a/DESCRIPTION b/DESCRIPTION index 9ca5d8f..5034204 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -20,7 +20,7 @@ Description: A multi-task learning approach to variable selection regression wit Encoding: UTF-8 LazyDataCompression: xz LazyData: true -RoxygenNote: 7.3.2 +RoxygenNote: 7.3.3 URL: https://github.com/StatFunGen/colocboost BugReports: https://github.com/StatFunGen/colocboost/issues Depends: diff --git a/R/qval.R b/R/qval.R index f8cedd4..695264d 100644 --- a/R/qval.R +++ b/R/qval.R @@ -1,4 +1,6 @@ # +# +# #' These functions calculate the q-values corresponding to a given set of p-values, directly copy without modification from https://github.com/StoreyLab/qvalue. #' It is implemented under the LGPL license (https://github.com/StoreyLab/qvalue/blob/master/DESCRIPTION) #' The functions are marked as internal, meaning it is not meant to be exported for external use.