Download Latest Version BEMoDA_v1.tar.gz (39.2 kB)
Email in envelope

Get an email when there's a new version of BEMoDA

Home / BEMoDA_v1
Name Modified Size InfoDownloads / Week
Parent folder
std2.csv 2018-04-03 940 Bytes
std3.csv 2018-04-03 936 Bytes
run_BEMoDA_Dep.sh 2018-04-03 56 Bytes
run_BEMoDA_Dep_Win.bat 2018-04-03 844 Bytes
run_BEMoDA_InDep.sh 2018-04-03 58 Bytes
run_BEMoDA_InDep_Win.bat 2018-04-03 846 Bytes
std1.csv 2018-04-03 375 Bytes
gpl-3.0-standalone.html 2018-04-03 34.1 kB
license_GNU_GPL_3_0.txt 2018-04-03 33.1 kB
m_ref.csv 2018-04-03 375 Bytes
m_test.csv 2018-04-03 382 Bytes
README.TXT 2018-04-03 2.1 kB
BEMoDA_auxiliary_functions.R 2018-04-03 4.9 kB
BEMoDA_Dep.R 2018-04-03 38.9 kB
BEMoDA_InDep.R 2018-04-03 5.2 kB
Totals: 15 Items   123.1 kB 0
/**
*
* BEMoDA v1.0 - BiowaivEr aid for Model Dependent-Independent Approach script for in-vitro dissolution profile comparison
Copyright (C) 2017 Jakub Szlęk, Aleksander Mendyk

Authors: 
Jakub Szlęk, Aleksander Mendyk

Affiliation: 
Jagiellonian University Medical College,
Faculty of Pharmacy,
Department of Pharmaceucial Technology and Biopharmaceutics,
Medyczna 9 st.,
30-688 Kraków
Poland

Bugs, issues, please e-mail to maintainer
Jakub Szlęk: j.szlek@uj.edu.pl

Copyright (C) 2017 Jakub Szlęk, Aleksander Mendyk

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General 
Public License as published by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program.
If not, see <http://www.gnu.org/licenses/>.

========================
REQUIREMENTS
========================
1) R environment version >= 3.3.0 (for download check https://cran.r-project.org/)
2) Additional R packages: dplyr, optimx, ggplot2, nloptr, GenSA, MASS

Note: Please ensure that nlopt libraries (https://nlopt.readthedocs.io/en/latest/) are installed on your system.
If you encounter troubles installing nlopt please read the StackOverflow question https://stackoverflow.com/questions/29716857/installing-nloptr-on-linux

========================
INSTALLATION AND RUNNING
========================

1) Download the tar.gz archive from the https://sourceforge.net/projects/bemoda/
2) Unpack downloaded package (on linux-like systems use tar xzvf BEMoDA.tar.gz -C /path/to/my/BEMoDA/folder)
3) Run the konsole/terminal or cmd.exe
4) Navigate the unpacked (on linux-like systems use cd /path/to/my/BEMoDA/folder)
5) On Windows run the run_R.bat file or on linux-like systems run run_R.sh (make sure the *.bat or *.sh files are executable)
Source: README.TXT, updated 2018-04-03