Search found 2 matches

by kban
Sat Feb 09, 2019 8:51 am
Forum: Module development
Topic: How to include a Bioconductor package?
Replies: 3
Views: 3804

Re: How to include a Bioconductor package?

Thanks Jonathon! I was wondering if it's possible to use serRepositories() to include Bioconductor in the install.packages path? I tried this in R and it seems to pull in the Bioconductor package I needed > setRepositories(ind=c(1:8)) > install.packages("RNASeqPower") Is this a possible op...
by kban
Sat Feb 09, 2019 8:06 am
Forum: Module development
Topic: How to include a Bioconductor package?
Replies: 3
Views: 3804

How to include a Bioconductor package?

Hi,

I'm trying to write a module that uses a Bioconductor package (bioconductor.org). It uses a different way of installing packages and I'm not sure how to include it in the Jamovi module using the DESCRIPTION and NAMESPACE method as described in the tutorial.

Thanks in advance!

Kenneth