You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These parameters if non-default were not getting passed on to
export_browser_data correctly. Also added some more in documentation on
using the "base" dfr-browser metadata/bib classes, with
metadata_header=T. It's fiddly and badly done but I guess it works. Also
tweaked the browser_export test to expect the edited informational
message (no longer a warning) when export_browser_data gets a
metadata(m) that doesn't look like DfR metadata.
#' \href{http://agoldst.github.io/dfr-browser}{dfr-browser}, then (optionally)
600
611
#' open a web browser. It is also possible to browse a list of models.
601
612
#'
602
-
#' If \code{browse=T}, the function attempts to start a local webserver and open a web browser pointing to the appropriate URL. This functionality requires the \code{servr} package.
613
+
#' If \code{browse=T}, the function attempts to start a local webserver and
614
+
#' open a web browser pointing to the appropriate URL. This functionality
615
+
#' requires the \code{servr} package.
603
616
#'
604
617
#' For more control over the export, including the option to export data files
605
618
#' only, if for example you have modified the HTML/CSS/JS of an existing
606
-
#' dfr-browser, use \code{\link{export_browser_data}}.
619
+
#' dfr-browser, use \code{\link{export_browser_data}} (q.v.).
0 commit comments