Skip to content

Releases: GLEON/glmtools

pre-ggplot overhaul, final snapshot

21 Jun 13:08
ea744cc
Compare
Choose a tag to compare

Current capture of the code before ggplot and other methods overhaul is PR'd. Can install this version for legacy projects

read/write/set/get nml can handle logical vectors

02 Feb 16:04
Compare
Choose a tag to compare

now can use vectors of R booleans for values in the gml2.nmls

.true., .false., .true.

is read into R as

TRUE, FALSE, TRUE

and writes back to nml in ".true., .false., .true." form. This is a bug fix

fixing parsing issue, improving convert_sim_var

17 Jan 22:02
Compare
Choose a tag to compare
Merge pull request #225 from jread-usgs/master

update for hanging line parser error

NECSC-RC2 Data Release version

22 Sep 21:01
Compare
Choose a tag to compare
Pre-release
Merge pull request #216 from lawinslow/master

fix travis build

glmtools v0.14.3

01 Jun 19:49
Compare
Choose a tag to compare
glmtools v0.14.3 Pre-release
Pre-release
Merge pull request #212 from lawinslow/master

Switch over to Sparkling example

Code for NECSC RC1

21 Jul 17:05
Compare
Choose a tag to compare

Tagging for citation for the Department of the Interior Northeast Climate Science Center project

Fixed plotting issue

02 May 16:54
Compare
Choose a tag to compare
Fixed plotting issue Pre-release
Pre-release
Merge pull request #207 from lawinslow/master

Fixed plotting issue and added whole.lake temp helper function

support for unit conversions in .nc file

28 Mar 15:51
Compare
Choose a tag to compare

We added a new function, convert_sim_var, which allows you to specify a function and a name of a new variable that is based on conversions from other variables.

updates to glmtools, including col_lim

16 Mar 13:12
Compare
Choose a tag to compare
Merge pull request #196 from jread-usgs/master

fixes #195

release with ncdf4 instead of ncdf

20 Jan 13:42
Compare
Choose a tag to compare

Package ncdf is no longer on CRAN. This update fixes that issue by replacing it w/ ncdf4