radiant.data 0.9.5.0
- Fix for
radiant.data::explore
when variable names contain an underscore
- Fix for
find_gdrive
when drive is not being synched
- Fixes in Report > Rmd and Report > R to accomodate for pandoc > 2
radiant.data 0.9.4.6
- Don’t update a reactive binding for an object if the binding already exists. See issue https://github.com/rstudio/shiny/issues/2065
- Fix to accomodate changes in
deparse
in R 3.5
- Fix for saving data in Data > Manage and generating the relevant R-code
radiant.data 0.9.3.5
minor changes
- Use
dev = "svg"
for plots in Report > Rmd and Report > R
radiant.data 0.9.3.4
minor changes
- Add argument to
dtab.data.frame
to format specified columns as a percentage
Bug fixes
- Round to the specified number of decimal places even if input if not of type integer (e.g., 2.0)
radiant.data 0.9.3.3
Major changes
- When using radiant with Rstudio Viewer or in an Rstudio Window, loading and saving data through Data > Manage generates R-code the user can add to Report > Rmd or Report > R. Clicking the
Show R-code
checkbox displays the R-code used to load or save the current dataset
- Various changes to the code to accomodate the use of
shiny::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 well
- Removed
loadr
, saver
, load_csv
, loadcsv_url
, loadrds_url
, and make_funs
functions as they are no longer needed
- Deprecated
mean_rm
, median_rm
, min_rm
, max_rm,
sd_rm,
var_rm, and sum_rm
functions as they are no longer needed
Minor changes
- Added
load_clip
and save_clip
to load and save data to the clipboard on Windows and macOS
- Improved auto completion in Report > Rmd and Report > R
- Maintain, store, and clean the settings of the interactive table in Data > View
- Address closing Rstudio Window issue (https://github.com/rstudio/shiny/issues/2033)
radiant.data 0.9.2.3
Major changes
- Report > Rmd and Report > R will now be evaluated the
r_data
environment. This means that the return value from ls()
will be much cleaner
Minor changes
- Add option to load files with extension .rdata or .tsv using
loadr
which add that data to the Datasets dropdown
visualize
will default to a scatter plot if xvar
and yvar
are specified but no plot type
is provided in the function call
- Improvements to
read_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 applicable
radiant.data 0.9.2.2
Minor changes
- Require
shinyAce
0.3.0
- Export
read_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 applicable
radiant.data 0.9.2.0
Minor changes
- Addins option to start app in Rstudio window
- Upload and download data using the Rstudio file browser. Allows using relative paths to files (e.g., data or images inside an Rstudio project)
CHANGES IN radiant.data 0.9.0.22
Bug fixes
- Fix for #43 where scatter plot was not shown for a dataset with less than 1,000 rows
- Fix for Report > Rmd and Report > R when R-code or Rmarkdown is being pulled from the Rstudio editor
Minor changes
- Updated equation example in Report > Rmd
radiant.data 0.9.0.17
Minor changes
- Use thousand separator for
summary.pivotr
and summary.explore
- Fix in code-generation for
table2data
radiant.data 0.9.0.16
Minor changes
- Changed license for help files and images for radiant.data to CC-BY-SA
radiant.data 0.9.0.15
Minor changes
- Allow all textarea inputs and multi-select inputs to be resized manually by the user
- Use 200 dpi for plots in Report > Rmd and Report > R
- Data > Vizualize now has an option to select a sample of data for scatter plots (e.g., 1K, 5K, 10K, or All)
Bug fixes
- Fix for
rounddf
to ignore dates
radiant.data 0.9.0.13
Minor changes
- Apply
fixMS
to replace curly quotes, em dash, etc. when using Data > Transform > Create
- Option to set number of decimals to show in Data > View
- Improved number formatting in interactive tables in Data > View, Data > Pivot, and Data > Explore
- Option to include an interactive view of a dataset in Report > Rmd. By default, the number of rows is set to 100 as, most likely, the user will not want to embed a large dataset in save HTML report
- Data > Transform will leave variables selected, unless switching to
Create
or Spread
- Switch focus to editor in Report > Rmd and Report > R when no other input has focus
Bug fixes
- Fix for decimals to show in interactive tables Report > Rmd and saved HTML reports
- Better error messages for
xtile
and when binning data with too many groups
- Fix for variable type warnings in Data > Pivot when filtering the table
- Fix for in equations in Report > Rmd
radiant.data 0.9.0.7
Minor changes
- Allow response variables with NA values in Model > Logistic regression and other classification models
- Support logicals in code generation from Data > View
- Track window size using
input$get_screen_width
- Focus on editor when switching to Report > Rmd or Report > R so generated code is shown immediately and the user can navigate and type in the editor without having to click first
- Add information about the first level when plotting a bar chart with a categorical variable on the Y-axis (e.g., mean(buyer {yes}))
Bug fixes
- Cleanup now also occurs when the stop button is used in Rstudio to close the app
- Fix to include
DiagrammeR
based plots in Rmarkdown reports
- Fix in
read_files
for SQLite data names
- De-activate spellcheck autocorrection in
selectizeInput
in Rstudio Viewer shiny #1916
- Fix to allow selecting and copying text output from Report > Rmd and Report > R
- Remove “fancy” quotes from filters
- Known issue: The Rstudio viewer may not always close the viewer window when trying to stop the application with the
Stop
link in the navbar. As a work-around, use Rstudio’s stop buttons instead.
radiant.data 0.9.0.0
Major changes
- If Rstudio project is used Report > Rmd and Report > R will use the project directory as base. This allows users to use relative paths and making it easier to share (reproducible) code
- Specify options in .Rprofile for upload memory limit and running Report > Rmd on server
find_project
function based on rstudioapi
- Report > Rmd Read button to generate code to load various types of data (e.g., rda, rds, xls, yaml, feather)
- Report > Rmd Read button to generate code to load various types of files in report (e.g., jpg, png, md, Rmd, R). If Radiant was started from an Rstudio project, the file paths used will be relative to the project root. Paths to files synced to local Dropbox or Google Drive folder will use the
find_dropbox
and find_gdrive
functions to enhances reproducibility.
- Report > Rmd Load Report button can be used to load Rmarkdown file in the editor. It will also extract the source code from Notebook and HTML files with embedded Rmarkdown
- Report > Rmd will read Rmd directly from Rstudio when “To Rstudio (Rmd)” is selected. This will make it possible to use Rstudio Server Pro’s Share project option for realtime collaboration in Radiant
- Long lines of code generated for Report > Rmd will be wrapped to enhance readability
- Report > R is now equivalent to Report > Rmd but in R-code format
- Report > Rmd option to view Editor, Preview, or Both
- Show Rstudio project information in navbar if available
Minor changes
- Overflow
pre
and code
blocks in HTML reports generated in Report > Rmd
- Read rdata files through Data > Manage
- Enhanced keyboard shortcuts
- Enhanced editing features in Report > Rmd and Report > R based on updates to
shinyAce
radiant.data 0.8.7.8
Minor changes
- Added preview options to Data > Manage based on https://github.com/radiant-rstats/radiant/issues/30
- Add selected dataset name as default table download name in Data > View, Data > Pivot, and Data > Explore
- Use “stack” as the default for histograms and frequency charts in Data > Visualize
- Cleanup
Stop & Report
option in navbar
- Upgraded tidyr dependency to 0.7
- Upgraded dplyr dependency to 0.7.1
Bug fixes
- Fix for large numbers in Data > Explore that could cause an integer overflow
radiant.data 0.8.6.0
Minor changes
- Export
ggplotly
from plotly
for interactive plots in Report > Rmd
- Export
subplot
from plotly
for grids of interactive plots in Report > Rmd
- Set default
res = 96
for renderPlot
and dpi = 96
for knitr::opts_chunk
- Add
fillcol
, linecol
, and pointcol
to visualize
to set plot colors when no fill
or color
variable has been selected
- Reverse legend ordering in Data > Visualize when axes are flipped using
coor_flip()
- Added functions to choose.files and choose.dir. Uses JavaScript on Mac, utils::choose.files and utils::choose.dir on Windows, and reverts to file.choose on Linux
- Added
find_gdrive
to determine the path to a user’s local Google Drive folder if available
fixMs
for encoding in reports on Windows
Bug fixes
- Chi-sqaure results were not displayed correctly in Data > Pivot
- Fix for
state_multiple
radiant.data 0.8.1.0
Minor changes
- Specify the maximum number of rows to load for a csv and csv (url) file through Data > Manage
- Support for loading and saving feather files, including specifying the maximum number of rows to load through Data > Manage
- Added author and year arguments to help modals in inst/app/radiant.R (thanks @kmezhoud)
- Added size argument for scatter plots to create bubble charts (thanks @andrewsali)
- Example and CSS formatting for tables in Report > Rmd
- Added
seed
argument to make_train
- Added
prop
, sdprop
, etc. for working with proportions
- Set
ylim
in visualize
for multiple plots
- Show progress indicator when saving reports from Report > Rmd
copy_attr
convenience function
refactor
function to keep only a subset of levels in a factor and recode the remaining (and first) level to, for example, other
register
function to add a (transformed) dataset to the dataset dropdown
- Remember name of state files loaded and suggest that name when re-saving the state
- Show dataset name in output if dataframe passed directly to analysis function
- R-notebooks are now the default option for output saved from Report > Rmd and Report > R
- Improved documentation on how to customize plots in Report > Rmd
- Keyboard short-cut to put code into Report > Rmd (ALT-enter)
Bug fixes
- When clicking the
rename
button, without changing the name, the dataset was set to NULL (thanks @kmezhoud, https://github.com/radiant-rstats/radiant/issues/5)
- Replace ext with .ext in
mutate_each
function call
- Variance estimation in Data > Explore would cause an error with unit cell-frequencies (thanks @kmezhoud, https://github.com/radiant-rstats/radiant/issues/6)
- Fix for as_integer when factor levels are characters
- Fix for integer conversion in explore
- Remove \r and special characters from strings in r_data and r_state
- Fix sorting in Report > Rmd for tables created using Data > Pivot and Data > Explore when column headers contain symbols or spaces (thanks @4kammer)
- Set
error = TRUE
for rmarkdown for consistency with knitr as used in Report > Rmd
- Correctly handle decimal indicators when loading csv files in Data > Manage
- Don’t overwrite a dataset to combine if combine generates an error when user sets the the name of the combined data to that of an already selected dataset
- When multiple variables were selected, data were not correctly summarized in Data > Transform
- Add (function) lable to bar plot when x-variable is an integer
- Maintain order of variables in Data > Visualize when using “color”, “fill”, “comby”, or “combx”
- Avoid warning when switching datasets in Data > Transform and variables being summarized do not exists in the new dataset
- which.pmax produced a list but needed to be integer
- To customized predictions in radiant.model indexr must be able to customize the prediction dataframe
- describe now correctly resets the working directory on exit
- removed all calls to summarise_each and mutate_each from dplyr
Deprecated
- varp_rm has been deprecated in favor of varpop
- sdp_rm has been deprecated in favor of sdpop
- mutate_each has been deprecated in favor of mutate_at, mutate_all, and radiant.data::mutate_ext