Skip to content
This repository has been archived by the owner. It is now read-only.

Buildkite #20

Merged
merged 10 commits into from
Jun 27, 2018
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.buildkite.*
13 changes: 13 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
steps:
- label: "Build Conda-environment"
command:
# - "conda env create -f .buildkite/wilson-env.yml --force"
- ". /etc/profile.d/conda.sh"
- "conda activate wilson"
# - "Rscript -e 'install.packages(\"rje\")'"
- "Rscript -e 'devtools::check()'"

# - wait

# - label: "Package check"
# command:
46 changes: 46 additions & 0 deletions .buildkite/wilson-env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: wilson
channels:
- defaults
- conda-forge
- bioconda
dependencies:
- r-base
- r-shiny
- r-data.table
- r-ggplot2
- r-plotly
- r-scales
- r-shinydashboard
- "r-dt>=0.3"
- r-colourpicker
- r-RColorBrewer
- r-shinyjs
- r-viridis
# - r-rje
# - r-grdevices # base package
# - r-grid # base package
- r-plyr
- r-circlize
- bioconductor-complexheatmap
# - r-stats # base package
- r-gplots
- r-reshape
- r-rintrojs
- r-webshot
- r-rjsonio
- "r-ggrepel>=0.6.12"
- bioconductor-deseq2
- r-rjson
- r-factominer
- r-factoextra
- "r-heatmaply>=0.14.1"
- r-shinythemes
- r-shinycssloaders
- r-log4r
- r-openssl
# - r-methods # base package
- r-r6
- r-devtools
- "readline==6.3"
- r-roxygen2
- r-shinybs