use_disqus: Add Disqus commenting integreation to a package's website...

Description Usage Arguments Details

Description

Add Disqus commenting integreation to a package's website landing page

Usage

1
use_disqus(pkg = ".", shortname, page_url, page_identifier)

Arguments

pkg

package description, can be path or package name. See as.package for more information

shortname

character string with the website's Disqus short name

page_url

character string with the website's URL

page_identifier

character string with the website's Disqus page identifier

Details

Before using, visit https://disqus.com/profile/login/?next=/admin/create/ to register your website with Disqus. use_disqus assumes that your package documentation landing page is generated from a file called index.Rmd, e.g. as created by init_iqss_package or pkgdown.


IQSS/IQSSdevtools documentation built on May 8, 2019, 10:54 a.m.