Re: [Bioc-devel] Changing a name of a package already under review

2018-10-25 Thread Lan Huong Nguyen
Thank you everyone I will ask @lshep! On Tue, Oct 23, 2018 at 4:09 AM Shepherd, Lori < lori.sheph...@roswellpark.org> wrote: > Yes it is possible to change the name of the package while under review. > You will need to change your github repository first. Then update the > github link and the i

[Bioc-devel] Ascona Workshop 2019 -- Statistical Challenges in Medical Data Science, 16–21 June 2019

2018-10-25 Thread Wolfgang Huber
Save the date! We would like to announce and invite you to the workshop on Statistical Challenges in Medical Data Science, to be held on 16 – 21 June 2019 at Monte Verità, Ascona, Switzerland. The purpose of the workshop is to bring together participants from statistics, computational sciences

Re: [Bioc-devel] Error building the vignette

2018-10-25 Thread Martin Morgan
Are you using the correct version of R and up-to-date Bioconductor 'devel' packages? I installed your package from git.bioconductor.org then started R, tangled the vignette, and sourced the result > setwd("BioCor/vignettes") > knitr::purl("BioCor_1_basics.Rmd") > source("BioCor_1_basics.R", max=

[Bioc-devel] Error building the vignette

2018-10-25 Thread Lluís Revilla
Dear Bioconductor team and list, I found that my package on devel (BioCor) fails to build on all the OS. The error message is related to creating figures of the vignette (see below). I haven't touched the vignettes in a while. and building the package on my machine passes all the checks. In addi