Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BatNav is a Shiny application to perform spatial analyses using GPS points of flying foxes recorded by GCOI.

License

Notifications You must be signed in to change notification settings

r-fernandezz/BatNav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BatNav

GPL-3.0 License WIP

BatNav is a Shiny application to perform spatial analyses using GPS points of flying foxes recorded by GCOI.

🚀 How to launch BatNav?

1️⃣ Clone this repository on your computer or download it as a ZIP file (green 'code' button) and unzip it.

2️⃣ Add the "data" folder in BatNav folder. This folder contains SIG data used by BatNav during analysis. You can ask me for this folder if you don't have it (📧 r-fernandezz).

3️⃣ Open R terminal into BatNav folder

  • If you use windows 😱 Open windows power shell in the BatNav folder (Shift+Right Click on the folder) and launch R terminal with the command bellow. Before change the path according to your R installation.
& "C:\Program Files\R\R-4.5.1\bin\Rscript.exe"
  • If you use MacOS or Linux 😏 Open bash terminal into the BatNav folder (Right Click in the folder) and launch R terminal with this command. :
R

4️⃣ Launch command below in the same R terminal to install the packages required by BatNav.

install.packages(c("yaml", "renv"))
renv::activate()
renv::restore()

5️⃣ Launch BatNav with this command in the same R terminal:

shiny::runApp("app.r")

⚠️ If the compiler 'gfortran' (or 'gcc-fortran') and the library 'udunits' aren't installed on your computer the installation of packages (step 4) can fail.

About

BatNav is a Shiny application to perform spatial analyses using GPS points of flying foxes recorded by GCOI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages