R Packages
Methods and software from the Smith Group and others for NMR data analysis and related workflows
-
fitnmr multidimensional NMR spectrum analysis
-
deeppicker interface for ANN-based NMR peak picker
-
sparseLM interface for Levenberg-Marquardt with sparse Jacobian
Install latest GitHub versions from R-universe
R
Install for standard R with:
install.packages("fitnmr", repos = c("https://smith-group.r-universe.dev", "https://cloud.r-project.org"))
install.packages("deeppicker", repos = c("https://smith-group.r-universe.dev", "https://cloud.r-project.org"))
install.packages("sparseLM", repos = c("https://smith-group.r-universe.dev", "https://cloud.r-project.org"))
webR
Install webR binaries with:
webr::install("fitnmr", repos = c("https://smith-group.r-universe.dev", "https://repo.r-wasm.org"))
webr::install("deeppicker", repos = c("https://smith-group.r-universe.dev", "https://repo.r-wasm.org"))
webr::install("sparseLM", repos = c("https://smith-group.r-universe.dev", "https://repo.r-wasm.org"))