Skip to content

Commit

Permalink
Update: links and title for markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
qinwf committed Apr 13, 2016
1 parent ba79c5a commit c43173f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A curated list of awesome R frameworks, packages,and software. Inspired by [awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning).

And trending R GitHub repos are [HERE](./r-trending.md).
And trending R GitHub repos are [HERE](https://github.com/qinwf/awesome-R/blob/master/r-trending.md).

- [Awesome R](#awesome-)
- [Integrated Development Environments](#integrated-development-environments)
Expand Down
2 changes: 1 addition & 1 deletion r-trending.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Top-Starred R GitHub Repos to Follow

**Generated biweekly from [trending_repo.R](./trending_repo.R)**
Generated biweekly from [R code](https://github.com/qinwf/awesome-R/blob/master/trending_repo.R).

## Top-Starred R GitHub Repos: Trending

Expand Down
6 changes: 3 additions & 3 deletions trending_repo.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ this_month_markdown = sapply(trending_this_month$items, gen_markdown)
write_markdown = function(path,all,this){
f = file(path,open = 'w')
writeLines("# Top-Starred R GitHub Repos to Follow\n", f)
writeLines("**Generated biweekly from [trending_repo.R](./trending_repo.R)**\n", f)
writeLines("## Top-Starred R GitHub Repos: Trending\n", f)
writeLines("Generated biweekly from [R code](https://github.com/qinwf/awesome-R/blob/master/trending_repo.R).\n", f)
writeLines("## Trending\n", f)
writeLines(sprintf("**Trending from %s to %s**\n",get_last_month(), Sys.Date()), f)
writeLines(this, f)
writeLines("\n", f)
writeLines("## Top-Starred R GitHub Repos: All-Time\n", f)
writeLines("## All-Time\n", f)
writeLines(all, f)
writeLines("\n", f)
close(f)
Expand Down

0 comments on commit c43173f

Please sign in to comment.