

In future R sessions, you can just call load('bivpois.RData'). RData file to a file called bivpois.RData in your current RData file to be available in the current working directory, to be loaded in the future, you could use the following instead: download.file('',įile.copy(file.path(tempdir(), '.RData'), 'bivpois.RData') RData from R as follows: download.file('',
#INSTALLATION OF PACKAGE NONZERO EXIT STATUS INSTALL#
This does not install the functions as part of a package rather, it loads the functions into your global environment, making them temporarily available. RData file they provide and load that into the workspace with load('.RData'). You can extract the archive manually and then load the functions therein with, e.g., source(''), or you can download the. The non-zero exit status simply indicates that there was an error during the installation of the "package". zip file provided by the authors is not a valid R package, and they do state that the source is for "direct use" in R (by which I assume they mean it's necessary to load the included functions manually). I tried to install that locally and the path is the correct one.Īny suggestion to install that package in UNIX?

You can find the package here and the file 14_bivpois-Rcode.zip is the source. Why Do I get that error and what does it mean: The R version is the 3.0.2 () - "Frisbee Sailing" and the OS is Linux Mint (UNIX). Installation of package ‘/home/p/Research/14_bivpois-Rcode.zip’ had non-zero exit status In install.packages("/home/p/Research/14_bivpois-Rcode.zip", repos = NULL, : By installing the package in R using the following command: install.packages('FILE_PATH', repos=NULL, type = "source")
