Skip to content

Commit

Permalink
cran: increase version before submission
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Oct 26, 2023
1 parent a66bf2c commit 4d5976a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rcompendium
Type: Package
Title: Create a Package or Research Compendium Structure
Version: 1.2
Version: 1.3
Authors@R: c(
person(given = "Nicolas",
family = "Casajus",
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# rcompendium 1.3

* **Improvements**

* `get_deps_*()` better detects project dependencies
* `add_sticker()` now provide a template for compendium

* **Minor changes**

* Provide instructions for installing V8 engine

# rcompendium 1.2

* **New features**
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Others available vignettes:
Please cite this package as:

> Casajus N. (2023) rcompendium: An R package to create a package or research
compendium structure. Version 1.2, https://github.com/FRBCesab/rcompendium.
compendium structure. Version 1.3, https://github.com/FRBCesab/rcompendium.

You can also run:

Expand All @@ -140,7 +140,7 @@ citation("rcompendium")
## title = {{rcompendium}: {An} {R} package to create a package or research compendium structure},
## author = {{Casajus N.}},
## year = {2023},
## note = {R package version 1.1},
## note = {R package version 1.3},
## url = {https://github.com/FRBCesab/rcompendium},
## }
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Others available vignettes:
Please cite this package as:

> Casajus N. (2023) rcompendium: An R package to create a package or
> research compendium structure. Version 1.2,
> research compendium structure. Version 1.3,
> <https://github.com/FRBCesab/rcompendium>.
You can also run:
Expand All @@ -120,7 +120,7 @@ citation("rcompendium")
## title = {{rcompendium}: {An} {R} package to create a package or research compendium structure},
## author = {{Casajus N.}},
## year = {2023},
## note = {R package version 1.1},
## note = {R package version 1.3},
## url = {https://github.com/FRBCesab/rcompendium},
## }
```
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ bibentry(
title = "{rcompendium}: {An} {R} package to create a package or research compendium structure",
author = c(person("Casajus N.")),
year = "2023",
note = "R package version 1.2",
note = "R package version 1.3",
url = "https://github.com/FRBCesab/rcompendium"
)

0 comments on commit 4d5976a

Please sign in to comment.