Giter Club home page Giter Club logo

s3fs's People

Contributors

dyfanjones avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

s3fs's Issues

cran release 0.1.3

Prepare for release:

  • Check current CRAN check results
  • Update NEWS
  • urlchecker::url_check()
  • devtools::check_rhub()
  • devtools::check_win_devel()
  • Update cran-comments.md

Submit to CRAN:

  • devtools::submit_cran()
  • Approve email

Wait for CRAN...

  • Accepted ๐ŸŽ‰
  • Update Github Release

undeclared dependency on R version >= 3.6.0

Some functions in the s3fs package make use of base::trimws with the whitespace argument. However, that argument is not available prior to R version 3.6.0.

So in older R versions:

foo <- s3_dir_ls("s3://foo/bar")

gives:

Error in trimws(path, which = "right", whitespace = "/") : 
  unused argument (whitespace = "/")

Inconsistent result of s3fs::s3_dir_create with fs::dir_create

When the directory already exists, fs::dir_create ignores it and returns the path(s) to the directory(ies), while s3fs::s3_dir_create returns the string "Directory already exists in AWS S3".

If the goal is to make code written using the fs package portable to the s3fs than the behavior of the functions should be as close as possible.

Also, returning a string is not the most common behavior in R. A condition should be raised, either error, warning or message.

Initial cran release

Prepare for release:

- [ ] Check current CRAN check results

  • Update NEWS
  • urlchecker::url_check()
  • devtools::check_rhub()
  • devtools::check_win_devel()
  • rhub::check_for_cran()
  • Update cran-comments.md

Submit to CRAN:

  • devtools::submit_cran()
  • Approve email

Wait for CRAN...

  • Accepted ๐ŸŽ‰
  • Update Github Release

s3fs 0.1.4 cran release

Prepare for release:

  • Check current CRAN check results
  • Update NEWS
  • urlchecker::url_check()
  • devtools::check_rhub()
  • devtools::check_win_devel()
  • Update cran-comments.md

Submit to CRAN:

  • devtools::submit_cran()
  • Approve email

Wait for CRAN...

  • Accepted ๐ŸŽ‰
  • Update Github Release

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.