Skip to content

Releases: bcgov/envreportutils

envreportutils v0.8.0

10 Jan 22:02
Compare
Choose a tag to compare

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 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 added set_soe_root() so each user can set their path to the root
    of the SOE shared drive.

envreportutils v0.7.0

13 Sep 17:38
Compare
Choose a tag to compare
  • Added new function to_titlecase()
  • Added new soft() function to use ENV SOFT utility from within R

envreportutils v0.6.3

04 May 17:07
Compare
Choose a tag to compare
  • Added new function report_percent() to format percentages in a standard way.

envreportutils v0.6.2

29 Nov 20:09
59f3ade
Compare
Choose a tag to compare
  • Dropped ggthemes dependency for theme_soe() and theme_soe_facet (#5).

envreportutils v0.6.0

21 Sep 21:53
Compare
Choose a tag to compare
  • Added function png_retina() - a drop in replacement for png() to produce
    retina-quality graphics.

envreportutils v0.5.1

24 Jul 18:31
Compare
Choose a tag to compare

Two functions deprecated as similar functionality available in other CRAN packages:

envreportutils v0.5

20 Jul 23:59
Compare
Choose a tag to compare

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

15 Feb 01:08
Compare
Choose a tag to compare

Patch to correct urls for BCDevExchange project state badges.

envreportutils v0.4.0

19 Jan 20:43
Compare
Choose a tag to compare
  • 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

14 Nov 22:00
Compare
Choose a tag to compare
  • Added a NEWS.md file to track changes to the package.
  • Fixed a bug in theme_soe() and theme_soe_facet() where panel.border was specified twice (#7)