Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
shell: Rscript {0}

# install julia
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
# add julia to renviron
- name: Create and populate .Renviron file
run: echo JULIA_BINDIR= "${{ env.juliaLocation }}" >> ~/.Renviron
Expand Down
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version: 0.14.0
Date: 2023-07-09 19:55:48 UTC
Version: 0.14.2
Date: 2023-07-09 20:03:37 UTC
SHA:
431829b4d99cd13f0652e71483b3ce8e87cb5b58
ecc6d5bda291c1b8af3348f757e4bef98f52dffb
16 changes: 7 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Package: fwildclusterboot
Title: Fast Wild Cluster Bootstrap Inference for Linear Models
Version: 0.14.3
Version: 0.15.0
Authors@R: c(
person("Alexander", "Fischer", , "[email protected]", role = c("aut", "cre")),
person("David", "Roodman", role = "aut"),
person("Megha", "Joshi",
role = "rev",
comment = "Megha reviewed the package (v. 0.13) for ropensci
person("Megha", "Joshi",
role = "rev",
comment = "Megha reviewed the package (v. 0.13) for ropensci
, see <https://github.com/ropensci/software-review/issues/546>"
),
person("Eunseop", "Kim",
role = "rev",
comment = "Eunseop reviewed the package (v. 0.13) for ropensci
role = "rev",
comment = "Eunseop reviewed the package (v. 0.13) for ropensci
, see <https://github.com/ropensci/software-review/issues/546>"
),
person("Achim", "Zeileis", role = "ctb",
Expand Down Expand Up @@ -50,11 +50,9 @@ Imports:
dreamerr,
Formula,
generics,
gtools,
JuliaConnectoR,
Matrix,
Rcpp,
rlang,
summclust
Suggests:
bench,
Expand All @@ -73,7 +71,7 @@ Suggests:
rmarkdown,
sandwich,
testthat (>= 3.0.0),
tibble,
tibble,
MASS
LinkingTo:
Rcpp,
Expand Down
4 changes: 0 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ importFrom(dreamerr,validate_dots)
importFrom(dreamerr,warn_up)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(gtools,permutations)
importFrom(parallel,detectCores)
importFrom(rlang,abort)
importFrom(rlang,inform)
importFrom(rlang,warn)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,coef)
Expand Down
246 changes: 140 additions & 106 deletions NEWS.md

Large diffs are not rendered by default.

Loading