Skip to content

Commit

Permalink
creating website with pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaSare committed Mar 31, 2022
1 parent 1735aeb commit 21adbec
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
^.*\.Rproj$
^\.Rproj\.user$
^data-raw$
^_pkgdown\.yml$
^docs$
^pkgdown$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.RData
.Ruserdata
*.Rproj
docs
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: datelifeplot
Type: Package
Title: Plotting methods for the \code{datelife} R package
Title: Methods to plot chronograms
Version: 0.2.2
Author: c(person("Luna L.", "Sanchez-Reyes", role=c("aut", "cre"), email="[email protected]"),
Maintainer: "Luna L. Sanchez-Reyes" <[email protected]>
Description: Generate plots for visualizing results from the DateLife package.
Description: Generate plots for visualizing results from the datelife package.
Plot chronograms using the citations as title, overlap chronograms, overlap LTT plots, and more.
License: GPL (>=2)
Encoding: UTF-8
Expand Down
1 change: 0 additions & 1 deletion R/plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ phylo_height_omi <- function(phy){
omi1 <- 2
}
return(list(height = hei, omi1 = omi1))

}

#' Wrap a Character String to a Plotting Area.
Expand Down
4 changes: 4 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
url: ~
template:
bootstrap: 5

0 comments on commit 21adbec

Please sign in to comment.