Skip to content

Commit 60f6369

Browse files
committed
update ca-certs for linux
1 parent ff78e79 commit 60f6369

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/check-standard.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
R_KEEP_PKG_SOURCE: yes
3030

3131
steps:
32+
- name: Update cacerts
33+
if: matrix.config.os == 'ubuntu-latest'
34+
run: |
35+
apt update && apt upgrade -y ca-certificates
36+
3237
- uses: actions/checkout@v3
3338

3439
- uses: r-lib/actions/setup-pandoc@v2

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: clinicalomicsdbR
2-
Title: Interface with the ClinicalOmicsDB API, Allowing for Easy Data Downloading and Importing
2+
Title: Interface with the 'ClinicalOmicsDB' API, Allowing for Easy Data Downloading and Importing
33
Version: 1.0.4
44
Authors@R:
55
person("John", "Elizarraras", , "john.elizarraras@bcm.edu", role = c("aut", "cre", "ctb"))
6-
Description: Provides an interface to the ClinicalOmicsDB API, allowing for easy data downloading and importing. ClinicalOmicsDB is a database of clinical and omics data from cancer patients. The database is accessible at <http://trials.linkedomics.org>.
6+
Description: Provides an interface to the 'ClinicalOmicsDB' API, allowing for easy data downloading and importing. 'ClinicalOmicsDB' is a database of clinical and 'omics' data from cancer patients. The database is accessible at <http://trials.linkedomics.org>.
77
License: MIT + file LICENSE
88
Encoding: UTF-8
99
Roxygen: list(markdown = TRUE)

0 commit comments

Comments
 (0)