Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Jan 21, 2021
1 parent 82041bf commit 635c400
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ apt_packages:
install:
- |
Rscript -e '
if (!("devtools" %in% installed.packages()[, "Package"])) {
install.packages("devtools")
}
all_cats <- c("Depends", "Imports", "LinkingTo", "Suggests", "Enhances")
all_deps <- remotes::local_package_deps(pkgdir = ".", dependencies = all_cats)
deps <- setdiff(all_deps, "geojsonio")
Expand All @@ -44,4 +47,3 @@ script:
- grep -q -R 'WARNING' "/home/travis/build/IRkernel/repr/repr.Rcheck/00check.log" ; [ $? -ne 0 ]
# geojsonio is hard to install so we can’t check it
#- grep -q -R 'NOTE' "/home/travis/build/IRkernel/repr/repr.Rcheck/00check.log"; [ $? -ne 0 ]
- Rscript -e 'devtools::test(reporter="check")'
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: repr
Title: Serializable Representations
Version: 1.1.2.9000
Version: 1.1.3
Authors@R: c(
person('Philipp', 'Angerer', email = '[email protected]', role = c('aut', 'cre'), comment = c(ORCID = "0000-0002-0369-2888")),
person('Thomas', 'Kluyver', email = '[email protected]', role = 'aut'),
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
repr&emsp;[![b-Travis]][Travis] [![b-CRAN]][CRAN]
====

[b-Travis]: https://travis-ci.org/IRkernel/repr.svg?branch=master "Build status"
[Travis]: https://travis-ci.org/IRkernel/repr
[b-Travis]: https://travis-ci.com/IRkernel/repr.svg?branch=master "Build status"
[Travis]: https://travis-ci.com/IRkernel/repr
[b-CRAN]: https://www.r-pkg.org/badges/version/repr "Comprehensive R Archive Network"
[CRAN]: https://cran.r-project.org/package=repr

Expand All @@ -16,7 +16,7 @@ It is intended to be the basis of several packages that need to create rich text
[file_show]: https://stat.ethz.ch/R-manual/R-devel/library/base/html/file.show.html
[Jupyter]: https://jupyter.org/
[IRkernel]: https://github.com/IRkernel/IRkernel
[knitr]: https://yihui.name/knitr/
[knitr]: https://yihui.org/knitr/

Exports
-------
Expand Down Expand Up @@ -62,4 +62,4 @@ Pander is however awesome for high-quality Markdown so this project might want t

[Pander]: http://rapporter.github.io/pander/
[Pandoc]: https://pandoc.org/
[Markdown]: https://whatismarkdown.com/
[Markdown]: https://commonmark.org/

0 comments on commit 635c400

Please sign in to comment.