From 7a1c99bd6b85826b8195e59d0e69338fdf78f76e Mon Sep 17 00:00:00 2001 From: unknown <olivier.delaigue@ANPI1430.antony.irstea.priv> Date: Wed, 25 Jan 2017 09:36:45 +0100 Subject: [PATCH] v0.1.1.2 change the DESCRIPTION file and remove the .onLoad() function to succeed the check of the CRAN --- DESCRIPTION | 2 -- R/Utils.R | 4 ---- 2 files changed, 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b445e49..30c4545 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,8 +4,6 @@ Title: Tools to simplify the use of the airGR hydrological package for education Version: 0.1.1.1 Date: 2017-01-19 Authors@R: c(person("Olivier", "Delaigue", role = c("aut", "cre"), email = "airGR@irstea.fr"), person("Laurent", "Coron", role = c("aut")), person("Pierre", "Brigode", role = c("aut"))) -Author: Olivier Delaigue, Laurent Coron and Pierre Brigode -Maintainer: Olivier Delaigue <airGR@irstea.fr> Depends: airGR (>= 1.0.5.4) Imports: xts, dygraphs, shiny, plotrix Description: This package provides 3 functions which allows to run very simply the airGR hydrological modelling steps. It also provides plotting function to help student to explore observed data and to interprete the results of calibration and simulation of the GR hydrological models. diff --git a/R/Utils.R b/R/Utils.R index 7822865..306eb18 100644 --- a/R/Utils.R +++ b/R/Utils.R @@ -1,8 +1,4 @@ -#! when loaaing airGRteaching -.onLoad <- function(libname, pkgname){ - print(citation("airGRteaching")) -} ################################################################################## ################################################################################## -- GitLab