Skip to content

Commit

Permalink
v
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Jun 16, 2024
1 parent b170c3c commit ee4c80f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: terra
Type: Package
Title: Spatial Data Analysis
Version: 1.7-79
Date: 2024-05-23
Version: 1.7-80
Date: 2024-06-16
Depends: R (>= 3.5.0)
Suggests: parallel, tinytest, ncdf4, sf (>= 0.9-8), deldir, XML, leaflet (>= 2.2.1), htmlwidgets
LinkingTo: Rcpp
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# version 1.7-79
# version 1.7-80

## bug fixes

- `flip(direction="vertical")` failed in some cases [#1518](https://github.com/rspatial/terra/issues/1518) by Ed Carnell
- `zonal(as.raster=TRUE)` failed when the zonal raster was categorical [1514](https://github.com/rspatial/terra/issues/1514) by Jessi L Brown

- `distance<data.frame,data.frame>` and `<matrix,matrix>` ignored the unit argument. [#1545](https://github.com/rspatial/terra/issues/1545) by Wencheng Lau-Medrano

## enhancements

Expand Down
15 changes: 7 additions & 8 deletions src/Makevars.ucrt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ endif

CXX_STD = CXX

all: clean winlibs

#all: clean winlibs
winlibs:
cp -r "$(R_TOOLS_SOFT)/share/gdal" ../inst/
cp -r "$(R_TOOLS_SOFT)/share/proj" ../inst/

#winlibs:
# cp -r "$(R_TOOLS_SOFT)/share/gdal" ../inst/
# cp -r "$(R_TOOLS_SOFT)/share/proj" ../inst/
clean:
rm -f $(SHLIB) $(OBJECTS)

#clean:
# rm -f $(SHLIB) $(OBJECTS)

#.PHONY: all winlibs clean
.PHONY: all winlibs clean

0 comments on commit ee4c80f

Please sign in to comment.