-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
functions that write to the filesystem #96
Comments
I personally use
|
Absolutely, I guess I am a bit nervous about |
I defer to your CRAN knowledge and think it would be okay to remove |
I think it might be a matter doing something like usethis does: copy the lines to your clipboard, then open the |
Oof, If this is causing problems for CRAN submission, I wouldn't feel too bad getting rid of it. AFAICT this shouldn't cause problems for users; the function was more to set preferences (a 'one off') rather than to be invoked as part of a script. If there's concern that people were using it in-place of |
Perhaps |
- deprecate box_attach_on_auth() - deprecate write.Renv arg to box_auth() - write environment variables to console instead - refactor box_auth(), box_fresh_auth(): - import glue and fs (both low depencency) Also, fix typo in box_read() documentation
* Rework box-auth functions (fix #96): - deprecate box_attach_on_auth() - deprecate write.Renv arg to box_auth() - write environment variables to console instead - refactor box_auth(), box_fresh_auth(): - import glue and fs (both low depencency) Also, fix typo in box_read() documentation * Add deprecation to documentation, add is_void() to internal functions
* Rework box-auth functions (fix #96): - deprecate box_attach_on_auth() - deprecate write.Renv arg to box_auth() - write environment variables to console instead - refactor box_auth(), box_fresh_auth(): - import glue and fs (both low depencency) Also, fix typo in box_read() documentation * Add deprecation to documentation, add is_void() to internal functions * Update documentation for functions: - box_auth() - box_ls() - box_setwd() - box_dir_create() * update docs * Update docs * Update function-documentation * Complete first-pass through function-documentation * clean up function-documentation * Puts in placeholders for JWT authentication * Split vignettes * Update R/boxr_misc.R Co-Authored-By: Nate <nathancday@gmail.com> * Update R/boxr_read.R Co-Authored-By: Nate <nathancday@gmail.com> * Make S3 class-descriptions consistent * remove author from function-docs, we will rely on package authorship for attribution * - Deprecate filename, not file_name - Harmonize punctuation * Add `...` arg to box_source(), passed to source(). Update documentation for `source()`. Harmonize other documentation. * Clean up the deprecation of `filename` argument * update hyperlinks to box.com, rebuild vignettes * Go with a less-is-more approach, let the reader refer to the rio documentation if they wish. * removed hanging backtick in box_read() and re-doc'd for changed roxygen front-matter * Clean-up
These need to be looked at with suspicion and scrutiny:
box_auth_on_attach()
writes to the.Renviron
file (and is perhaps more trouble than it's worth)box_auth()
writes a file to the working directory (necessarily so)The text was updated successfully, but these errors were encountered: