[Soiltexture-commits] r66 - pkg/soiltexture/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Nov 21 18:08:54 CET 2011
Author: jmoeys
Date: 2011-11-21 18:08:54 +0100 (Mon, 21 Nov 2011)
New Revision: 66
Modified:
pkg/soiltexture/R/onAttach.R
Log:
Removed the polish triangle with special character under Linux
Modified: pkg/soiltexture/R/onAttach.R
===================================================================
--- pkg/soiltexture/R/onAttach.R 2011-11-17 12:36:05 UTC (rev 65)
+++ pkg/soiltexture/R/onAttach.R 2011-11-21 17:08:54 UTC (rev 66)
@@ -6,7 +6,7 @@
#
# Setup the polish triangle and language setting
## if( !(tolower(Sys.info()["sysname"]) %in% c("mac","darwin")) )
- if( tolower(Sys.info()["sysname"]) %in% c("linux","windows") )
+ if( tolower(Sys.info()["sysname"]) %in% c("windows") ) # "linux",
{ #
source( system.file( "polish_triangle.r", package = pkgname ), encoding = "UTF-8" )
source( system.file( "polish_language.r", package = pkgname ), encoding = "UTF-8" )
More information about the Soiltexture-commits
mailing list