First release on CRAN! All issues included in this release can be found here.
-
get_param()added as new function to get parameters from scan (#132). -
download_basemap()now uses Stamen basemaps by default (parametersource), so users do not need to request an API key for the previous default Google Maps (#163). -
download_vpfiles()andselect_vpfiles()now use 5 letter radar codes (parameterradarsinstead ofradarandcountry), allow to skip already downloaded files (parameteroverwrite = TRUE) and have improved download and error messages (#176). -
read_pvolfile(),nexrad_to_odim()andcalculate_vp()(all Docker dependent) can now read files from directories containing a space (#162). -
Details for deprecated functions
mt(),mtr(),cmt()are now displayed with function (#166). -
README reviewed for easier installation and usage (#155).
-
Get started vignette is now based on figure and workflow from Dokter et al. (#168).
-
Introductory exercises vignette renamed to
rad_aero_18.Rmdsince it is based on the 2nd Radar Aeroecology Training School. -
bioRad now has a code of conduct and contributing guidelines (#145).
Release consistent with and in preparation of the bioRad methods paper (https://doi.org/10.1111/ecog.04028). All issues included in this release can be found here.
-
Functions (#84), arguments (#112) and objects (#80) have been renamed to be consistent (#51). Deprecated functions will remain functional for now, but we will trigger a warning: we advise to use the new functions names. See the lists for current functions and deprecated functions.
-
integrate_profile()replaces the functionality ofcmt()(#75) andmt()(#76). -
plot()can now be used for scans (#71), e.g.plot(example_scan). -
Functions are organized in sections on the website (#110).
-
Changelog section (this page) has been added to website (#144).
-
Package R code is reorganized as one function = one file for easier maintenance (#50).
-
First tests are included for some functions.
-
Contributors (#90) and citation (#141) have been updated.
-
bioRad now has a hex logo (#137). ✨