Code Monkey home page Code Monkey logo

ogdindiar's People

Contributors

antagomir avatar neerav1985 avatar sainathadapa avatar steadyfish avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ogdindiar's Issues

vignette

I can't run vignette/basic-usage-vignette.Rmd

I tried

library(knitr)
knit("basic-usage-vignette.Rmd")

and

library(rmarkdown)
render("basic-usage-vignette.Rmd")

Check that the vignette can be converted into md file (or another format). I would recommend adding the resulting md file (and the associated figures directory that will be generated) into the vignette folder. In that case it can be easily viewed like in here: https://github.com/rOpenGov/eurostat/blob/master/vignettes/eurostat_tutorial.md

cainfo parameter in RCurl::getURL call

Due to some SSL certificate error, had to include a cainfo parameter in getURL call. Not sure if this is the right way.

error:
RCurl SSL certificate problem: unable to get local issuer certificate

corrected call:
doc = RCurl::getURL(url = JSON_URL, cainfo = system.file("CurlSSL", "cacert.pem", package = "RCurl"))

fetch_data() is not downloading data.

When you try to fetch data via fetch_data(res_id = ""),
data does not get downloaded and metadata gets downloaded at its place.I seems JSON structure is changed in thereceived data and we are not looking at the right element of the list for the data.
Thanks
Santosh

Are you still developping this package? + another question

Hi,

I've just installed your R package and I'm very happy you've written it, thanks a lot!

I see that there is not much activity on the repo, so I wonder whether you're still developping this package? I hope you are because it can be very useful.

My other question is whether you think it would be possible to add a search function, i.e. for finding datasets IDs based on e.g. keywords?

Anyway, thanks again for making this package available! :-)

Documentation

  • checking Rd \usage sections ... WARNING
    Undocumented arguments in documentation object 'to_data_frame'
    ‘lst_elmnt’
    Documented arguments not in \usage in documentation object 'to_data_frame':
    ‘x’

-> need to update the roxygen documentation here.

DESCRIPTION Title field

According to CRAN policies:

The Title field should be in title case, current version then in title case:
‘API access to datasets on Open Government Data - India Portal’
‘API Access to Datasets on Open Government Data - India Portal’

ogdindiar for R version 3.1.1

Hi,
Could you just make the package available for R version 3.1.1. Since, I don't have the 3.2.0 version of R for my system yet (Mac OSX 10.7.5).

Thanks,

Subinoy

Global variable missing

  • checking R code for possible problems ... NOTE
    ogdindia_api_key: no visible binding for global variable ‘pat’

One way to handle this is to add as the first line within the function:
pat <- NULL

This has worked well for me, perhaps there are better ways.

License

The ./inst/extras/build.cran.sh (from my recent pull request) says:

  • checking DESCRIPTION meta-information ... NOTE
    License components which are templates and need '+ file LICENSE':
    MIT

To declare license (MIT is fine) you need to follow the convention that you can check for instance here:
https://github.com/ropengov/eurostat/blob/master/DESCRIPTION

So modify your DESCRIPTION file License field in the same as there, and also add the file named LICENSE to the same root directory where you have the DESCRIPTION file
https://github.com/ropengov/eurostat/blob/master/LICENSE

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.