Skip to content

Commit a14fee1

Browse files
Merge pull request vuejs#28 from American-Soccer-Analysis/asa-213-version
ASA-213: Bump minor version instead; update `cran_comments.md`
2 parents 13eda91 + 9359441 commit a14fee1

File tree

14 files changed

+149
-97
lines changed

14 files changed

+149
-97
lines changed

.github/workflows/R-CMD-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
paths:
1010
- "R-package/R/**"
1111
- "R-package/tests/**"
12-
- ".github/workflows/R-CMD-check.yml"
1312

1413
jobs:
1514
R-CMD-check:

.github/workflows/R-test-coverage.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ on:
99
paths:
1010
- "R-package/R/**"
1111
- "R-package/tests/**"
12-
- ".github/workflows/R-test-coverage.yml"
13-
push:
14-
branches: [main]
15-
paths:
16-
- "R-package/R/**"
17-
- "R-package/tests/**"
18-
- ".github/workflows/R-test-coverage.yml"
1912

2013
jobs:
2114
R-test-coverage:

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
pull_request:
55
branches: [main]
66
paths:
7-
- "python-package/**"
8-
- ".github/workflows/python-tests.yml"
7+
- "python-package/itscalledsoccer/**"
8+
- "python-package/tests/**"
99

1010
jobs:
1111
python:

R-package/.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
^pkgdown$
1010
^codecov\.yml$
1111
^cran-comments\.md$
12+
^revdep$

R-package/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: itscalledsoccer
22
Title: American Soccer Analysis API Client
3-
Version: 0.1.1
3+
Version: 0.2.0
44
Authors@R:
55
c(
66
person(

R-package/cran-comments.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
## R CMD check results
2-
There were no ERRORs or WARNINGs.
3-
4-
There was 1 NOTE:
5-
6-
* Maintainer: ‘Tyler Richardett <[email protected]>’
7-
8-
New submission
2+
There were no ERRORs, WARNINGs, or NOTEs.
93

104
## Downstream dependencies
115
None.
12-
13-
## Resubmission
14-
This is a resubmission. In this version I have:
15-
16-
* Added a web reference for the API to the description of the DESCRIPTION file.

0 commit comments

Comments
 (0)