Skip to content

Commit

Permalink
corrected strange chars
Browse files Browse the repository at this point in the history
  • Loading branch information
spedygiorgio committed Aug 27, 2023
1 parent 4eb1ec1 commit a7a36fd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: markovchain
Type: Package
Title: Easy Handling Discrete Time Markov Chains
Version: 0.9.3
Version: 0.9.4
Authors@R: c(
person("Giorgio Alfredo", "Spedicato", role = c("aut", "cre"),
email = "spedicato_giorgio@yahoo.it",comment = c(ORCID = "0000-0002-0315-8888")),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ editor_options:
title: News
---

# News for version 0.9.4

- Corrected strange characters


# News for version 0.9.3

- Generalized application of requireNamespace(..., quietly = TRUE)
Expand Down
9 changes: 0 additions & 9 deletions R/markovchain.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@
#' addition it provide functions to perform statistical (fitting and drawing
#' random variates) and probabilistic (analysis of DTMC proprieties) analysis
#'
#' @details
#' \tabular{ll}{
#' Package: \tab markovchain\cr
#' Type: \tab Package\cr
#' Version: \tab 0.8.2\cr
#' Date: \tab 2020-01-5\cr
#' License: \tab GPL-2\cr
#' Depends: \tab R (>= 4.0.0), methods, expm, igraph, Matrix\cr
#' }
#' @author
#' Giorgio Alfredo Spedicato
#' Maintainer: Giorgio Alfredo Spedicato <spedicato_giorgio@yahoo.it>
Expand Down
2 changes: 1 addition & 1 deletion vignettes/an_introduction_to_markovchain_package.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ preamble: >
\usepackage{amsfonts}
abstract: |
The \pkg{markovchain} package aims to fill a gap within the \proglang{R} framework providing S4 classes and methods for easily handling discrete time Markov chains, homogeneous and simple inhomogeneous ones as well as continuous time Markov chains. The S4 classes for handling and analysing discrete and continuous time Markov chains are presented, as well as functions and method for performing probabilistic and statistical analysis. Finally, some examples in which the package's functions are applied to Economics, Finance and Natural Sciences topics are shown.
output: if (rmarkdown::pandoc_version() < 2.2) function(...) { rmarkdown::pdf_document(template = "./template.tex", ...) } else function(...) { bookdown::pdf_book(base_format = rticles::jss_article, ...) }
output: if (rmarkdown::pandoc_version() < "2.2") function(...) { rmarkdown::pdf_document(template = "./template.tex", ...) } else function(...) { bookdown::pdf_book(base_format = rticles::jss_article, ...) }
vignette: >
%\VignetteIndexEntry{An introduction to markovchain package}
%\VignetteEngine{knitr::rmarkdown}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/higher_order_markov_chains.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ preamble: >
\setkeys{Gin}{width=0.8\textwidth}
abstract: |
The \pkg{markovchain} package contains functions to fit higher (possibly) multivariate order Markov chains. The functions are shown as well as simple exmaples
output: if (rmarkdown::pandoc_version() < 2.2) function(...) { rmarkdown::pdf_document(template = "./template.tex", ...) } else function(...) { bookdown::pdf_book(base_format = rticles::jss_article, ...) }
output: if (rmarkdown::pandoc_version() < "2.2") function(...) { rmarkdown::pdf_document(template = "./template.tex", ...) } else function(...) { bookdown::pdf_book(base_format = rticles::jss_article, ...) }
vignette: >
%\VignetteIndexEntry{Higher order markov chains}
%\VignetteEngine{knitr::rmarkdown}
Expand Down

0 comments on commit a7a36fd

Please sign in to comment.