bart1
bart1
For the record the bug reproduces on a indepentent osx system ```r > require(lubridate) Loading required package: lubridate Attaching package: ‘lubridate’ The following object is masked from ‘package:base’: date >...
An ubuntu system works correctly ```r > require(lubridate) Loading required package: lubridate Attaching package: ‘lubridate’ The following object is masked from ‘package:base’: date > t ceiling_date(t, unit='day') [1] "1970-01-01 UTC"...
That seems to work ```r > timechange::time_ceiling(lubridate::ymd("1970-01-01", tz = "UTC"), "day") [1] "1970-01-01 UTC" > sessionInfo() R version 3.5.1 (2018-07-02) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: OS X El Capitan 10.11.6...
I just gave it a quick test and the issue does not seem to be resolved, some system info for good measure: ```bash $ firefox -v Mozilla Firefox 53.0 ```...
I checked again (after instaling the package from github), but the issue does not seem to be resolved. Not sure why firefox does not free the memory used by the...
This seems useful and might address my needs. I run into a situation where I have difficulty using the cluster efficiently. On my cluster the smallest unit is a 16...
I also have a use for this. In my case values are written to a character field that are probably best represented by a matrix in R. The CSV records...
This would be great to have some example functionality here, maybe combing it with some `plumber` api
Not this issue only occurs for private repositories I guess it falls back on the public interface when available
Thinking a bit more about this might be resolved by adding an argument `anonymous = TRUE/FALSE`/`no_sign_request=TRUE/FALSE` to `aws.signature::locate_credentials` (`s3HTTP` passes arguments to that function). This also seems to relate to...