https://github.com/subugoe/scholcomm_analytics
Scholarly Communication Analytics with R Blog
https://github.com/subugoe/scholcomm_analytics
bibliometrics data-science distill library rstats scholarly-communication-analytics
Last synced: 4 months ago
JSON representation
Scholarly Communication Analytics with R Blog
- Host: GitHub
- URL: https://github.com/subugoe/scholcomm_analytics
- Owner: subugoe
- Created: 2019-04-15T11:16:28.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-08-29T08:07:00.000Z (10 months ago)
- Last Synced: 2025-08-31T17:46:01.197Z (10 months ago)
- Topics: bibliometrics, data-science, distill, library, rstats, scholarly-communication-analytics
- Language: HTML
- Homepage: https://subugoe.github.io/scholcomm_analytics/
- Size: 59.5 MB
- Stars: 13
- Watchers: 5
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Scholarly Communication Analytics with R Blog
### How to use it?
Overview first steps:
#### Clone the repo
```
git clone https://github.com/subugoe/scholcomm_analytics.git
```
#### Install R package distill
From GitHub using devtools.
```r
devtools::install_github("rstudio/distill")
```
#### Creating an R Markdown article draft
```r
library(rmarkdown)
rmarkdown::draft("article.Rmd", "distill_article", package = "distill")
```
Reference managing is supported, however, there are some issues with BibTeX conversion, e.g. `--` is not rendered as emdash.
#### Build the website
```r
rmarkdown::render_site()
```
### License
CC-BY 4.0