Skip to content

Commit 94dc88d

Browse files
committed
example needed srs_string and updated news for 0.4.1 release
1 parent fa0ea2c commit 94dc88d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
elevatr 0.4.1 (2021-07-21)
2+
==============
3+
4+
# Bug Fixes
5+
- Previously errored on solaris. Skipped tests. A fix has been proposed within
6+
sp. Once that is available can re-test on solaris.
7+
- Updated CITATION file to reference new version and new Zenodo DOI
8+
9+
110
elevatr 0.4.0 (2021-07-19)
211
==========================
312

R/get_elev_point.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#' mts <- rbind(mt_wash,mt_mans)
4949
#' ll_prj <- "EPSG:4326"
5050
#' mts_sp <- sp::SpatialPoints(sp::coordinates(mts),
51-
#' proj4string = sp::CRS(ll_prj))
51+
#' proj4string = sp::CRS(SRS_string = ll_prj))
5252
#' mts_spdf <- sp::SpatialPointsDataFrame(mts_sp,
5353
#' data = data.frame(name =
5454
#' c("Mt. Washington", "Mt. Mansfield")))

0 commit comments

Comments
 (0)