Skip to content

Commit

Permalink
Fix CRAN requests
Browse files Browse the repository at this point in the history
  • Loading branch information
aadler committed Nov 10, 2020
1 parent bce6712 commit 2d7e2b9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: Pade
Type: Package
Title: Padé Approximant Coefficients
Version: 1.0.2
Date: 2020-11-08
Version: 1.0.3
Date: 2020-11-10
Authors@R: c(person(given="Avraham", family="Adler",
role=c("aut", "cph", "cre"), email="Avraham.Adler@gmail.com",
comment = c(ORCID = "0000-0002-3039-0703")))
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ in increasing order.
If you use the package, please cite it as:

Avraham Adler (2015). Pade: Padé Approximant Coefficients.
R package version 1.0.2. https://CRAN.R-project.org/package=Pade
R package version 1.0.3. https://CRAN.R-project.org/package=Pade

A BibTeX entry for LaTeX users is:

Expand All @@ -79,7 +79,7 @@ A BibTeX entry for LaTeX users is:
title = {Pade: Padé Approximant Coefficients},
author = {Avraham Adler},
year = {2015},
note = {R package version 1.0.2},
note = {R package version 1.0.3},
url = {https://CRAN.R-project.org/package=Pade},
}
```
Expand All @@ -88,11 +88,11 @@ Please ensure that all contributions comply with both
[R and CRAN standards for packages](https://cran.r-project.org/doc/manuals/r-release/R-exts.html).

### Versioning
This project attempts to follow [Semantic Versioning](http://semver.org/)
This project attempts to follow [Semantic Versioning](https://semver.org/)

### Changelog
This project attempts to follow the changelog system at
[Keep a CHANGELOG](http://keepachangelog.com/)
[Keep a CHANGELOG](https://keepachangelog.com/)

### Dependencies
This project intends to have as few dependencies as possible. Please consider
Expand Down
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ citEntry(entry = "Manual",
comment = c(ORCID = "0000-0002-3039-0703")))),
year = "2015",
url = "https://CRAN.R-project.org/package=Pade",
note = "R package version 1.0.2",
note = "R package version 1.0.3",

textVersion =
paste("Avraham Adler (2015).",
"Pade: Padé Approximant Coefficients",
"R package version 1.0.2.",
"R package version 1.0.3.",
"https://CRAN.R-project.org/package=Pade")
)
8 changes: 8 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
\alias{NEWS}
\title{NEWS file for the Pade package}

\section{Changes in version 1.0.3 (2020-11-10)}{
\subsection{Fixed}{
\itemize{
\item Corrected CRAN requests
}
}
}

\section{Changes in version 1.0.2 (2020-11-08)}{
\subsection{Changed}{
\itemize{
Expand Down

0 comments on commit 2d7e2b9

Please sign in to comment.