Skip to content

Commit 55f0156

Browse files
committed
Change affiliation
1 parent f0d4dd7 commit 55f0156

18 files changed

+25
-25
lines changed

DESCRIPTION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Package: RLumBuild
22
Type: Package
33
Title: RLum Universe Package Building
4-
Version: 0.1.4.9000-22
5-
Date: 2019-11-27
4+
Version: 0.1.4.9000-26
5+
Date: 2020-05-23
66
Author: Sebastian Kreutzer [aut, cre] (<https://orcid.org/0000-0002-0734-2199>),
77
Christoph Burow [aut] (<https://orcid.org/0000-0002-5023-4046>)
88
Authors@R: c(
9-
person("Sebastian", "Kreutzer", role = c("aut", "cre"), email = "sebastian.kreutzer@u-bordeaux-montaigne.fr", comment = c(ORCID = "0000-0002-0734-2199")),
9+
person("Sebastian", "Kreutzer", role = c("aut", "cre"), email = "sebastian.kreutzer@aber.ac.uk", comment = c(ORCID = "0000-0002-0734-2199")),
1010
person("Christoph", "Burow", role = c("aut"), comment = c(ORCID = "0000-0002-5023-4046")))
11-
Maintainer: Sebastian Kreutzer <sebastian.kreutzer@u-bordeaux-montaigne.fr>
11+
Maintainer: Sebastian Kreutzer <sebastian.kreutzer@aber.ac.uk>
1212
Description: Build packages from the RLum-universe.
1313
A collection of tools and scripts to unify the building of packages.
1414
License: GPL-3
@@ -35,4 +35,4 @@ Imports:
3535
xtable (>= 1.8-4)
3636
Encoding: UTF-8
3737
LazyData: true
38-
RoxygenNote: 7.0.1
38+
RoxygenNote: 7.1.0

R/build_package.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#'
1111
#' @param as_cran [logical] (with default): enable/disable `--as-cran` check
1212
#'
13-
#' @author Sebastian Kreutzer, IRAMAT-CRP2A, UMR 5060, CNRS - Université Bordeaux Montaigne (France)
13+
#' @author Sebastian Kreutzer, Geography & Earth Sciences, Aberystwyth University (United Kingdom)
1414
#'
1515
#'
1616
#' @section Function version: 0.1.0
@@ -201,4 +201,4 @@ build_package <- function(
201201

202202
}
203203

204-
}
204+
}

R/helpers.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#'@description Helper functions which are used internally to visualise the console output.
44
#'Those functions are not in the overivew, but are, however, documented
55
#'
6-
#'@author Sebastian Kreutzer, IRAMAT-CRP2A, UMR 5060, CNRS - Université Bordeaux Montaigne (France)
6+
#'@author Sebastian Kreutzer, Geography & Earth Sciences, Aberystwyth University (United Kingdom)
77
#'
88
#'@keywords internal
99
#'@md
@@ -138,4 +138,4 @@ NULL
138138
temp <- readLines("DESCRIPTION", n = 10, warn = FALSE)
139139
strsplit(x = temp[grepl(pattern = "Version: ", x = temp, fixed = TRUE)], split = "Version: ", fixed = TRUE)[[1]][2]
140140

141-
}
141+
}

R/module_add_RLumTeam.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#' @description If the package was supported by the RLumTeam (the standard) the RLum-Team is added
44
#' as author to all functions.
55
#'
6-
#' @author Sebastian Kreutzer, IRAMAT-CRP2A, UMR 5060, CNRS - Université Bordeaux Montaigne (France)
6+
#' @author Sebastian Kreutzer, Geography & Earth Sciences, Aberystwyth University (United Kingdom)
77
#'
88
#' @section Function version: 0.1.0
99
#'

R/module_build_documentation.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' @description Create documentation using roxygen2
44
#'
5-
#' @author Sebastian Kreutzer, IRAMAT-CRP2A, UMR 5060, CNRS - Université Bordeaux Montaigne (France)
5+
#' @author Sebastian Kreutzer, Geography & Earth Sciences, Aberystwyth University (United Kingdom)
66
#'
77
#' @section Function version: 0.1.0
88
#'

R/module_check_ReverseDependencies.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#' @description Check the reverse dependencies of the package
44
#'
55
#'
6-
#' @author Sebastian Kreutzer, IRAMAT-CRP2A, UMR 5060, CNRS - Université Bordeaux Montaigne (France)
6+
#' @author Sebastian Kreutzer, Geography & Earth Sciences, Aberystwyth University (United Kingdom)
77
#'
88
#' @section Function version: 0.1.0
99
#'

R/module_compile_Attributes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' @description Compile C++ attributes if such code is part of the package
44
#'
5-
#' @author Sebastian Kreutzer, IRAMAT-CRP2A, UMR 5060, CNRS - Université Bordeaux Montaigne (France)
5+
#' @author Sebastian Kreutzer, Geography & Earth Sciences, Aberystwyth University (United Kingdom)
66
#'
77
#' @section Function version: 0.1.0
88
#'

R/module_create_DependencyGraph.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#'
99
#' @param Rversion [character] (with default): R version for which the graph is created
1010
#'
11-
#' @author Sebastian Kreutzer, IRAMAT-CRP2A, UMR 5060, CNRS - Université Bordeaux Montaigne (France)
11+
#' @author Sebastian Kreutzer, Geography & Earth Sciences, Aberystwyth University (United Kingdom)
1212
#'
1313
#' @note Module currently not acctivated
1414
#'

R/module_knit_NEWS.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' @description Create NEWS.md from NEWS.Rmd
44
#'
5-
#' @author Sebastian Kreutzer, IRAMAT-CRP2A, UMR 5060, CNRS - Université Bordeaux Montaigne (France)
5+
#' @author Sebastian Kreutzer, Geography & Earth Sciences, Aberystwyth University (United Kingdom)
66
#'
77
#' @section Function version: 0.1.0
88
#'

R/module_knit_README.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' @description Create README.md from README.Rmd
44
#'
5-
#' @author Sebastian Kreutzer, IRAMAT-CRP2A, UMR 5060, CNRS - Université Bordeaux Montaigne (France)
5+
#' @author Sebastian Kreutzer, Geography & Earth Sciences, Aberystwyth University (United Kingdom)
66
#'
77
#' @section Function version: 0.1.0
88
#'

0 commit comments

Comments
 (0)