Skip to content

137 new function folder to drive#139

Open
SanderDevisscher wants to merge 16 commits into
mainfrom
137-new-function-folder_to_drive
Open

137 new function folder to drive#139
SanderDevisscher wants to merge 16 commits into
mainfrom
137-new-function-folder_to_drive

Conversation

@SanderDevisscher

Copy link
Copy Markdown
Collaborator

This pull request adds a new utility for uploading folders to Google Drive, along with comprehensive documentation and integration into related download functions. The main change is the introduction of the folder_to_drive function, which provides flexible options for zipping, filtering, and cleaning up files during upload. Documentation and references for this new function have been added throughout the package to ensure discoverability and usability.

New Google Drive upload functionality:

  • Added the folder_to_drive function in R/folder_to_drive.R, allowing users to upload folders to Google Drive with options for zipping, filetype filtering, recursive inclusion, and post-upload cleanup.
  • Exported folder_to_drive in the NAMESPACE file for package-wide availability.

Documentation updates:

  • Created man/folder_to_drive.Rd with detailed usage instructions, parameter descriptions, examples, and cross-references to related functions.
  • Added folder_to_drive to the "Other download" sections in the documentation for related functions: download_dep_media, download_gdrive_if_missing, download_seq_media, get_last_modified_zip, and unzip_last_modified_zip. [1] [2] [3] [4] [5]

@SanderDevisscher SanderDevisscher self-assigned this Feb 19, 2026
@SanderDevisscher SanderDevisscher added Function Issue related to a function New Nieuwe functie/data labels Feb 19, 2026
@SanderDevisscher SanderDevisscher linked an issue Feb 19, 2026 that may be closed by this pull request
19 tasks
@codecov

codecov Bot commented Apr 27, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 43 lines in your changes missing coverage. Please review.
✅ Project coverage is 0.00%. Comparing base (4754ef3) to head (cffefb8).
⚠️ Report is 23 commits behind head on main.

Files with missing lines Patch % Lines
R/folder_to_drive.R 0.00% 43 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main    #139   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         25      26    +1     
  Lines       1163    1216   +53     
=====================================
- Misses      1163    1216   +53     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Function Issue related to a function New Nieuwe functie/data

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[NEW function] folder_to_drive

1 participant