Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaimemosg committed May 27, 2023
1 parent fcbc184 commit 24ba492
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: EstimationTools
Type: Package
Title: Maximum Likelihood Estimation for Probability Functions from Data Sets
Version: 4.2.0.9000
Version: 4.3.0
Authors@R: c(
person("Jaime", "Mosquera", email = "jmosquerag@unal.edu.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1684-4756")),
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
@@ -1,4 +1,6 @@
# EstimationTools (development version)
# EstimationTools 4.3.0
- Fix log-likelihood in `maxlogLreg()`.
- Enable further input arguments for legend in plots of residuals.

# EstimationTools 4.2.0
- Implement plots of residuals (diagnostic plots).
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -33,16 +33,16 @@ maximum likelihood estimation of probability density/mass functions in

## Installation

You can install the latest version (4.1.1.9000) of `EstimationTools`
typing the following command lines in `R` console:
You can install the latest version (4.3.0) of `EstimationTools` typing
the following command lines in `R` console:

``` r
if (!require('devtools')) install.packages('devtools')
devtools::install_github('Jaimemosg/EstimationTools', force = TRUE)
library(EstimationTools)
```

<!-- 4.1.1 -->
<!-- 4.3.0 -->

Or you can install the released version (4.0.0) from
[CRAN](https://cran.r-project.org/package=EstimationTools) if you
Expand Down

0 comments on commit 24ba492

Please sign in to comment.