forked from fainges/R-APSIM
-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.Rmd
39 lines (31 loc) · 1.14 KB
/
README.Rmd
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
---
output:
md_document:
variant: markdown_github
---
A package containing general purpose utility functions for loading and manipulating APSIM output and met files.
# Release Notes
### 0.8.4
* Asterix character now recognised as missing data.
* loadApsim now works with paths relative to the current working directory.
* Added function 'getToken' that can be used to get a token from a delimited string (vectorised strsplit).
### 0.8.3
* Multi-year met data that ends with an incomplete year is now processed correctly.
* loadApsim now uses the current working directory if no directory is given.
* Fixed bug where constants were including a leading space.
* A vector of units is now required for prepareMet.
### 0.8.2
* loadMet will now read existing constants.
* metFile class has had a slot for constants added. Constants are a character vector of the format: variable=value.
* prepareMet now correctly handles R Date formatted dates.
### 0.8.1
* Fix for reading simulator output processed on a Condor cluster.
### 0.8.0
* Initial Release.
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```