pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/R2pkg/files



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Oct 13 13:28:45 UTC 2019

Modified Files:
        pkgsrc/pkgtools/R2pkg/files: R2pkg.R

Log Message:
pkgtools/R2pkg: fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/pkgtools/R2pkg/files/R2pkg.R

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/R2pkg/files/R2pkg.R
diff -u pkgsrc/pkgtools/R2pkg/files/R2pkg.R:1.1 pkgsrc/pkgtools/R2pkg/files/R2pkg.R:1.2
--- pkgsrc/pkgtools/R2pkg/files/R2pkg.R:1.1     Sun Oct 13 13:26:22 2019
+++ pkgsrc/pkgtools/R2pkg/files/R2pkg.R Sun Oct 13 13:28:45 2019
@@ -1,4 +1,4 @@
-# $NetBSD: R2pkg.R,v 1.1 2019/10/13 13:26:22 rillig Exp $
+# $NetBSD: R2pkg.R,v 1.2 2019/10/13 13:28:45 rillig Exp $
 #
 # Copyright (c) 2014,2015,2016,2017,2018,2019
 #      Brook Milligan.  All rights reserved.
@@ -46,7 +46,7 @@ arg.quiet_curl           <- as.logical(S
 level.message <- function(...)
   message('[ ', arg.level, ' ] ', ...)
 
-warning.message <- function(...)
+level.warning <- function(...)
   level.message('WARNING: ', ...)
 
 R_version <- function()



Home | Main Index | Thread Index | Old Index