Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions R/qval.R
Original file line number Diff line number Diff line change
@@ -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.
Expand Down