Skip to content

Commit 21adbec

Browse files
committed
creating website with pkgdown
1 parent 1735aeb commit 21adbec

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

.Rbuildignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
33
^data-raw$
4+
^_pkgdown\.yml$
5+
^docs$
6+
^pkgdown$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
.RData
44
.Ruserdata
55
*.Rproj
6+
docs

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Package: datelifeplot
22
Type: Package
3-
Title: Plotting methods for the \code{datelife} R package
3+
Title: Methods to plot chronograms
44
Version: 0.2.2
55
Author: c(person("Luna L.", "Sanchez-Reyes", role=c("aut", "cre"), email="[email protected]"),
66
Maintainer: "Luna L. Sanchez-Reyes" <[email protected]>
7-
Description: Generate plots for visualizing results from the DateLife package.
7+
Description: Generate plots for visualizing results from the datelife package.
88
Plot chronograms using the citations as title, overlap chronograms, overlap LTT plots, and more.
99
License: GPL (>=2)
1010
Encoding: UTF-8

R/plots.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ phylo_height_omi <- function(phy){
9797
omi1 <- 2
9898
}
9999
return(list(height = hei, omi1 = omi1))
100-
101100
}
102101

103102
#' Wrap a Character String to a Plotting Area.

_pkgdown.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
url: ~
2+
template:
3+
bootstrap: 5
4+

0 commit comments

Comments
 (0)