Displaying 3 results from an estimated 3 matches for "r_library_dir".
Did you mean:
  library_dir
  
2010 Jul 24
1
R CMD check - "there is no package called"
...ion)
...
I'm using R 2.11.1 under Ubuntu 10.04. Perhaps the problem is related to the 
packages being installed in my home directory. I've create an ~/.Renviron file 
with 
R_LIBS_USER="/home/john/lib/R/library"
I've also tried creating an environment variable "export 
R_LIBRARY_DIR=/home/john/lib/R/library/" before running R CMD check. That made 
no difference. Can anyone point me in the right direction? Do I have to install 
packages in R_HOME?
      
	[[alternative HTML version deleted]]
2004 Jun 09
0
gregmisc 1.11.2 including read.xls()
...isc.html for
both Unix and Windows systems.
The most notable enhancement provided by this release is:
- read.xls(), a function to read Microsoft Excel files by
  translating them to csv files via the xls2csv.pl script has
  been added.  I've also provided Unix and MS-Windows scripts 
  in <R_LIBRARY_DIR>/gregmisc/bin which allow you to call 
  xls2csv directly.  The code uses perl libraries which are
  included in the package, so perl must be in the execution path.
Other enhancements include:
- Improvements to CrossTable() by Marc Schwartz <MSchwartz at MedAnalytics.com>
- Improvements...
2004 Jun 09
0
gregmisc 1.11.2 including read.xls()
...isc.html for
both Unix and Windows systems.
The most notable enhancement provided by this release is:
- read.xls(), a function to read Microsoft Excel files by
  translating them to csv files via the xls2csv.pl script has
  been added.  I've also provided Unix and MS-Windows scripts 
  in <R_LIBRARY_DIR>/gregmisc/bin which allow you to call 
  xls2csv directly.  The code uses perl libraries which are
  included in the package, so perl must be in the execution path.
Other enhancements include:
- Improvements to CrossTable() by Marc Schwartz <MSchwartz at MedAnalytics.com>
- Improvements...