Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Dec 24, 2023
1 parent a3c700a commit ec9c9a2
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 12 deletions.
3 changes: 0 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ Config/testthat/edition: 3
URL: https://github.com/hypertidy/dsn
BugReports: https://github.com/hypertidy/dsn/issues
RoxygenNote: 7.2.3
Imports:
countrycode,
lobstr
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ export(unprefix)
export(unvsicurl)
export(vrtcon)
export(vsicurl)
importFrom(lobstr,obj_addr)
useDynLib(dsn, .registration = TRUE)
1 change: 0 additions & 1 deletion R/mem.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ geo_transform0 <- function (px, ul, sh = c(0, 0))
#' @param projection projection string (optional, sets the SPATIALREFERENCE of the MEM driver since GDAL 3.7)
#' @return character string, a DSN for use by GDAL
#' @export
#' @importFrom lobstr obj_addr
#' @examples
#' m <- matrix(as.integer(c(0L, 0, 0, 1)), 5L, 4L)
#' mem(m)
Expand Down
2 changes: 1 addition & 1 deletion R/prefix.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#' unprefix("NETCDF:/u/user/somefile.nc")
#'
#' ## MPC signing
#' mpc <- "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/.../T43DFE_20231125T033609_B04_10m.tif"
#' mpc <- "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/.../T43DFE_B04_10m.tif"
#' vsicurl(mpc , sign = TRUE)
vsicurl <- function(x, sign = FALSE) {
if (sign) {
Expand Down
2 changes: 1 addition & 1 deletion man/prefix.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions tests/testthat/test-gebco.R

This file was deleted.

0 comments on commit ec9c9a2

Please sign in to comment.