I'm using Amelia package to imput my dataset, when I'm using R console I can run my R script without any issue and I get the result, but when I try to execute it trough command line (in mac) it does not work properly. Here is what happens:
username$ Rscript RScript.r
Loading required package: foreign
##
## Amelia II: Multiple Imputation
## (Version 1.6.4, built: 2012-12-17)
## Copyright (C) 2005-2016 James Honaker, Gary King and Matthew Blackwell
## Refer to http://gking.harvard.edu/amelia/ for more information
##
and then it halts whithout proceeding further. I'm new to R and I just want to run the R script that I have from my python code in order to impute my dataset that's why I need this to be run using command line.