Skip to content

Commit

Permalink
cran comments and added Rcpp to suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
smouksassi committed Feb 6, 2020
1 parent 0c3843d commit e065e97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ Suggests:
patchwork,
bayestestR,
plotly,
scales
scales,
Rcpp
License: MIT + file LICENSE
SystemRequirements: pandoc with https support
LazyData: true
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

0 errors | 0 warnings | 0 note

* This is a minor update adding log axis option and visual tweaks to the table strips.
* This is a significant update adding a lot of new arguments of options for finer control of the plot and associated shiny app.
* some Notes from the previous builds on some platforms are false positives since these are used in the shiny app code and are required for it.

## Reverse dependencies
Expand Down
1 change: 1 addition & 0 deletions vignettes/Exposure_Response_Example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ library(tidyr)
library(mrgsolve)
library(ggridges)
library(ggstance)
library(Rcpp)
theme_set(theme_bw())
nsim <- 100 # for vignette to make it run faster otherwise increase to 1000
#utility function to simulate varying one covariate at a time keeping the rest at the reference
Expand Down

0 comments on commit e065e97

Please sign in to comment.