Skip to content

Commit a492882

Browse files
committed
rm unused lines from workflow files
1 parent 44295bd commit a492882

File tree

4 files changed

+4
-34
lines changed

4 files changed

+4
-34
lines changed

.github/workflows/check-standard.yaml

+1-16
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- {os: windows-latest, r: 'release'}
2525
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
2626
- {os: ubuntu-latest, r: 'release'}
27-
# - {os: ubuntu-latest, r: 'oldrel-1'}
27+
- {os: ubuntu-latest, r: 'oldrel-1'}
2828

2929
env:
3030
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
@@ -48,21 +48,6 @@ jobs:
4848
extra-packages: any::rcmdcheck
4949
needs: check
5050

51-
- name: Extra deps
52-
if: runner.os == 'Linux'
53-
run: |
54-
sudo apt-get install -y autoconf automake git global libgit2-dev
55-
56-
- name: ctags latest Linux
57-
if: runner.os == 'Linux'
58-
run: |
59-
git clone https://github.com/universal-ctags/ctags.git
60-
cd ctags
61-
./autogen.sh
62-
./configure --prefix=/usr
63-
make
64-
sudo make install
65-
6651
- uses: r-lib/actions/check-r-package@v2
6752
with:
6853
upload-snapshots: true

.github/workflows/test-coverage.yaml

+1-16
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,6 @@ jobs:
2525
with:
2626
use-public-rspm: true
2727

28-
- name: Extra deps
29-
run: |
30-
sudo apt-get install -y autoconf automake git global libgit2-dev
31-
32-
- name: ctags latest
33-
if: runner.os == 'Linux'
34-
run: |
35-
git clone https://github.com/universal-ctags/ctags.git
36-
cd ctags
37-
./autogen.sh
38-
./configure --prefix=/usr
39-
make
40-
sudo make install
41-
4228
- uses: r-lib/actions/setup-r-dependencies@v2
4329
with:
4430
extra-packages: any::covr
@@ -49,8 +35,7 @@ jobs:
4935
covr::codecov(
5036
quiet = FALSE,
5137
clean = FALSE,
52-
install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package"),
53-
function_exclusions='dl_pkgstats_data'
38+
install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package")
5439
)
5540
shell: Rscript {0}
5641

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: githist
22
Title: Code analyses traced along the 'git' history of a package
3-
Version: 0.0.1.006
3+
Version: 0.0.1.007
44
Authors@R:
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265"))

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/githist",
99
"issueTracker": "https://github.com/ropensci-review-tools/githist/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.0.1.006",
11+
"version": "0.0.1.007",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

0 commit comments

Comments
 (0)