mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
moved to new release.
This commit is contained in:
parent
8935b0b2a4
commit
01b48dccb5
2 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
Package: FreesearchR
|
Package: FreesearchR
|
||||||
Title: Easy data analysis for clinicians
|
Title: Easy data analysis for clinicians
|
||||||
Version: 26.3.2
|
Version: 26.3.3
|
||||||
Authors@R: c(
|
Authors@R: c(
|
||||||
person("Andreas Gammelgaard", "Damsbo",email="agdamsbo@clin.au.dk", role = c("aut", "cre"),
|
person("Andreas Gammelgaard", "Damsbo",email="agdamsbo@clin.au.dk", role = c("aut", "cre"),
|
||||||
comment = c(ORCID = "0000-0002-7559-1154")),
|
comment = c(ORCID = "0000-0002-7559-1154")),
|
||||||
|
|
|
||||||
6
NEWS.md
6
NEWS.md
|
|
@ -1,3 +1,7 @@
|
||||||
|
# FreesearchR 26.3.3
|
||||||
|
|
||||||
|
*NEW* option to pass global settings when running as docker or launching from R. Support for INCLUDE_GLOBALENV, DATA_LIMIT_DEFAULT, DATA_LIMIT_UPPER and DATA_LIMIT_LOWER. Docs are missing...
|
||||||
|
|
||||||
# FreesearchR 26.3.2
|
# FreesearchR 26.3.2
|
||||||
|
|
||||||
*FIX* Updating factor levels always created new factor.
|
*FIX* Updating factor levels always created new factor.
|
||||||
|
|
@ -6,8 +10,6 @@
|
||||||
|
|
||||||
*NEW* New with_labels() function (and helpers) added to allow easy preservation of labels.
|
*NEW* New with_labels() function (and helpers) added to allow easy preservation of labels.
|
||||||
|
|
||||||
*NEW* option to pass global settings when running as docker or launching from R. Support for INCLUDE_GLOBALENV, DATA_LIMIT_DEFAULT, DATA_LIMIT_UPPER and DATA_LIMIT_LOWER. Docs will follow.
|
|
||||||
|
|
||||||
# FreesearchR 26.3.1
|
# FreesearchR 26.3.1
|
||||||
|
|
||||||
*FIX* ~~Include font files for static loading without dependency on Google.~~ Kept webfonts from google as local fonts are not working for now.
|
*FIX* ~~Include font files for static loading without dependency on Google.~~ Kept webfonts from google as local fonts are not working for now.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue