Skip to content

Commit

Permalink
remove deps, vignette building locally
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Nov 19, 2015
1 parent 4e34213 commit 81dae1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ before_script:
- Rscript -e 'install.packages(c("R6","data.table"), repos="https://cran.rstudio.com")'
test:
script:
- export _R_CHECK_FORCE_SUGGESTS_=false
- R CMD build . --no-build-vignettes --no-manual
- PKG_FILE_NAME=$(ls -1t *.tar.gz | head -n 1)
- R CMD check "${PKG_FILE_NAME}" --no-build-vignettes --no-manual --as-cran
2 changes: 0 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ Maintainer: Jan Gorecki <[email protected]>
Description: Extends multidimensional array for OLAP operations.
Imports: data.table (>= 1.9.6), R6, stats
License: GPL-3
Suggests: knitr
VignetteBuilder: knitr

0 comments on commit 81dae1c

Please sign in to comment.