Skip to content

Commit

Permalink
adding pkgdown portion
Browse files Browse the repository at this point in the history
  • Loading branch information
aylapear committed Jun 15, 2020
1 parent 0111319 commit ca85e23
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 17 deletions.
28 changes: 12 additions & 16 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
^CRAN-RELEASE$
^_pkgdown\.yml$
^CODE_OF_CONDUCT\.md$
^appveyor\.yml$
^codecov\.yml$
^\.travis\.yml$
^LICENSE\.md$
^README\.Rmd$
^tinter\.Rproj$
^.*\.Rproj$
^\.Rproj\.user$

^build\.R$
^hex\.R$
^\.github$
^data-raw$
^docs$
^NEWS\.md$
^cran-comments\.md$
^pkgdown$

^\.github$
^revdep$
^scripts$
^codecov\.yml$
^\.covrignore$
^cran-comments\.md$
^CRAN-RELEASE$
^LICENSE\.md$
^_pkgdown\.yml$
^README\.Rmd$
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@
.RData
.Ruserdata

*.DS_Store
.DS_Store
.Renviron
.RProfile
.httr-oauth

*.html

docs/
inst/docs/
Binary file modified pkgdown/favicon/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions scripts/build.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
roxygen2md::roxygen2md()
styler::style_pkg(filetype = c("R", "Rmd"))
lintr::lint_package()

devtools::test()
devtools::document()

rmarkdown::render("README.Rmd", output_format = "md_document")
pkgdown::build_site()

devtools::check()

0 comments on commit ca85e23

Please sign in to comment.