diff --git a/.travis.yml b/.travis.yml index 8386d2b..c20c358 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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") @@ -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")' diff --git a/DESCRIPTION b/DESCRIPTION index 33432c4..29d3528 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = 'phil.angerer@gmail.com', role = c('aut', 'cre'), comment = c(ORCID = "0000-0002-0369-2888")), person('Thomas', 'Kluyver', email = 'thomas@kluyver.me.uk', role = 'aut'), diff --git a/README.md b/README.md index 70f63d7..a1dcf05 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ repr [![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 @@ -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 ------- @@ -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/