View source: R/is_beast2_ns_pkg_installed.R
| is_beast2_ns_pkg_installed | R Documentation | 
Determine if the BEAST2 NS package is installed.
is_beast2_ns_pkg_installed(
  show_warnings = FALSE,
  verbose = FALSE,
  beast2_folder = beastier::get_default_beast2_folder()
)
| show_warnings | set to TRUE to show warnings | 
| verbose | set to TRUE for extra output, as can be used in debugging | 
| beast2_folder | the folder where the BEAST2 is installed. Note that this is not the folder where the BEAST2 executable is installed: the BEAST2 executable is in a subfolder. Use get_default_beast2_folder to get the default BEAST2 folder. Use get_default_beast2_bin_path to get the full path to the default BEAST2 executable. Use get_default_beast2_jar_path to get the full path to the default BEAST2 jar file. | 
Unlike is_beast2_pkg_installed, this function does not need an internet connection. Instead, the function calls BEAST2 to read a BEAST2 XML file that uses NS.
TRUE if the BEAST2 NS package is installed, FALSE otherwise
Richèl J.C. Bilderbeek
## Not run: 
  is_beast2_ns_pkg_installed()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.