Skip to content

Commit 9371eba

Browse files
committed
Version bump to 3.4.0
1 parent 3827af7 commit 9371eba

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: biodosetools
22
Title: Shiny App To Be Used By Biological Dosimetry Laboratories
3-
Version: 3.3.1.9000
3+
Version: 3.4.0
44
Authors@R:
55
person(given = "Alfredo",
66
family = "Hernández",
@@ -18,7 +18,7 @@ Depends:
1818
R (>= 3.5.0)
1919
Imports:
2020
bsplus,
21-
dplyr,
21+
dplyr (>= 1.0.0),
2222
ggplot2,
2323
magrittr,
2424
MASS,

NEWS.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# biodosetools 3.4.0 (2020-10-11)
2+
3+
* Removed all non-ASCII characters.
4+
* Major rehaul of reports.
5+
* Added "Report bug" button on home screen and cleaned up `dashboard_*()` code.
6+
* Removed dependencies on {stringr} package.
7+
* Initial `utils::citation()` support via CITATION file.
8+
* Minimal version of R bumped to 3.5.0.
9+
* Minimal version of {dplyr} bumped to 1.0.0.
10+
11+
## Bug fixes
12+
13+
* Replaced `C`, `α`, `β` variables (and derivatives) by `coeff_C`, `coeff_alpha`, `coeff_beta`.
14+
* Fixed error in genome_fraction parsing for translocations in `estimate_partial_dolphin()`.
15+
* Fixed count/case data standard error column names replacements.
16+
* Fixed minipage issue when using more than 12 columns in {knitr} tables with column name replacements, by using `format = "latex", escape = FALSE` parameters in `kable()` call.
17+
* Supress YAML warning when using `!expr` in PDF reports. See https://github.com/rstudio/rstudio/issues/7545.
18+
19+
## New functions
20+
21+
* `fix_coeff_names()`, to fix coefficient names in reports.
22+
* `fix_count_data_names()`, to fix count/case data column names in PDF reports.
23+
* `to_title()`, to replace `stringr::str_to_title()` using base R.
24+
25+
## Reports improvements
26+
27+
* New PDF reports, which are now the default output format.
28+
* Improved HTML reports styling.
29+
* Added explicit M-FISH usage in translocation reports.
30+
* Added assay name in report titles.
31+
132
# biodosetools 3.3.1 (2020-10-07)
233

334
## Bug fixes
@@ -58,7 +89,7 @@ All calculations functions previously provided in `inst/app/calcs` have been mad
5889

5990
# biodosetools 3.1.0 (2019-10-26)
6091

61-
Unofficial release (didn't change version on `DESCRIPTION` file). This includes some of the changes I discussed with David in Stockholm.
92+
Unofficial release (wasn't changed on `DESCRIPTION` file). This includes some of the changes discussed with David in Stockholm (ERPW19).
6293

6394
## New features
6495

0 commit comments

Comments
 (0)