BIMSBbioinfo / ciRcus

An R package for annotation of circular RNAs
10 stars 5 forks source link

add Windows testing #44

Open mschilli87 opened 7 years ago

mschilli87 commented 7 years ago

new version of https://github.com/BIMSBbioinfo/ciRcus/pull/43 targeting dev2 branch which is identical to dev except for the unintended merge.

mschilli87 commented 6 years ago

@retaj:

I gave this another quick try and currently R CMD INSTALL fails on windows with

* installing *source* package 'ciRcus' ...
** R
** inst
** preparing package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
  there is no package called 'GenomeInfoDbData'
ERROR: lazy loading failed for package 'ciRcus'
* removing 'C:/projects/circus/ciRcus.Rcheck/ciRcus'
In R CMD INSTALL

This was on 32bit R 3.4.4 in case it matters.

mschilli87 commented 5 years ago

rebased on latest dev


edit: same old story:

* installing *source* package 'ciRcus' ...
** R
** inst
** byte-compile and prepare package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
  there is no package called 'GenomeInfoDbData'
ERROR: lazy loading failed for package 'ciRcus'
* removing 'C:/projects/circus/ciRcus.Rcheck/ciRcus'
In R CMD INSTALL