-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS.Rmd
44 lines (28 loc) · 1.32 KB
/
NEWS.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
output: github_document
header-includes:
- \usepackage{amsmath}
- \usepackage{amssymb}
---
<!-- NEWS.md was auto-generated by NEWS.Rmd. Please DO NOT edit by hand!-->
## RLumCarlo `r RLumBuild::.get_pkg_version()` (`r Sys.Date()`)
* The last update to prevent the failed checks for the Solaris platform
on CRAN came with unwanted side effects. After the compiler complained about `pow(<int>,<int>)`,
we used `<double>` for all objects. Unfortunately, this led to complete wrong
simulation results we did not detect during the tests
before the submission. This issue was solved.
* The package now has a central C++ header file defining functions and constants
used in the other files. This change has no user-visible effect.
# RLumCarlo 0.1.5 (2020-06-12)
* Fix problem on CRAN Solaris
# RLumCarlo 0.1.4 (2020-06-12)
* Fix CRAN requests
## RLumCarlo 0.1.3 (2020-06-05) (never published on CRAN)
* CRAN request correction: Misspelled word in `DESCRIPTION` corrected
## RLumCarlo 0.1.2 (2020-06-03) (never published on CRAN)
* CRAN request corrections, the package URL in the `README.md` became a little bit more canonical
using capital letters for `CRAN` and `R`.
## RLumCarlo 0.1.1 (2020-06-03) (never published on CRAN)
* CRAN request corrections
## RLumCarlo 0.1.0 (2020-05-27) (never published on CRAN)
* Initial version