semnar 0.8.2
Bug fixes
- Fixed timezone issue when using parse_date
guess_address() fails gracefully when there is no internet connection
semnar 0.8.1
Bug fixes
- Improved the logic of dates with an error thrown if start date/time is greater than end date/time
Other improvements, updates and additions
- Provided details about the handling of start/end dates/times in the
add_presentation() documentation.
semnar 0.8.0
Bug fixes
- Fixed a bug with the
presenter_address, when setting presenter information in semnar objects, using asemnar_presenter object.
- Other minor bug fixes.
New functionality
event() creates a semnar_event object with event details, which can be passed in add_presentation()’sevent argument.
get_event() and set_event() for getting and setting event information in semnar objects.
- An implicit check is now made that
start is beforeend in add_presentation(), when both are specified.
Other improvements, updates and additions
add_presentation() returns an error ifstart date/time is after end date/time.
add_presentation() now supportstype = "webinar".
- Moved from magrittr
%>% pipe to base pipe |>.
- Documentation updates and moved to roxygen2with R Markdown.
- Under-the-hood improvements in code base.
- Added unit testing infrastructure
semnar 0.7.1
Other improvements, updates and additions
- Updated and improved documentation
- New code for plotting that avoids use of
<<-
semnar 0.6.2
New functionality
- Added
guess_address method for reverse geolocation of presentations using the OpenStreetMap API
semnar 0.6.1
Bug fixes
New functionality
Other improvements, updates and additions
semnar 0.6