Skip to content

Commit

Permalink
CRAN 2021-09-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Duc Tran committed Nov 24, 2021
1 parent 060fdba commit a2962f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: bigsimr
Title: Fast Generation of High-Dimensional Random Vectors
Version: 0.11.1
Version: 0.11.2
Authors@R:
c(person(given = "Alex",
family = "Knudson",
Expand Down
2 changes: 1 addition & 1 deletion R/bigsimr.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @return Return the imported wrapper of Bigsimr.jl Julia package
#' @examples
#' ## bigsimr_setup() is time-consuming and requires Julia+Bigsimr.jl
#' if (Sys.which('julia')!=''){
#' \dontrun{
#' library(bigsimr)
#' bs <- bigsimr::bigsimr_setup()
#' dist <- bigsimr::distributions_setup()
Expand Down
2 changes: 1 addition & 1 deletion R/distributions.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' @return Return the imported wrapper of Distributions.jl Julia package
#' @examples
#' ## distributions_setup() is time-consuming and requires Julia+Distributions.jl
#' if (Sys.which('julia')!=''){
#' \dontrun{
#' library(bigsimr)
#' bs <- bigsimr::bigsimr_setup()
#' dist <- bigsimr::distributions_setup()
Expand Down
2 changes: 1 addition & 1 deletion man/bigsimr_setup.Rd

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

2 changes: 1 addition & 1 deletion man/distributions_setup.Rd

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

0 comments on commit a2962f9

Please sign in to comment.