-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
46 lines (34 loc) · 1.29 KB
/
Copy pathREADME.Rmd
File metadata and controls
46 lines (34 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# ICCP : Israeli caves climate project 2025
## Status
Under development.
## Overview
The package provides an example of climatic data exploring within a Shiny Application. The data (`israel_caves-2024.nc`) origin from climatic sensors set in 12 caves located in Israel. The climate data (temperature, relative humidity, and dew point) were collected from loggers set in various lighting zones (dark, light, twilight or control) throughout each cave. The measurements were taken hourly from 2019-2021.
## Installation
Download and install [R and RStudio](https://posit.co/download/rstudio-desktop).
We recommend using RStudio, since it works faster with the RStudio's browser window.
Run the following commands:
``` r
install.packages("remotes")
library(remotes)
install_github("MityaVasyukov/ICCP@main")
```
We also have a video of installation process and app observing:
[](https://youtu.be/F7H83Bj_1E8 "Watch on YouTube")
## Usage
Run the following commands:
``` r
library(ICCP)
iccp()
```