Hi,
I am using following R version:
> version
               _
platform       i386-w64-mingw32
arch           i386
os             mingw32
system         i386, mingw32
status
major          3
minor          0.1
year           2013
month          05
day            16
svn rev        62743
language       R
version.string R version 3.0.1 (2013-05-16)
nickname       Good Sport
>

I was able to build the source of a package without any errors or warnings.  
However, when I try to install the package, I get the following error messages. 
 Can someone point me to what I am doing wrong?

Thanks in advance,
Ravi

> install.packages("H:/Documents/computations/BB_2014.01-1.tar.gz", repos=NULL, 
> type="source")
Installing package into 
'\\homer.win.ad.jhu.edu/users$/rvaradh1/Documents/R/win-library/3.0'
(as 'lib' is unspecified)
'\\homer.win.ad.jhu.edu\users$\rvaradh1\Documents'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported.  Defaulting to Windows directory.
* installing *source* package 'BB' ...
** R
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
*** arch - i386
Warning in library(pkg_name, lib.loc = lib, character.only = TRUE, 
logical.return = TRUE) :
  there is no package called 'BB'
Error: loading failed
Execution halted
*** arch - x64
Warning in library(pkg_name, lib.loc = lib, character.only = TRUE, 
logical.return = TRUE) :
  there is no package called 'BB'
Error: loading failed
Execution halted
ERROR: loading failed for 'i386', 'x64'
* removing 
'\\homer.win.ad.jhu.edu/users$/rvaradh1/Documents/R/win-library/3.0/BB'
* restoring previous 
'\\homer.win.ad.jhu.edu/users$/rvaradh1/Documents/R/win-library/3.0/BB'
Warning messages:
1: running command '"C:/PROGRA~1/R/R-30~1.1/bin/i386/R" CMD INSTALL -l 
"\\homer.win.ad.jhu.edu\users$\rvaradh1\Documents\R\win-library\3.0" 
"H:/Documents/computations/BB_2014.01-1.tar.gz"' had status 1
2: In install.packages("H:/Documents/computations/BB_2014.01-1.tar.gz",  :
  installation of package 'H:/Documents/computations/BB_2014.01-1.tar.gz' had 
non-zero exit status
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to