Other packages > Find by keyword >

blogdown  

Create Blogs and Websites with R Markdown
View on CRAN: Click here


Download and install blogdown package within the R console
Install from CRAN:
install.packages("blogdown")

Install from Github:
library("remotes")
install_github("cran/blogdown")

Install by package version:
library("remotes")
install_version("blogdown", "1.23")



Attach the package and use:
library("blogdown")
Maintained by
Yihui Xie
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-08-22
Latest Update: 2025-03-15
Description:
Write blog posts and web pages in R Markdown. This package supports the static site generator 'Hugo' () best, and it also supports 'Jekyll' () and 'Hexo' ().
How to cite:
Yihui Xie (2017). blogdown: Create Blogs and Websites with R Markdown. R package version 1.23, https://cran.r-project.org/web/packages/blogdown. Accessed 06 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:22), 0.1 (2017-08-22 18:56), 0.2 (2017-11-01 17:55), 0.3 (2017-11-13 06:42), 0.4 (2017-12-12 05:55), 0.5 (2018-01-24 19:15), 0.6 (2018-04-19 01:19), 0.7 (2018-07-07 09:20), 0.8 (2018-07-15 07:40), 0.9 (2018-10-23 18:20), 0.10 (2019-01-09 06:50), 0.11 (2019-03-11 22:15), 0.12 (2019-05-01 21:40), 0.13 (2019-06-11 21:10), 0.14 (2019-07-13 06:40), 0.15 (2019-08-21 09:40), 0.16 (2019-10-01 23:10), 0.17 (2019-11-13 20:10), 0.18 (2020-03-04 23:50), 0.19 (2020-05-22 23:10), 0.20 (2020-06-23 22:00), 0.21 (2020-10-11 09:20), 1.0 (2021-01-09 07:30), 1.1 (2021-01-19 19:30), 1.2 (2021-03-04 07:20), 1.3 (2021-04-14 17:10), 1.4 (2021-07-23 16:10), 1.5 (2021-09-02 19:20), 1.6 (2021-11-09 20:50), 1.7 (2021-12-19 05:30), 1.8 (2022-02-16 20:50), 1.9 (2022-03-28 23:50), 1.10 (2022-05-10 22:30), 1.11 (2022-08-09 23:30), 1.12 (2022-09-15 17:56), 1.13 (2022-09-24 06:10), 1.14 (2022-11-04 20:10), 1.15 (2022-11-07 14:50), 1.16 (2022-12-13 07:00), 1.17 (2023-05-16 07:00), 1.18 (2023-06-19 05:50), 1.19 (2024-02-01 17:20), 1.20 (2025-01-07 16:10), 1.21 (2025-03-15 18:10), 1.22 (2025-10-28 07:20), 1.23 (2026-01-18 05:20)
Other packages that cited blogdown R package
View blogdown citation profile
Other R packages that blogdown depends, imports, suggests or enhances
Complete documentation for blogdown
Functions, R codes and Examples using the blogdown R package
Some associated functions: blogdown . build_dir . build_site . bundle_site . check_site . clean_duplicates . config_Rprofile . config_netlify . config_vercel . dep_path . edit_draft . filter_newfile . find_hugo . find_yaml . html_page . hugo_cmd . hugo_installers . install_hugo . install_theme . read_toml . serve_site . shortcode . 
Some associated R codes: addin.R . check.R . clean.R . format.R . hugo.R . install.R . package.R . render.R . serve.R . site.R . utils.R .  Full blogdown package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

lsmeans  
Least-Squares Means
Obtain least-squares means for linear, generalized linear, and mixed models. Compute contrasts or l ...
Download / Learn more Package Citations See dependency  
TMDb  
Access to TMDb API
Provides an R-interface to the TMDb API (see TMDb API on < ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
SAMBA  
Selection and Misclassification Bias Adjustment for Logistic Regression Models
Health research using data from electronic health records (EHR) has gained popularity, but miscla ...
Download / Learn more Package Citations See dependency  
RRedshiftSQL  
R Interface to the 'Redshift' Database
Superclasses 'PostgreSQL' connection to help enable full 'dplyr' functionality on 'Redshift'. ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA