Skip to content

Commit

Permalink
example needed srs_string and updated news for 0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollist committed Jul 21, 2021
1 parent fa0ea2c commit 94dc88d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS.md
@@ -1,3 +1,12 @@
elevatr 0.4.1 (2021-07-21)
==============

# Bug Fixes
- Previously errored on solaris. Skipped tests. A fix has been proposed within
sp. Once that is available can re-test on solaris.
- Updated CITATION file to reference new version and new Zenodo DOI


elevatr 0.4.0 (2021-07-19)
==========================

Expand Down
2 changes: 1 addition & 1 deletion R/get_elev_point.R
Expand Up @@ -48,7 +48,7 @@
#' mts <- rbind(mt_wash,mt_mans)
#' ll_prj <- "EPSG:4326"
#' mts_sp <- sp::SpatialPoints(sp::coordinates(mts),
#' proj4string = sp::CRS(ll_prj))
#' proj4string = sp::CRS(SRS_string = ll_prj))
#' mts_spdf <- sp::SpatialPointsDataFrame(mts_sp,
#' data = data.frame(name =
#' c("Mt. Washington", "Mt. Mansfield")))
Expand Down

0 comments on commit 94dc88d

Please sign in to comment.