{"id":17212051,"url":"https://github.com/whitead/sqlshare-r","last_synced_at":"2025-03-25T12:41:06.150Z","repository":{"id":7854359,"uuid":"9226365","full_name":"whitead/sqlshare-r","owner":"whitead","description":"SQLShare API for R","archived":false,"fork":false,"pushed_at":"2021-08-02T18:33:51.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-30T11:29:53.454Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whitead.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-04T19:40:07.000Z","updated_at":"2021-08-02T18:33:54.000Z","dependencies_parsed_at":"2022-09-05T10:31:43.453Z","dependency_job_id":null,"html_url":"https://github.com/whitead/sqlshare-r","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitead%2Fsqlshare-r","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitead%2Fsqlshare-r/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitead%2Fsqlshare-r/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitead%2Fsqlshare-r/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whitead","download_url":"https://codeload.github.com/whitead/sqlshare-r/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245466387,"owners_count":20620193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T02:59:07.707Z","updated_at":"2025-03-25T12:41:06.125Z","avatar_url":"https://github.com/whitead.png","language":"R","readme":"SQLShare API for R\n===================\n\n**This project is no longer maintaned**\n\nThis provides a minimal API for accessing [SQLShare](http://escience.washington.edu/sqlshare) in the [R programming language](http://r-project.org). Here's the syntax for\nobtaining a data.frame from a table located on SQLShare:\n\n    sql \u003c- \"select * from [sqlshare@uw.edu].[periodic_table]\"\n    elements \u003c- fetch.data.frame(sql)\n\nThat's it! It loads a config file for authentication from:\n\n    ~/.sqlshare/config\n\nThe format of the file should look like:\n\n    [sqlshare]\n    host=rest.sqlshare.escience.washington.edu\n    user=your-user-name@your-domain\n    password=your-api-key\n\nUse this link to generate an [API key](https://sqlshare.escience.washington.edu/sqlshare/#s=credentials).\n\nInstalling Dependencies\n----------\nBefore installing, you must install the [RCurl package](http://cran.r-project.org/package=RCurl). If you are using a Linux system, you need to install the libcurl header files. For example, if you're using Ubuntu install the `libcurl-dev` package (using the variant with secure connections enabled) from the command line with\n\n    sudo apt-get install libcurl4-openssl-dev\n\nIf you're using RedHat, install libcurl with\n\n    sudo yum -y install curl-devel\n\nNext, regardless of your operating system you must install RCurl. Open\nan R session and type\n\n    install.packages(\"RCurl\")\n\nInstalling From CRAN (preferred)\n----------\nTo install from CRAN, type the following command from \nan R session\n\n    install.packages(\"sqlshare\")\n\n\nInstalling From Source\n----------\n\nTo install the latest version from the source here, use:\n\n    wget https://github.com/whitead/sqlshare-r/archive/master.zip\n    unzip master.zip \u0026\u0026 rm master.zip\n    R CMD build sqlshare-r-master\n    sudo R CMD INSTALL sqlshare_*.tar.gz\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhitead%2Fsqlshare-r","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhitead%2Fsqlshare-r","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhitead%2Fsqlshare-r/lists"}