Changelog
Source:NEWS.md
kwb.nextcloud 0.4.0 2024-10-15
- Add
file_exists() - Add
get_file_versions() - Fix bug in
path_to_file_href()that occurred when a user name contained spaces. Document and export this function. -
download_files(): Add argumentdbg -
get_version_info(): Add argumentdbg - Deprecate
list_file_versions()
kwb.nextcloud 0.3.0 2021-06-03
- Add
move_file_or_folder(): see Moving files and folders - Fix to remove leading slashes in internal function
path_to_file_href()
kwb.nextcloud 0.2.0 2021-04-01
- Fix bug in list_files(): endless recursion (#32)
- Add
compare_file_info_files()(from R package kwb.budget) - CI: move from Travis and Appveyor to Github actions (#35)
kwb.nextcloud 0.1.0 2020-06-04
Exported functions:
- create_folder()
- delete_file_or_folder(), TAKE CARE!
- download_files()
- get_version_info()
- list_files()
- upload_file()
kwb.nextcloud 0.0.0.9000
Added a
NEWS.mdfile to track changes to the package.see https://style.tidyverse.org/news.html for writing a good
NEWS.md