Wilson Freitas
Wilson Freitas
I undestand, but this repo puts light on available references, it is not a recommendation or suggestion for production use. From my point of view, even not supported packages can...
Hi @emilyriederer and @msperlin I added the examples to the functions show_templates and display_templates. rb3 is not a function, it is just the tag `@name` being used in the package...
Furtherly, the test coverage is now 84%.
Hi @mpadge > Thanks @wilsonfreitas, our check system has just been updated to do what above link says: Allow global assignment operator if in RefClass statement. Your package no longer...
Hi @maelle and @msperlin let's go! I believe we have to check if the changes broke the checks we have done in the past. @msperlin could you help me with...
Agree! On Tue, Sep 5, 2017 at 8:57 PM Adrian Price-Whelan wrote: > @wilsonfreitas - think you could add a > license for aboutwilson? > > — > You are...
rbcb_get implemented for SGS API (see 232ee7ea2dc5a57bc3d9c966d226cda0a602ca4e). See `sgs.R`.
rbcb_get returns a tidy tibble for SGS data. It is necessary to create a way to transform this tidy tibble into the other used formats like xts and ts. ```r...
Implement option `rbcb_cachedir` that can be a function that returns the cachedir, like `tempdir()`, or the path to `cachedir`.
The series object must be improved. SGS series have the following attributes: - code - freq - unit - description - start and end - name - data many of...