Skip to content

Commit

Permalink
CRAN version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobarbera committed Jun 2, 2017
1 parent c0978c5 commit bdc086b
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions README.md
Expand Up @@ -3,7 +3,7 @@ Rfacebook: Access to Facebook API via R

This package provides a series of functions that allow R users to access Facebook's API to get information about public pages, groups, and posts, as well as some of the authenticated user's private data.

Current CRAN release is 0.6.3. To install the most updated version (0.6.6) from GitHub using devtools, type:
Current CRAN release is 0.6.15. To install the most updated version (0.6.15) from GitHub using devtools, type:

```r
library(devtools)
Expand Down Expand Up @@ -216,17 +216,3 @@ This is related to the previous question. It is no longer possible to query user
- For any other questions, feature requests, or bugs, please open an issue in this repository.


<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1191254-10']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>

0 comments on commit bdc086b

Please sign in to comment.