[Sciviews-commits] r281 - in pkg/tcltk2: . man/windows
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Aug 16 18:16:17 CEST 2010
Author: phgrosjean
Date: 2010-08-16 18:16:17 +0200 (Mon, 16 Aug 2010)
New Revision: 281
Modified:
pkg/tcltk2/NEWS
pkg/tcltk2/man/windows/tk2reg.Rd
Log:
Bug correction in documentation of ?tk2reg
Modified: pkg/tcltk2/NEWS
===================================================================
--- pkg/tcltk2/NEWS 2010-05-17 15:16:37 UTC (rev 280)
+++ pkg/tcltk2/NEWS 2010-08-16 16:16:17 UTC (rev 281)
@@ -4,6 +4,8 @@
* New /win/src/Makevars to make it compatible with the double compilation for
Windows 32bit and 64bit. Thanks Prof. Brian Ripley.
+
+* Correction of the example in ?tk2reg. Thanks Tony Plate.
== Version 1.1-2
Modified: pkg/tcltk2/man/windows/tk2reg.Rd
===================================================================
--- pkg/tcltk2/man/windows/tk2reg.Rd 2010-05-17 15:16:37 UTC (rev 280)
+++ pkg/tcltk2/man/windows/tk2reg.Rd 2010-08-16 16:16:17 UTC (rev 281)
@@ -79,8 +79,8 @@
## Examples of tk2reg - registry manipulation under Windows
# Rem: HKEY_LOCAL_MACHINE, HKEY_USERS, HKEY_CLASSES_ROOT, HKEY_CURRENT_USER,
# HKEY_CURRENT_CONFIG, HKEY_PERFORMANCE_DATA, HKEY_DYN_DATA
-Rkey <- "HKEY_LOCAL_MACHINE\\\\Software\\\\R-core\\\\R" # The R key
-Rkey <- paste(RKkey, "\\\\", R.version$major, ".", R.version$minor, sep = "")
+Rkey <- "HKEY_CURRENT_USER\\\\Software\\\\R-core\\\\R" # The R key
+Rkey <- paste(Rkey, "\\\\", R.version$major, ".", R.version$minor, sep = "")
Rsubkey <- paste(Rkey, "subkey", sep = "\\\\") # A subkey
# Get all subkeys for Software in the local machine
More information about the Sciviews-commits
mailing list