We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0ea2c commit 94dc88dCopy full SHA for 94dc88d
NEWS.md
@@ -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
10
elevatr 0.4.0 (2021-07-19)
11
==========================
12
R/get_elev_point.R
@@ -48,7 +48,7 @@
48
#' mts <- rbind(mt_wash,mt_mans)
49
#' ll_prj <- "EPSG:4326"
50
#' mts_sp <- sp::SpatialPoints(sp::coordinates(mts),
51
-#' proj4string = sp::CRS(ll_prj))
+#' proj4string = sp::CRS(SRS_string = ll_prj))
52
#' mts_spdf <- sp::SpatialPointsDataFrame(mts_sp,
53
#' data = data.frame(name =
54
#' c("Mt. Washington", "Mt. Mansfield")))
0 commit comments