Giter VIP home page Giter VIP logo

drat's People

Contributors

eddelbuettel avatar gothub avatar mbjones avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

drat's Issues

redland.so from mavericks repo doesn't load on yosemite

The redland package was build on mavericks with raptor, rasql, redland libraries installed in
/usr/local/lib. When I tried to install and load this package on yosemite, got the error:

library(redland)
Error in dyn.load(file, DLLpath = DLLpath, ...) : 
  unable to load shared object '/Library/Frameworks/R.framework/Versions/3.2/Resources/library/redland/libs/redland.so':
  dlopen(/Library/Frameworks/R.framework/Versions/3.2/Resources/library/redland/libs/redland.so, 6): Library not loaded: /usr/local/lib/libraptor2.0.dylib
  Referenced from: /Library/Frameworks/R.framework/Versions/3.2/Resources/library/redland/libs/redland.so
  Reason: image not found
Error: package or namespace load failed for ‘redland’

So the required shared libraries for raptor can't be found, as they are installed at /opt/local/lib on my
yosemite machine. Even after setting DYLD_LIBRARY_PATH, the libraries can't be found:

Sys.setenv(DYLD_LIBRARY_PATH="/usr/lib:/usr/local/lib:/opt/local/lib")

This is not a drat problem per se, put this needs to be figured out if we want to distribute
binary packages for redland via drat.

install.packages() can't see mavericks/contrib/3.2/datapackages_0.9.0.9002.tgz

Both PKIplus and redland can be installed from the same drat repo dir: ./bin/macosx/mavericks/contrib/3.2, but for some reason 'datapackage' isn't found. The PACKAGE
file and the file name for the datapackage bin build look fine, so I'm not sure what the problem is.

Once I've determined that this isn't just a config problem, I'll log an issue in the drat repo for this.

Create Readme.Rd

The readme should include best practices / workflow for checking package builds into drat:

  • update DESCRIPTION file with new package version
  • update DESCRIPTION file with version numbers of dependance packages
  • build package locally
  • run package tests
  • build binary or source package
  • insert package into dra

Implement nightly drat builds for all hosted packages

The ropensci/drat repo performs nightly builds via drat.builder. Setup the NCEAS/drat repo in a similiar manner, so that
all packages are built nightly, for packages with new commits.

Also, the datapackage and redland packages should be built in the ropensci/drat build
process, possibly when redland builds on Windows. Currenly the redland, datapackage build
on ropensci/drat are disabled.

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.