File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
inst/include/ensmallen_bits Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,16 @@ about once a month.
3131
3232James Balamuta and Dirk Eddelbuettel
3333
34+ ## Citing the ` RcppEnsmallen ` package
35+
36+ To ensure future development of the package, please cite ` RcppEnsmallen ` package
37+ if used during an analysis or simulation study. Citation information for
38+ the package may be acquired by using in * R* :
39+
40+ ``` r
41+ citation(" RcppEnsmallen" )
42+ ```
43+
3444### License
3545
3646GPL (>= 2)
Original file line number Diff line number Diff line change 1515#define ENS_VERSION_MAJOR 2
1616// The minor version is two digits so regular numerical comparisons of versions
1717// work right. The first minor version of a release is always 10.
18- #define ENS_VERSION_MINOR 20
18+ #define ENS_VERSION_MINOR 21
1919#define ENS_VERSION_PATCH 0
2020// If this is a release candidate, it will be reflected in the version name
2121// (i.e. the version name will be "RC1", "RC2", etc.). Otherwise the version
2222// name will typically be a seemingly arbitrary set of words that does not
2323// contain the capitalized string "RC".
24- #define ENS_VERSION_NAME " Stripped Bolt Head "
24+ #define ENS_VERSION_NAME " Bent Antenna "
2525// Incorporate the date the version was released.
2626#define ENS_VERSION_YEAR " 2023"
27- #define ENS_VERSION_MONTH " 10 "
28- #define ENS_VERSION_DAY " 02 "
27+ #define ENS_VERSION_MONTH " 11 "
28+ #define ENS_VERSION_DAY " 23 "
2929
3030namespace ens {
3131
You can’t perform that action at this time.
0 commit comments