Skip to content

Commit

Permalink
Fixes ROpenCVLite version to use.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmgarnier committed May 16, 2019
1 parent 21c9bdd commit 5da2f95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_install:
- export PACKAGE_NAME=`package_name`
- export RCHECK_DIR=${PACKAGE_NAME}.Rcheck
- Rscript -e 'install.packages("devtools")'
- Rscript -e 'remotes::install_github("swarm-lab/ROpenCVLite")'
- Rscript -e 'remotes::install_github("swarm-lab/ROpenCVLite", ref = "v0.3.410")'
- Rscript -e 'ROpenCVLite::installOpenCV(force = TRUE)'

after_success:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RcppModules: class_Image, class_Video, class_Stream, class_VideoWriter,
methods_Arithmetic, methods_Statistics, methods_Comparisons, methods_Logical,
methods_OpticalFlow, methods_Blob, methods_Morphology, methods_Filters,
methods_Display, methods_Draw, methods_Geometry, methods_Shape
Remotes: github::swarm-lab/ROpenCVLite
Remotes: github::swarm-lab/ROpenCVLite@v0.3.410
RoxygenNote: 6.1.1
Encoding: UTF-8
Suggests:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ environment:

build_script:
- Rscript -e "install.packages('devtools', repos = 'http://cran.us.r-project.org')"
- Rscript -e "remotes::install_github('swarm-lab/ROpenCVLite')"
- Rscript -e "remotes::install_github('swarm-lab/ROpenCVLite', ref = 'v0.3.410')"
- Rscript -e "ROpenCVLite::installOpenCV(force = TRUE)"
- travis-tool.sh install_deps

Expand Down

0 comments on commit 5da2f95

Please sign in to comment.