Skip to content

Commit

Permalink
R-CMD-Check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
masiraji committed Apr 30, 2024
1 parent 746b064 commit 0628152
Show file tree
Hide file tree
Showing 35 changed files with 1,644 additions and 1,703 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- badges: start -->

[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) [![R-CMD-check](https://github.com/masiraji/tabledown/workflows/R-CMD-check/badge.svg)](https://github.com/masiraji/tabledown/actions) [![license](https://img.shields.io/badge/license-MIT%20+%20file%20LICENSE-lightgrey.svg)](https://choosealicense.com/) [![metacran downloads](https://cranlogs.r-pkg.org/badges/tabledown)](https://cran.r-project.org/package=tabledown)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) [![license](https://img.shields.io/badge/license-MIT%20+%20file%20LICENSE-lightgrey.svg)](https://choosealicense.com/) [![metacran downloads](https://cranlogs.r-pkg.org/badges/tabledown)](https://cran.r-project.org/package=tabledown)
[![R-CMD-check](https://github.com/masiraji/tabledown/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/masiraji/tabledown/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

Expand Down
5 changes: 3 additions & 2 deletions data-raw/devtools.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ usethis::browse_github()
rm(list = c("ac.tab"))

#packgedown
pkgdown::init_site()
pkgdown::build_site()
pkgdown::build_home(pkg = ".", override = list(), preview = NA, quiet = TRUE)

Expand All @@ -32,7 +33,7 @@ usethis::git_vaccinate()
usethis::use_build_ignore(".github")
#Spelling
usethis::use_spell_check()

devtools::check()

#Use magrittr's pipe in your package
usethis::use_pipe()
Expand Down Expand Up @@ -109,7 +110,7 @@ pack["ggplot2","Imports"]




#Use this two for the updated page deployment (Do not use the previous method)
usethis::use_github_action("check-standard")


Expand Down
95 changes: 41 additions & 54 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 35 additions & 45 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0628152

Please sign in to comment.