Skip to content

Commit

Permalink
Merge pull request #56 from certara/pkgdown_update
Browse files Browse the repository at this point in the history
pkgdown update docs for 1.5.0 release
  • Loading branch information
certara-jcraig authored Oct 30, 2023
2 parents e8e73bb + 957a482 commit 4644e28
Show file tree
Hide file tree
Showing 86 changed files with 2,258 additions and 1,153 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
^pkgdown$
^_pkgdown\.yml$
vignettes/tidyvpc_whats_new\.Rmd
vignettes/tidyvpc_RsNLME\.Rmd
^\.github$
2 changes: 1 addition & 1 deletion R/vpcstats.R
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ bin_by_classInt <- function(style, nbins=NULL) {
if (!has_classInt) {
stop("Package 'classInt' is required to use the binning method. Please install it.")
} else {
if (style == "box" && paste0(packageVersion("classInt")) < "0.4.8") {
if (style == "box" && packageVersion("classInt") < "0.4.8") {
stop("'classInt >= 0.4-8' is required to use the 'box' binning method. Please update.")
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# tidyvpc <a href='https://github.com/certara/tidyvpc/'><img src='https://github.com/certara/tidyvpc/blob/master/inst/img/logo_tidyvpc.png?raw=true' align="right" style = "float:right; height: 150px;" height="200" /></a>

[![](https://img.shields.io/badge/devel%20version-1.4.0-green.svg)](https://github.com/certara/tidyvpc)
[![](https://img.shields.io/badge/devel%20version-1.5.0-green.svg)](https://github.com/certara/tidyvpc)
[![](https://www.r-pkg.org/badges/version/tidyvpc?color=green)](https://cran.r-project.org/package=tidyvpc)
[![](http://cranlogs.r-pkg.org/badges/grand-total/tidyvpc?color=blue)](https://cran.r-project.org/package=tidyvpc)
[![](http://cranlogs.r-pkg.org/badges/last-month/tidyvpc?color=grey)](https://cran.r-project.org/package=tidyvpc)
Expand Down
4 changes: 4 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ navbar:
href: articles/tidyvpc_cont.html
- text: Categorical VPC
href: articles/tidyvpc_cat.html
- text: Using tidyvpc with RsNLME
href: articles/tidyvpc_RsNLME.html
- text: Using tidyvpc with nlmixr2
href: articles/tidyvpc_nlmixr2.html
CertaraR:
text: Certara.R
href: https://certara.github.io/R-Certara/index.html
10 changes: 8 additions & 2 deletions docs/404.html

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

10 changes: 8 additions & 2 deletions docs/LICENSE-text.html

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

10 changes: 8 additions & 2 deletions docs/LICENSE.html

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

14 changes: 12 additions & 2 deletions docs/articles/index.html

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

Loading

0 comments on commit 4644e28

Please sign in to comment.