Skip to content

Code base for "A dung beetle that homes without the use of landmarks"

License

Notifications You must be signed in to change notification settings

yakir12/CoffeeBeetles.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeBeetles

A Julia package for generating all the tables and figures from the manuscript.

Dev Build Status Build Status Codecov

How to install

If you haven't already, install Julia -> you should be able to launch it (some icon on the Desktop or some such). Please note, Julia version 1.4 or newer is required, this will not work for older versions.

  1. Start Julia -> a Julia-terminal popped up
  2. Copy:
    import Pkg
    Pkg.Registry.add("General") # you may skip this line if this is not a fresh instalation of Julia and you've updated/added a packge before
    Pkg.Registry.add(Pkg.RegistrySpec(url = "https://github.com/yakir12/DackeLab")) # you need to do this only once for each instalation of Julia
    Pkg.add(Pkg.PackageSpec(url = "https://github.com/yakir12/CoffeeBeetles.jl")) # you need to do this only once for each environment
    and paste it in the newly opened Julia-terminal, press Enter
  3. You can close the Julia-terminal after it's done running

How to use

  1. Start Julia -> a Julia-terminal popped up
  2. Copy:
    using CoffeeBeetles
    main()
    and paste it in the newly opened Julia-terminal, press Enter
  3. The stats, tables, and figures have been generated in the current directory
  4. You can close the Julia-terminal after it's done running

Troubleshooting

When adding this package I got a

Warning: julia version requirement for package CoffeeBeetles not satisfied

You'll need to update your Julia to 1.4 or higher.

Citing

See CITATION.bib for the relevant reference(s).

About

Code base for "A dung beetle that homes without the use of landmarks"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published