Git Product home page Git Product logo

kwb.vs2dh's Introduction

Appveyor build Status Travis build Status codecov CRAN_Status_Badge

kwb.vs2dh

Interface to the open-source model USGS model VS2DH for simulation of water and energy transport in variable-saturated porous media (for more information see: http://wwwbrr.cr.usgs.gov/projects/GW_Unsat/vs2di1.3/).

Installation

For more details on how to install KWB-R packages checkout our installation tutorial.

### Option: specify GitHub Personal Access Token (GITHUB_PAT)
### see: https://kwb-r.github.io/kwb.pkgbuild/articles/install.html#set-your-github_pat
### why this might be important for you!

#Sys.setenv(GITHUB_PAT = "mysecret_access_token")

if (!require("remotes")) {
install.packages("remotes", repos = "https://cloud.r-project.org")
}

### Temporal workaround to due bug in latest CRAN of R package remotes v2.0.2
### on Windows(for details: see https://github.com/r-lib/remotes/issues/248)

remotes::install_github("r-lib/remotes@18c7302637053faf21c5b025e1e9243962db1bdc")
remotes::install_github("KWB-R/kwb.vs2dh")

Documentation

Release: https://kwb-r.github.io/kwb.vs2dh

Development: https://kwb-r.github.io/kwb.vs2dh/dev

kwb.vs2dh's People

Contributors

hsonne avatar mrustl avatar

Watchers

 avatar  avatar  avatar  avatar

kwb.vs2dh's Issues

fix undeclared executables

checking for executable files ... WARNING
Found the following executable files:
inst/extdata/engine/linux/vs2dh3_3.exe
inst/extdata/engine/win/vs2dh3_3.exe
inst/extdata/engine/win/vs2dt3_3.exe
Source packages should not contain undeclared executable files.
See section ‘Package structure’ in the ‘Writing R Extensions’ manual.

See: https://api.travis-ci.org/v3/job/392562091/log.txt

As an first easy solution they should be explicitly listed

Remove executables and built from source code

The executables:
inst/extdata/engine/linux/vs2dh3_3.exe
inst/extdata/engine/win/vs2dh3_3.exe
inst/extdata/engine/win/vs2dt3_3.exe

should be removed and build from source code:
https://wwwbrr.cr.usgs.gov/projects/GW_Unsat/vs2di1.3/vs2dt3_3.zip
https://wwwbrr.cr.usgs.gov/projects/GW_Unsat/vs2di1.3/vs2dh3_3.zip

(more info: https://wwwbrr.cr.usgs.gov/projects/GW_Unsat/vs2di1.3/index.html)

Subsequently the R code needs to be adapted to take this into account.

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.