Giter Site home page Giter Site logo

bamoso's Introduction

bamoso

Bayesian modelling of animal social interactions

Installation

You need cmdstanr in order to install and run bamoso. This in turn requires a working C++ toolchain first. Check out the getting started-guide from cmdstanr to see how to get everything set up properly. Also this document might be helpful.

Then install cmdstanr.

install.packages("cmdstanr", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))

And you also need the remotes packages, which is easy to install from CRAN:

install.packages("remotes")

Then check whether things are set up correctly:

library(cmdstanr)
check_cmdstan_toolchain(fix = TRUE)

You may need to follow any instructions that the output of that call gives. If you haven't used cmdstanr before, it's likely that you at least need to install cmdstan itself:

cmdstanr::install_cmdstan()

If this gives positive feedback, install bamoso:

library(remotes)
remotes::install_github("gobbios/bamoso", dependencies = TRUE, build_vignettes = FALSE)

If you want to install (recompile) the intro vignette, use:

install.packages("tinytex")
library(remotes)
remotes::install_github("gobbios/bamoso", dependencies = TRUE, build_vignettes = TRUE)

This will take a little more time to finish, but if successful gives you access to the vignette:

vignette("intro", package = "bamoso")

bamoso's People

Contributors

gobbios avatar

Stargazers

 avatar

Watchers

 avatar Kostas Georgiou avatar

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.