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

Skip to content

Tags: r-barnes/dggridR

Tags

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change of maintainer and fix C++ issues. (#74)

* Getting rid of dplyr and sp: replacing with collapse, sf and s2 + some optimization

* Small fix.

* Need to add sf and rename count column.

* Using R's numeric() instead of alloc().

* Update NEWS

* Fixing #63. The issue on M1 Mac is due to implicit conversion of a double (factor) to long int here: on M1 Macs this is rounded downwards, thus I needed to add a small number. Took me 6 freaking hours of simultaneous debugging on Mac and Windows to find it...

* Adding return_sf argument: set to FALSE for memory efficient long datat frame (can be converted to S2 and other classes).

* Appeasing R CMD check.

* Comment and change of notation as requested by @r-barnes.

* Update CONTRIBUTING.md to explain C++ workflow

* Using dgprintf as requested by @r-barnes.

* Also using dgprintf here.

* Install instructions for fork.

* Update README.md

* Remove magrittr pipe.

* Need to add dplyr for vignette it seems.

* Fix C++ issues.

* Change of maintainer.

* Spacing.

* Remove duplicate.

* Remove installation notes.

* Fix spacing.

---------

Co-authored-by: Richard Barnes <[email protected]>

v3.0.0

Toggle v3.0.0's commit message
Fix 'warning: a function declaration without a prototype'

v2.0.3

Toggle v2.0.3's commit message
Updating examples

v2.0.1

Toggle v2.0.1's commit message
Bumped version

v2.0.0

Toggle v2.0.0's commit message
Use `#include <stdexcept>` where needed

v1.0.1

Toggle v1.0.1's commit message
Bump version

v1.0.0

Toggle v1.0.0's commit message
Bump version

v0.1.11

Toggle v0.1.11's commit message
dggridR v0.1.11 (Release date: 2016-09-18)

===============

Changes:

* Fixes a `long double` output formatting issue that gives bad results when
  code is compiled using MingW on certain Windows systems.

* Adds a debugging capability to the R code to make it easier to get
  diagnostics from users.

v0.1.10

Toggle v0.1.10's commit message
dggridR v0.1.10 (Release date: 2016-08-16)

==============

Changes:

* Many conversions from printf and sscanf in hopes of improving oldrel-windows functionality

v0.1.9

Toggle v0.1.9's commit message
dggridR v0.1.9 (Release date: 2016-08-14)

==============

Changes:

* Fix bugs preventing the -4- grids from constructing properly (e.g. ISEA4H)