Skip to content

Commit

Permalink
Clean up and tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
steffilazerte committed Sep 20, 2023
1 parent 5c81d30 commit e14361d
Show file tree
Hide file tree
Showing 95 changed files with 15 additions and 7,666 deletions.
60 changes: 0 additions & 60 deletions pkgdown/extra.css

This file was deleted.

26 changes: 14 additions & 12 deletions release_script.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@ devtools::check(remote = TRUE, manual = TRUE, run_dont_test = TRUE,
devtools::check(remote = TRUE, manual = TRUE, run_dont_test = TRUE)


## Update codemeta
codemetar::write_codemeta()

## Build site (so website uses newest version)
## Update website
## BUILD PACKAGE FIRST!
#pkgdown::build_articles(lazy = TRUE)
# pkgdown::build_home()
# pkgdown::build_news()
# pkgdown::build_reference()
#pkgdown::build_articles(lazy = FALSE)

pkgdown::build_site(lazy = FALSE)

## Once it is released create signed release on github
usethis::use_github_release()

Expand Down Expand Up @@ -125,19 +139,7 @@ rhub::check_for_cran(path = paste0("../weathercan_", version, ".tar.gz"),
# Update cran-comments


## Update codemeta
codemetar::write_codemeta()

## Build site (so website uses newest version)
## Update website
## BUILD PACKAGE FIRST!
#pkgdown::build_articles(lazy = TRUE)
# pkgdown::build_home()
# pkgdown::build_news()
# pkgdown::build_reference()
#pkgdown::build_articles(lazy = FALSE)

pkgdown::build_site(lazy = TRUE)


## Push to github
Expand Down
2 changes: 1 addition & 1 deletion vignettes/articles/mapping.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ div.info.legend.leaflet-control br {
}
</style>

This article is based on the blog post [Integrating data from weathercan](https://ropensci.org/blog/2018/03/06/weathercan/) written for [ROpenSci](https://ropensci.org) March 6th 2018.
This article is based on the blog post [Integrating data from weathercan](https://ropensci.org/blog/2018/03/06/weathercan/) written for [rOpenSci](https://ropensci.org) March 6th 2018.

In that article I demonstrated how we can incorporate data from `weathercan` into spatial visualizations. In this article I'd like to take that even further and show you how you can create interactive maps which highlight spatial variability in weather data.

Expand Down
Binary file not shown.
1 change: 0 additions & 1 deletion vignettes/articles/mapping_shp/env_ecological_areas.prj

This file was deleted.

Binary file not shown.
Binary file removed vignettes/articles/mapping_shp/env_ecological_areas.sbx
Binary file not shown.
Binary file not shown.
Binary file not shown.
83 changes: 0 additions & 83 deletions vignettes/articles/mapping_svg/10185.svg

This file was deleted.

Loading

0 comments on commit e14361d

Please sign in to comment.