https://github.com/bioconductor-source/rbgl
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.2%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: bioconductor-source
- License: other
- Language: C++
- Default Branch: devel
- Size: 27.5 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Changelog
README.windows
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 stvjc@channing.harvard.edu
Owner
- Name: (WIP DEV) Bioconductor Packages
- Login: bioconductor-source
- Kind: organization
- Email: maintainer@bioconductor.org
- Website: https://bioconductor.org
- Repositories: 1
- Profile: https://github.com/bioconductor-source
Source code for packages accepted into Bioconductor
GitHub Events
Total
Last Year
Dependencies
DESCRIPTION
cran
- graph * depends
- methods * depends
- methods * imports
- BiocGenerics * suggests
- BiocStyle * suggests
- RUnit * suggests
- Rgraphviz * suggests
- XML * suggests
- knitr * suggests