Skip to content

Commit

Permalink
Merge pull request #13 from bcgov/cleanup
Browse files Browse the repository at this point in the history
Cleanup -- closes Issue #10
  • Loading branch information
stephhazlitt authored Jul 20, 2017
2 parents 60c01dd + 3682a29 commit b2a2915
Show file tree
Hide file tree
Showing 24 changed files with 148 additions and 893 deletions.
14 changes: 0 additions & 14 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,28 +1,14 @@
# Generated by roxygen2: do not edit by hand

export(add_code_of_conduct)
export(add_contributing)
export(add_license)
export(add_license_header)
export(add_readme)
export(add_rproj)
export(analysis_skeleton)
export(bgc_colours)
export(devex_badge)
export(get_data_license)
export(multiplot)
export(order_df)
export(roxygen_template)
export(theme_soe)
export(theme_soe_facet)
import(extrafont)
import(ggplot2)
import(ggthemes)
import(grid)
importFrom(git2r,clone)
importFrom(git2r,init)
importFrom(git2r,is_empty)
importFrom(git2r,repository)
importFrom(rstudioapi,getActiveDocumentContext)
importFrom(rstudioapi,insertText)
importFrom(utils,file.edit)
40 changes: 0 additions & 40 deletions R/add_git.R

This file was deleted.

185 changes: 0 additions & 185 deletions R/add_meta.R

This file was deleted.

14 changes: 0 additions & 14 deletions R/addins.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@

#' @importFrom rstudioapi insertText getActiveDocumentContext

devex_badge_addin <- function() {
txt <- "
```{r echo=FALSE, results='asis'}
## Insert 'inspiration', 'exploration', or 'delivery'
envreportutils::devex_badge('')
```
"
rstudioapi::insertText(text = txt)
}

license_header_addin <- function() {
txt <- make_license_header_text()
rstudioapi::insertText(location = c(1,1), text = txt)
}

envreportbc_footer_addin <- function() {
txt <- "\nThis repository is maintained by [Environmental Reporting BC](http://www2.gov.bc.ca/gov/content?id=FF80E0B985F245CEA62808414D78C41B). Click [here](https://github.com/bcgov/EnvReportBC-RepoList) for a complete list of our repositories on GitHub."
Expand Down
Loading

0 comments on commit b2a2915

Please sign in to comment.