soe_path()
can now accept individual path components, which are combined withfile.path()
- Fixed error in round_percent where range was used incorrectly.
- Leaflet popup functions re-written for new leaflet map layouts
- Added new functions
save_png_retina()
andsave_svg_px()
, wrapper functions aroundpng_retina()
&svg_px()
analagous toggplot2::gsave()
- Added documentation in README for
set_path()
andset_soe_root()
functions
-
Added a set of functions to help create/customize leaflet maps:
- Added new function
add_bc_home_button()
- Added new function
set_bc_view
- Added new function
set_bc_view_on_close
- Added new function
css_caaqs_copy
- Added new function
popup_caaqs
- Added new function
popup_combine_rows
- Added new function
popup_create_row
- Added new function
-
Added new function
soe_path()
to set the path to a file or folder on the SOE shared drive to enable platform/user agnostic reading/writing to the SOE shared drive. Also addedset_soe_root()
so each user can set their path to the root of the SOE shared drive.
- Added new function
to_titlecase()
- Added new
soft()
function to use ENV SOFT utility from within R
- Added new function
report_percent()
to format percentages in a standard way.
- Dropped
ggthemes
dependency fortheme_soe()
andtheme_soe_facet
(#5).
- Added function
svg_px()
for exporting charts as svg, specifying size in pixels. - Added
soft()
function for sending files via ENV SOFT service.
- Added function
png_retina()
- a drop in replacement forpng()
to produce retina-quality graphics.
- Two functions deprecated, functionality available in other CRAN packages.
- Numerous functions defunct, most of them moved to bcgovr.
- Updated
devex_badge()
to refer to new location of BCDevExchange project state badges.
- Added three RStudio Addins:
- Add Boilerplate Apache header to top of current document
- Add EnvreportBC footer to bottom of current document (for README)
- Add Rmarkdown code block to generate BCDevexchange badge (for README.Rmd)
- Added a
NEWS.md
file to track changes to the package. - Fixed a bug in
theme_soe()
andtheme_soe_facet()
where panel.border was specified twice (#7)