build_workshop()
gains an argumentlang
to select which version of the workshop (the French one, the English one or both) to be built.- use
skip_cleanup
in Travis CI configuration file. - add contributing guidelines.
- add
use_travis()
to add Travis CI configuration file. fs
added in dependencies.- minor improvements of README.
- review message functions.
- review CI workflow.
get_badge_one()
gains one argumenthtml
to obtain badges in HTML.
- New function
first_slides()
that generates the two first slides. get_badges()
andlist_packages()
gain an argumentshow
to control text should be output.get_badges()
gains an argumentstyle
to control badges style.- Fix URL in
get_badges()
for pdf files an R scripts. - New function
list_packages()
to create a list of package for the first slides of package.
- Use GitHub Actions instead of Travis
build_workshop()
gains an argumentscript
to export R code.- Simplify messages displayed when HTML presentations are successfully rendered.
install_workshops_pkgs_remotes()
use packageremotes
to install packages required for a given workshop.get_badges()
now returns 5 badges.get_badges()
gains argumentclip
to copy badges to the clipboard.
build_workshop()
gains an argumentpdf
to export presentation as pdf files (call topagedown::chrome_print()
).- New function
get_badges()
returns badges for README. - Properly check the existence of template files.
- Correct list of template files in helper function
template_files()
. - Better regex for the R Markdown files of the workshop.
workshop_df()
returns a data frame with the names of the workshops.mail_workshop()
generates presenter emails.
- test installed packages with
requireNamespace()
- add
success_msg()
✨
- add
extract_Rcode_workshops()
✨ update_template()
handles missing files.update_template()
is called when template files are missing.
- export
download_workshops()
(previouslydownload_workshop()
). - add
update_template()
✨ - add
clean_workshop()
✨ - add small 🐛 in
install_repos_pkgs()
and ininstall_cran_archived_pkgs()
caused by misuses of lists.
- Added
build_workshop()
build workshops with option to download files. - Added
render_workshops()
to render the workshop. - Added
install_workshop_pkgs()
to install packages dependencies stored inpkgs.yml
files. - Added a
NEWS.md
file to track changes to the package.