We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a discussion thread for requirements for releasing the package.
See this thread for a checklist of features from original documents.
covidcast_epidata()
fetch
as.tibble
as.dataframe
covidcast_data_sources
covidcast_data_signals
as_of
covidcast
data_source
source
as.data.frame()
The text was updated successfully, but these errors were encountered:
I tried building the package on my local machine and got the following warning:
checking S3 generic/method consistency ... WARNING as.data.frame: function(x, row.names, optional, ...) as.data.frame.covidcast_data_signal_list: function(signals, ...) as.data.frame: function(x, row.names, optional, ...) as.data.frame.covidcast_data_source_list: function(sources, ...) See section ‘Generic functions and methods’ in the ‘Writing R Extensions’ manual.
All the tests passed and there were no other errors, warnings, or notes.
Sorry, something went wrong.
@capnrefsmmat caught that here #147. Glad that's consistently the only thing though.
It's here! 🎆🎆🎆
https://cran.r-project.org/web/packages/epidatr/index.html
dshemetov
No branches or pull requests
This is a discussion thread for requirements for releasing the package.
What does releasing the package entail?
Requirements documentation
See this thread for a checklist of features from original documents.
TODO
covidcast_epidata()
as experimental #145fetch
ing by default? #144as.tibble
instead ofas.dataframe
forcovidcast_data_sources
andcovidcast_data_signals
? #112 is a consistency for an internal that's marked experimentalas_of
#92 is the samecovidcast
data_source
s/source
s #53 is fixedfetch
ing by default? #144as.data.frame()
methods don't match the generics #147as.tibble
instead ofas.dataframe
forcovidcast_data_sources
andcovidcast_data_signals
? #112The text was updated successfully, but these errors were encountered: