-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-`render_highquality()` Fix water attenuation, add options to set water surface color and index of refraction -`plot_gg()` Fix deprecation warnings with ggplot2 guides -`render_snapshot()` adjust line size default -Fix some tests
- Loading branch information
1 parent
3f2daf5
commit 6428f15
Showing
58 changed files
with
1,122 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: rayshader | ||
Type: Package | ||
Title: Create Maps and Visualize Data in 2D and 3D | ||
Version: 0.38.1 | ||
Date: 2024-05-10 | ||
Version: 0.38.3 | ||
Date: 2024-12-08 | ||
Authors@R: | ||
person("Tyler", "Morgan-Wall", email = "[email protected]",role = c("aut", "cph", "cre"), | ||
comment = c(ORCID = "0000-0002-3131-3814")) | ||
|
@@ -26,9 +26,9 @@ Imports: doParallel, | |
utils, | ||
methods, | ||
terrainmeshr, | ||
rayimage (>= 0.10.0), | ||
rayvertex (>= 0.10.4), | ||
rayrender (>= 0.32.2) | ||
rayimage (>= 0.12.1), | ||
rayvertex (>= 0.11.4), | ||
rayrender (>= 0.36.5) | ||
Suggests: | ||
reshape2, | ||
viridis, | ||
|
@@ -47,13 +47,12 @@ Suggests: | |
gridExtra, | ||
testthat (>= 3.0.0), | ||
osmdata, | ||
raybevel | ||
raybevel (>= 0.1.3) | ||
LinkingTo: Rcpp, progress, RcppArmadillo | ||
RoxygenNote: 7.3.1 | ||
RoxygenNote: 7.3.2 | ||
Encoding: UTF-8 | ||
URL: https://www.rayshader.com, | ||
https://github.com/tylermorganwall/rayshader | ||
BugReports: https://github.com/tylermorganwall/rayshader/issues | ||
Config/testthat/edition: 3 | ||
Additional_repositories: https://tylermorganwall.r-universe.dev/ | ||
Remotes: tylermorganwall/raybevel | ||
Remotes: tylermorganwall/raybevel, tylermorganwall/rayimage, tylermorganwall/rayrender |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.