Skip to content

Commit 36ec36b

Browse files
committed
fix vignette title, add fix_meta.sh to fix link to og:image in pkgdown
1 parent 619b9ab commit 36ec36b

47 files changed

Lines changed: 142 additions & 127 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ vignettes/retrieving_cansim_vectors.Rmd
1414
R/hex_sticker.R
1515
images
1616
images/*
17+
fix_meta.sh

CRAN-RELEASE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This package was submitted to CRAN on 2019-07-15.
2-
Once it is accepted, delete this file and tag the release (commit df3e1a47e2).
1+
This package was submitted to CRAN on 2019-07-17.
2+
Once it is accepted, delete this file and tag the release (commit 619b9ab0ca).

R/cansim_tables_list.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ list_cansim_tables <- function(refresh=FALSE){
109109
directory <- getOption("cansim.cache_path")
110110
#if (is.null(directory)) directory <- getOption("cache_path") # legacy
111111
path <- file.path(directory,"cansim_table_list.Rda")
112-
if (is.null(directory) || (!refresh && !exists(path))) {
112+
if (is.null(directory) || (!refresh && !file.exists(path))) {
113113
result=cansim_table_list
114114
age=(Sys.Date()-attr(result,"date")) %>% as.integer
115115
if (age>30) {

R/sysdata.rda

31.7 KB
Binary file not shown.

docs/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/cansim.html

Lines changed: 20 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)