r - Executing Rexec using python -


i use following code execute rexec:

os.system('"c:\\folder\\test.rexec"') 

it opens file error due loading of package, if run rexec myself runs without errors because, in fact, have package installed.

any appreciated.

i found out wrong, basically, had 2 different folders containing r libraries , had change library path .libpaths()


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -