Skip to content

Commit 0ee5b69

Browse files
committed
bump Version and disable examples
Examples disabled due to NIBIO firewall issues running code locally.
1 parent 5b85f76 commit 0ee5b69

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: miljotools
33
Title: An R package hosting a variety of useful functions for environmental data handling and anaylsis
4-
Version: 0.2.0
4+
Version: 0.2.1
55
Author: Moritz Shore
66
Maintainer: Moritz Shore <[email protected]>
77
Description: A few useful functions for environemental data processing and analysis.

R/metnorenal3.R

+8-8
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
#'
4141
#' @examples
4242
#' # for demonstration purposes, use path of package
43-
#' example_file_path <- system.file(package = "miljotools", "/extdata/metno_reanal/watershed.shp")
43+
#' ##example_file_path <- system.file(package = "miljotools", "/extdata/metno_reanal/watershed.shp")
4444
#'
45-
#' get_metno_reanalysis3(
46-
#' area = example_file_path,
47-
#' fromdate = "2015-01-01",
48-
#' todate = "2015-01-02",
49-
#' area_buffer = 100,
50-
#' preview = TRUE
51-
#' )
45+
#' ##get_metno_reanalysis3(
46+
#' ##area = example_file_path,
47+
#' ##fromdate = "2015-01-01",
48+
#' ##todate = "2015-01-02",
49+
#' ##area_buffer = 100,
50+
#' ##preview = TRUE
51+
#' ##)
5252
#'
5353
#'
5454

man/get_metno_reanalysis3.Rd

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/metno_reanal.Rmd

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ To access the data for a specific region of the Nordics, you need to provide the
4646
Optionally, you can pass additional parameters to either buffer your shapefile, or to preview the data you are downloading.
4747

4848
```{r example, eval = FALSE}
49-
download_folder = get_metno_reanalysis3(
50-
area = "C:/Users/mosh/Documents/skuterud_wb.shp",
51-
directory = "C:/Users/mosh/Documents/met_no",
52-
fromdate = "2013-01-01 00:00:00",
53-
todate = "2022-12-31 00:00:00"
54-
)
49+
##download_folder = get_metno_reanalysis3(
50+
##area = "C:/Users/mosh/Documents/skuterud_wb.shp",
51+
##directory = "C:/Users/mosh/Documents/met_no",
52+
##fromdate = "2013-01-01 00:00:00",
53+
##todate = "2022-12-31 00:00:00"
54+
##)
5555
```
5656

5757
### Output

0 commit comments

Comments
 (0)