Changelog
Source:NEWS.md
spotoroo 0.1.5
- Fixed a bug in
plot_fire_mov()
that caused the start symbol and end symbol interchanged.
spotoroo 0.1.4
CRAN release: 2023-08-21
- Fixed a bug in package documentation due to the use of a deprecated roxygen2 feature
@doctype package
. - Add support for new
ggbeeswarm 0.7.2
featureorientation
.plot_timeline()
no longer usesgeom_point()
to draw noise as a fallback method.
spotoroo 0.1.3
CRAN release: 2023-02-15
- Fixed a bug in
plot_timeline()
that draws incorrect noise. - Fixed a bug in
hotspot_cluster()
that printed incorrect plural form of a noun viacli
. - Fixed a bug in
summary_spotoroo()
that printed incorrect plural form of a noun viacli
.
spotoroo 0.1.2
CRAN release: 2021-11-10
- Fixed a bug in
hotspot_to_ignition()
that caused problems with time calculation of noise points. - Fixed a bug in
plot_timeline()
that caused problems with counting number of fires. - Fixed the aspect ratio of
plot_fire_mov()
. It now equals tocos(mean(range(lat))*pi/180)
.
spotoroo 0.1.1
CRAN release: 2021-03-31
- Fixed a bug in
plot_vic_map()
that caused problems with older version of spatial packages.