[Distr-commits] r1143 - in branches/distr-2.7/pkg/startupmsg: . R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jul 8 13:11:01 CEST 2018


Author: ruckdeschel
Date: 2018-07-08 13:08:51 +0200 (Sun, 08 Jul 2018)
New Revision: 1143

Modified:
   branches/distr-2.7/pkg/startupmsg/DESCRIPTION
   branches/distr-2.7/pkg/startupmsg/R/illustration.R
   branches/distr-2.7/pkg/startupmsg/man/myStartupUtilities.Rd
Log:
[branches: startupmsg]: began with major update to version 2.7

Modified: branches/distr-2.7/pkg/startupmsg/DESCRIPTION
===================================================================
--- branches/distr-2.7/pkg/startupmsg/DESCRIPTION	2018-04-13 16:25:40 UTC (rev 1142)
+++ branches/distr-2.7/pkg/startupmsg/DESCRIPTION	2018-07-08 11:08:51 UTC (rev 1143)
@@ -1,6 +1,6 @@
 Package: startupmsg
 Encoding: latin1
-Version: 0.9.4
+Version: 0.9.5
 Date: 2016-04-23
 Title: Utilities for Start-Up Messages
 Description: Provides utilities to create or suppress start-up messages.

Modified: branches/distr-2.7/pkg/startupmsg/R/illustration.R
===================================================================
--- branches/distr-2.7/pkg/startupmsg/R/illustration.R	2018-04-13 16:25:40 UTC (rev 1142)
+++ branches/distr-2.7/pkg/startupmsg/R/illustration.R	2018-07-08 11:08:51 UTC (rev 1143)
@@ -64,7 +64,7 @@
      MANUALL <- FALSE
      MANUALS <- ""
      if(!is.null(MANUAL))
-        {if (all(substr(as.character(MANUAL),1,7)=="http://")) 
+        {if (all(substr(as.character(MANUAL),1,7)=="https://"))
                {MANUALL <- TRUE
                 MANUALS <- c("\n  ",MANUAL)}
          else  {MANUAL1 <- paste(MANUAL, 

Modified: branches/distr-2.7/pkg/startupmsg/man/myStartupUtilities.Rd
===================================================================
--- branches/distr-2.7/pkg/startupmsg/man/myStartupUtilities.Rd	2018-04-13 16:25:40 UTC (rev 1142)
+++ branches/distr-2.7/pkg/startupmsg/man/myStartupUtilities.Rd	2018-07-08 11:08:51 UTC (rev 1143)
@@ -110,7 +110,7 @@
 buildStartupMessage(pkg="stats", msg)
 
 
-MNH <- "http://www.r-project.org/"
+MNH <- "https://www.r-project.org/"
 buildStartupMessage(pkg="stats", msg, packageHelp=TRUE, MANUAL=MNH)
 ## not quite a manual, but to illustrate the principle:
 ## "demo/nlm.R" as a "manual": to be system-independent the 



More information about the Distr-commits mailing list