Releases: bcgov/envreportutils
Releases · bcgov/envreportutils
envreportutils v0.8.0
envreportutils 0.8.0
-
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.
envreportutils v0.7.0
- Added new function
to_titlecase()
- Added new
soft()
function to use ENV SOFT utility from within R
envreportutils v0.6.3
- Added new function
report_percent()
to format percentages in a standard way.
envreportutils v0.6.2
- Dropped
ggthemes
dependency fortheme_soe()
andtheme_soe_facet
(#5).
envreportutils v0.6.0
- Added function
png_retina()
- a drop in replacement forpng()
to produce
retina-quality graphics.
envreportutils v0.5.1
Two functions deprecated as similar functionality available in other CRAN packages:
- multiplot(): can use
cowplot
package - order_df(): can use
forcats::fct_reorder
envreportutils v0.5
Numerous functions defunct, most moved to bcgovr
:
- roxygen_template
- devex_badge
- analysis_skeleton
- add_code_of_conduct
- add_contributing
- add_license
- add_license_header
- add_readme
- add_rproj
envreportutils v0.4.1
Patch to correct urls for BCDevExchange project state badges.
envreportutils v0.4.0
- 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)
envreportutils v0.3.1
- 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)