Skip to content

Commit 1d5fce8

Browse files
authored
Merge pull request #39 from ropensci/katrinleinweber-patch-1
Fix URL and CI
2 parents 53b9e30 + dc22e46 commit 1d5fce8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ropensci/git2rdata.svg)
1818
![GitHub repo size](https://img.shields.io/github/repo-size/ropensci/git2rdata.svg)
1919

20-
<p style="display:none">**Please visit the git2rdata website at https://ropensci.github.io/git2rdata/. The vignette code on the website link to a rendered version of the vignette. Functions have a link to their help file.**</p>
20+
<p style="display:none">Please visit the git2rdata website at https://ropensci.github.io/git2rdata/. The vignette code on the website link to a rendered version of the vignette. Functions have a link to their help file.</p>
2121

2222
## Rationale
2323

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ on_failure:
3333
environment:
3434
GITHUB_PAT:
3535
secure: VXO22OHLkl4YhVIomSMwCZyOTx03Xf2WICaVng9xH7gISlAg8a+qrt1DtFtk8sK5
36+
PKGTYPE: 'win.binary'
3637

3738
artifacts:
3839
- path: '*.Rcheck\**\*.log'

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@
179179
"sameAs": "https://CRAN.R-project.org/package=yaml"
180180
}
181181
],
182-
"releaseNotes": "https://github.com/ropensci/git2rdata/blob/master/NEWS.md",
182+
"releaseNotes": "https://github.com/inbo/git2rdata/blob/master/NEWS.md",
183183
"readme": "https://github.com/ropensci/git2rdata/blob/master/README.md",
184-
"fileSize": "363.46KB",
184+
"fileSize": "363.585KB",
185185
"contIntegration": [
186186
"https://travis-ci.org/inbo/git2rdata",
187187
"https://ci.appveyor.com/project/ThierryO/git2rdata/branch/master",

0 commit comments

Comments
 (0)