From ae755fbb06c3dda0740e9bb9323fbdfe3f2788a4 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 18 Nov 2021 23:03:16 +0100 Subject: Use reticulate instead of PythonInR, alanwood has moved Because the pesticide compendium at alanwood.net has moved to bcpc.org, we need to depend on a development branch of webchem at the moment. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 712829e..841fe6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,6 @@ r: - devel github_packages: - r-lib/covr + - jranke/webchem@bcpc after_success: - Rscript -e 'covr::codecov()' -- cgit v1.2.1