Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonynorth committed Mar 1, 2020
1 parent 81c787c commit b533563
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Type: Package
Package: rdeck
Title: Deck.gl Widget
Version: 0.2.1.9000
Version: 0.2.2
Authors@R:
person(given = "Anthony", family = "North", role = c("aut", "cre"), email = "[email protected]")
Description: Deck.gl widget for R.
License: MIT + file LICENSE
URL: https://github.com/anthonynorth/rdeck
URL: https://anthonynorth.github.io/rdeck, https://github.com/anthonynorth/rdeck
BugReports: https://github.com/anthonynorth/rdeck/issues
Depends:
R (>= 3.3.0)
Expand Down
2 changes: 1 addition & 1 deletion R/geometry.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Create a bounds instance from a simple features object, column or geometry
#'
#' @name bounds
#' @param obj [`sf::sf`] | [`sf::sfc`] | sf::sfg`
#' @param obj [`sf::sf`] | [`sf::sfc`] | `sf::sfg`
#' A simple features object, column or geometry to compute bounds from
#'
#' @return `bounds`
Expand Down
2 changes: 1 addition & 1 deletion man/bounds.Rd

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

0 comments on commit b533563

Please sign in to comment.