Skip to content

Commit 5c5dbe0

Browse files
authored
Add files via upload
1 parent 55e3a2b commit 5c5dbe0

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

.Rbuildignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
^.*\.Rproj$
2+
^\.Rproj\.user$

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.Rproj.user
2+
.Rhistory
3+
.RData

DESCRIPTION

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Package: SurvColors
2+
Title: Colour palettes following the latest March 2018 surveillance guidelines
3+
Version: 0.0.0.9000
4+
Authors@R: person("Tommi", "Kärki", email = "[email protected]", role = c("aut", "cre"))
5+
Description: Function to access and use colourscales from the March 2018 surveillance guidelines.
6+
Depends: R (>= 3.4.0)
7+
License: What license is it under?
8+
Encoding: UTF-8
9+
LazyData: true
10+
RoxygenNote: 6.0.1

NAMESPACE

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Generated by roxygen2: do not edit by hand
2+
3+
export(survcolors)

0 commit comments

Comments
 (0)