Fusion aim at providing a structure to data produce for metabolic profiling or phenotyping using nuclear magnetic resonance and mass spectrometry.
You will need to manually install two dependencies:
remotes::install_url("https://anpc.mylims.org/gitea/jul/rldx/archive/main.tar.gz")
remotes::install_github("phenological/nmr-parser@0.1.9")
You can install the released version of fusion from github:
devtools::install_github("jwist/fusion")
ANPC members can perform some environment configuration by running the startup script provided here. Before, it is important to know the path of the institutional OneDrive Folder and to check that the datasets folder exists and is in sync.
It is also important to be able to locate the .Rprofile that allows users to perform task during R startup and the .Renviron file that allows to define variable to be used while starting R. Both files are usually located into the home directory of the user that runs the R instance.
homePath <- Sys.getenv("HOME") # locate your home directory
file.path(homePath, ".Rprofile") # typical location of .Rprofile
file.path(homePath, ".Renviron") # typical location of .Renviron
fusion::startup()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.