NEWS.md
ts
in Data > Transform now that this is again supported by dplyr 1.0.1date
function from the lubridate package in a filterts
as this is not supported by dplyr 1.0.0 and vctrs 0.3.1\r
line-endings in Report > Rmd on Windows. Issue was most likely to occur when copy-and-pasting text from PDF into Report > Rmd.patchwork
for grouping multiple plots togetherrefactor
to any type in the Data > Transform UIweighted.sd
when missing values differ for x
and weightsdebounce
to 0 for all shinyAce editorszenburn
for code highlighting in Notebook and HTML report from Report > Rmd
quantile
algorithm used in the xtile
function from number 2 to 7. See the help for stats::quantile
for detailsme
and meprop
functions to calculate the margin of error for a mean and a proportion. Functions are accessible from Data > Pivot and Data > Explore
randomizr
package to allow blocking variables when creating a training variables.nr
set to Inf
by default (i.e., show all rows). The user can change this to the number of desired rows to show (e.g., select 3 rows in a sorted table)Data > Transform > Change type
fix_names
to lower caseradiant.init.data
with shiny-serveroptions(radiant.report = TRUE)
to allow report generation in Report > Rmd and Report > R
options(radiant.shinyFiles = TRUE)
to allow server-side access to filesoptions(radiant.sf_volumes = c(Git = "/home/jovyan/git"))
ts
(e.g., Data > Transform > Change type > Time series)Rmarkdown
summarytools
due to breaking changesiterm
) and non-linear term (qterm
) creation if character strings rather than integers are passed to the functionradiant_
prefix to all attributes, except description
, to avoid conflicts with other packages (e.g., vars
in dplyr)stringi::stri_trans_general
to replace special symbols in Rmarkdown that may cause problemsrio
to load sav
, dta
, or sas7bdat
files through the read files
button in Report > Rmd and Report > R.qscatter
plot similar to the function of the same name in Stataxlim
and ylim
are set in visualize
functionshinyAce
input for the R-code log in Data > Transform
options(radiant.autosave = c(10, 180)); radiant::radiant()
to auto-save the application state to the ~/.radiant.session
folder every 10 minutes for the next 180 minutes. This can be useful if radiant is being used during an exam, for example.~/.radiant.session/r_some_id.state.rda
. The files should be automatically loaded when needed but can also be loaded as a regular radiant state file.rda
from from a URL in Data > Manage to load .rds
files insteadggplot::labs
no longer accepts a list as inputradiant.model
radiant.model
. This action now generates a pop-up in the browser interfaceregister
shiny::runApp
when starting radiant such as the port to use. For example, radiant.data::radiant.data(“https://github.com/radiant-rstats/docs/raw/gh-pages/examples/demo-dvd-rnd.state.rda”, port = 8080)pred_data = ""
format_df
when the data.frame contains missing values. This fix is relevant for several summary
functions run in Report > Rmd or Report > R
Knit report
in Report > Rmd and Report > R without an Rstudio project. Will now correctly default to the working directory used in R(studio)smooth
setting for histograms with a density plotpmin
and pmax
, pfun
et al. calculate summary statistics elementwise across multiple vectorsDesktop
as a default directory to show in the shinyFiles
file browserderegister
function to remove data in radiant from memory and the datasets
dropdown listData > Pivot
summarytools
to generate summary information for datasets in Data > Manage
radiant.data::fix_names
to files loaded into radiant to ensure valid R-object namesStore filtered data as
input to name the csv download in Data > View
Read files
in Report > Rmd and Report > R
lines
or loess
curves based on a selected color
variable for scatter plots in Data > Visualize
radiant.project_dir
when no Rstudio project is used which could cause incorrect relative paths to be usedis_double
to ensure dates are not treated as numeric variables in Data > View
Read files
button in Report > Rmd or Report > RshinyFiles
to provide convenient access to data located on a serverXQuartz
requirementdata(...)
into the current environment rather than defaulting only to the global environmentfile.rename
failed using docker on windows when saving a report. Using file.copy
insteadsf_volumes
used to set the root directories to load and save filesSys.getlocale(category = "LC_ALL")
what set to something other than “C”radiant.sf_volumes
used for the shinyFiles
file browserradiant.data::find_home()
)svg
to png
for plots in _Report > Rmd_ and _Report > R_.
svg` scatter plots with many point get to big for practical use on servers that have to transfer images to a local browsermethods
packagedesc(n)
in reports and replace by desc(n_obs)
radiant.data::explore
when variable names contain an underscorefind_gdrive
when drive is not being synceddeparse
in R 3.5Show R-code
checkbox displays the R-code used to load or save the current datasetshiny::makeReactiveBinding
. The advantage is that the code generated for Report > Rmd and Report > R will no longer have to use a list (r_data
) to store and access data. This means that code generated and used in the Radiant browser interface will be directly usable without the browser interface as wellloadr
, saver
, load_csv
, loadcsv_url
, loadrds_url
, and make_funs
functions as they are no longer neededmean_rm
, median_rm
, min_rm
, max_rm,
sd_rm,
var_rm, and sum_rm
functions as they are no longer neededload_clip
and save_clip
to load and save data to the clipboard on Windows and macOSr_data
environment. This means that the return value from ls()
will be much cleanerloadr
which add that data to the Datasets dropdownvisualize
will default to a scatter plot if xvar
and yvar
are specified but no plot type
is provided in the function callread_files
function to interactively generate R-code (or Rmarkdown code-chunks) to read files in various format (e.g., SQLite, rds, csv, xlsx, css, jpg, etc.). Supports relative paths and uses find_dropbox()
and find_gdrive()
when applicablefixMS
to replace curly quotes, em dash, etc. when using Data > Transform > Create
Create
or Spread
input$get_screen_width
DiagrammeR
based plots in Rmarkdown reportsread_files
for SQLite data namesselectizeInput
in Rstudio Viewer shiny #1916
Stop
link in the navbar. As a work-around, use Rstudio’s stop buttons instead.find_project
function based on rstudioapi
find_dropbox
and find_gdrive
functions to enhances reproducibility.Stop & Report
option in navbarggplotly
from plotly
for interactive plots in Report > Rmd
subplot
from plotly
for grids of interactive plots in Report > Rmd
res = 96
for renderPlot
and dpi = 96
for knitr::opts_chunk
fillcol
, linecol
, and pointcol
to visualize
to set plot colors when no fill
or color
variable has been selectedcoor_flip()
find_gdrive
to determine the path to a user’s local Google Drive folder if availablefixMs
for encoding in reports on Windowsseed
argument to make_train
prop
, sdprop
, etc. for working with proportionsylim
in visualize
for multiple plotscopy_attr
convenience functionrefactor
function to keep only a subset of levels in a factor and recode the remaining (and first) level to, for example, otherregister
function to add a (transformed) dataset to the dataset dropdownrename
button, without changing the name, the dataset was set to NULL (thanks @kmezhoud, https://github.com/radiant-rstats/radiant/issues/5)mutate_each
function callerror = TRUE
for rmarkdown for consistency with knitr as used in Report > Rmd