Skip to content

Commit

Permalink
Increment version number to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pinduzera committed Feb 3, 2024
1 parent 3ac1109 commit 298e9c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Package: genlogis
Title: Generalized Logistic Distribution
Version: 1.0.1
Version: 1.0.2
Authors@R: c(person("Eduardo", "Hellas", email = "[email protected]", role = c("aut", "cre")),
person("Eduardo", "Monteiro", email = "[email protected]", role = c("aut", "ctb")))
Description: Provides basic distribution functions for a generalized logistic distribution proposed by Rathie and Swamee (2006) <https://www.rroij.com/open-access/on-new-generalized-logistic-distributions-and-applicationsbarreto-fhs-mota-jma-and-rathie-pn-.pdf>. It also has an interactive 'RStudio' plot for better guessing dynamically of initial values for ease of included optimization and simulating.
Depends: R (>= 3.2.0), ggplot2, foreach, stats
License: GPL-3
Encoding: UTF-8
LazyData: true
LazyData: false
Imports: distr,
manipulate,
doParallel,
parallel,
tcltk
SystemRequirements: RStudio - http://www.rstudio.com/products/rstudio/
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
URL: https://pinduzera.github.io/genlogis/
4 changes: 3 additions & 1 deletion R/slider_genlogis.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
#' @export
#' @import ggplot2
#' @examples
#' \donttest{
#' \dontrun{
#' ## The genlog_slider function requires an interactive RStudio session to work.
#'
#' datas <- rgenlog(1000)
#' if (manipulate::isAvailable()) {
#' genlog_slider(datas, return_var = 'parameters')
Expand Down
2 changes: 1 addition & 1 deletion man/genlog_slider.Rd

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

0 comments on commit 298e9c5

Please sign in to comment.