Git Product home page Git Product logo

rbgl's Introduction

July 9 2003 -- There are bad lines generated in the RBGL.def
file which cause Rcmd INSTALL to die in ld while building
RBGL.dll.  I find the following to succeed with either mingw
or cygwin tools:
   1) attempt a standard installation and wait for the error
   2) edit RBGL/src/RBGL.def and remove all lines containing periods
   3) in RBGL/src, MANUALLY perform the creation of the dll with a command like 
g++ --shared -s -o RBGL.dll RBGL.def RBGL.a RBGL_res.o -LC:{$R_HOME}/src/gnuwin32 -lg2c -lR
   [in the above you will probably need to expand {$R_HOME} manually]
   4) attempt the standard installation of the modified source
package.  The .dll will not be remade.  The boost header set will be 
removed and untarred needlessly but this has no significance.  
INSTALL will not try to recreate the dll, so the ld error will not recur.

This package does not fully conform to the instructions in rw-FAQ
for including C++ in packages for R for windows.  It does not
seem feasible to extern "C" all function names in the entire
boost header distribution.  Thus the offending .def file includes
many symbols of no use to R.  Advice on how to rectify this or
on how to automate the process of repairing the .def file should
be posted to [email protected]

rbgl's People

Contributors

devbird007 avatar dtenenba avatar henrikbengtsson avatar hpages avatar jwokaty avatar kayla-morrell avatar mtmorgan avatar nhayden avatar nturaga avatar pshannon-bioc avatar sampoll avatar sonali-bioc avatar vjcitn avatar vobencha avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rbgl's Issues

RBGL 1.61.0 fails to install on RHEL 7 due to BH

Hi, I'm updating my R library to Bioconductor 3.10 this afternoon and just hit this error message:

BiocManager::install("RBGL")
Bioconductor version 3.10 (BiocManager 1.30.9), R 3.6.1 (2019-07-05)
Installing package(s) 'RBGL'
trying URL 'https://bioconductor.org/packages/3.10/bioc/src/contrib/RBGL_1.61.0.tar.gz'
Content type 'application/x-gzip' length 2303478 bytes (2.2 MB)
==================================================
downloaded 2.2 MB

* installing *source* package ‘RBGL’ ...
** using staged installation
checking R package BH ... no
configure: error: R package BH not found.
ERROR: configuration failed for package ‘RBGL’
* removing ‘/data00/R/site-library/3.6/RBGL’
* restoring previous ‘/data00/R/site-library/3.6/RBGL’
Warning in install.packages(...) :
  installation of package ‘RBGL’ had non-zero exit status

BH is installed on my system and loads correctly.

> packageVersion("BH")
[1] ‘1.69.0.1’

Any tips for fixing this? I'm only seeing this on RHEL 7...install on macOS works fine.

Best,
Mike

Add conn2i back to vignette

```{r, fig.small = TRUE, fig.cap = "Example conn2i", echo = FALSE}
plot(coex2i)
```

Over time, the above chunk got separated from the original section it was a part of. I thought it was cruft and removed it, but it should be in the section for isomorphism.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.