Skip to content

Commit

Permalink
Rbuildignore update
Browse files Browse the repository at this point in the history
Ensuring that simple_ANCOVA and jamovi functions are masked from build
  • Loading branch information
arcaldwell49 committed Jan 11, 2020
1 parent 22f64dd commit 5d913cf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 132 deletions.
Binary file modified .RData
Binary file not shown.
11 changes: 8 additions & 3 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
^.*\.jmo$
^Validaion$
^NEWS\.Rmd$
^jmvpower\.b\.R$
^jmvpower\.h\.R$
^simple_ANCOVA\\.R$
^jmvpower$
^ANCOVA$
^R/data_generation\.R$
^R/jmvpower\.b\.R$
^R/jmvpower\.h\.R$
^simple_ANCOVA\.R$
^R/simple_ANCOVA\.R$
^tests/testthat/test-simple_ANCOVA\.R$
5 changes: 0 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ export(ANOVA_design)
export(ANOVA_exact)
export(ANOVA_power)
export(Superpower_options)
export(jmvpower)
export(mu_from_ES)
export(plot_power)
export(power_oneway_between)
export(power_oneway_within)
export(power_threeway_between)
export(power_twoway_between)
export(simple_ANCOVA)
import(emmeans)
import(ggplot2)
importFrom(MASS,mvrnorm)
Expand All @@ -22,11 +20,8 @@ importFrom(dplyr,select)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,pairs)
importFrom(magrittr,'%>%')
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(stats,as.formula)
importFrom(stats,confint)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,pf)
Expand Down
2 changes: 1 addition & 1 deletion R/ANOVA_design.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ANOVA_design <- function(design, n, mu, sd, r = 0,

#Ensure proper n input
if (length(n) != 1 ) {
warning("Warning: Unequal n designs can only be passed to ANOVA_power")
#warning("Warning: Unequal n designs can only be passed to ANOVA_power")
n_vec <- n # store vector n as n - this is because the code below uses n as a single number, so quick fix for legacy reasons
n <- max(n) # now set n to max n for ANOVA_design function
}
Expand Down
67 changes: 0 additions & 67 deletions man/jmvpower.Rd

This file was deleted.

56 changes: 0 additions & 56 deletions man/simple_ANCOVA.Rd

This file was deleted.

0 comments on commit 5d913cf

Please sign in to comment.