Skip to content

frontiers_article gone? #209

@muschellij2

Description

@muschellij2

It looks like frontiers_article was removed from the package. It has a commit: 1d56a5b. Is there any docs/NEWS on why this was deleted?

Removing rticles package

remove.packages("rticles")
Removing package from ‘/Library/Frameworks/R.framework/Versions/3.5/Resources/library’ (as ‘lib’ is unspecified) 

Installing old rticles package

remotes::install_github("rstudio/rticles", ref = "1d56a5b685641ff677a8d680eb39d3430a82979b", dependencies = FALSE)
Downloading GitHub repo rstudio/rticles@1d56a5b685641ff677a8d680eb39d3430a82979b ✔ checking for file ‘/private/var/folders/1s/wrtqcpxn685_zk570bnx9_rr0000gr/T/Rtmpm2iNHj/remotes10b934abe15f5/rstudio-rticles-1d56a5b/DESCRIPTION’ (463ms) ─ preparing ‘rticles’: ✔ checking DESCRIPTION meta-information ... ─ checking for LF line-endings in source and make files and shell scripts ─ checking for empty or unneeded directories ─ building ‘rticles_1.0.tar.gz’ Loading required package: colorout * installing *source* package ‘rticles’ ... ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded Loading required package: colorout * DONE (rticles) 

The template exists

system.file("rmarkdown", "templates", "frontiers_article", package = "rticles")
[1] "/Library/Frameworks/R.framework/Versions/3.5/Resources/library/rticles/rmarkdown/templates/frontiers_article" 
sessioninfo::session_info("rticles")
─ Session info ──────────────────────────────────────────────────────── setting value version R version 3.5.2 (2018-12-20) os macOS Sierra 10.12.6 system x86_64, darwin15.6.0 ui RStudio language (EN) collate en_US.UTF-8 ctype en_US.UTF-8 tz America/New_York date 2019-03-13 ─ Packages ──────────────────────────────────────────────────────────── package * version date lib source base64enc 0.1-3 2015-07-28 [1] CRAN (R 3.5.0) digest 0.6.18 2018-10-10 [1] CRAN (R 3.5.0) evaluate 0.13 2019-02-12 [1] CRAN (R 3.5.2) glue 1.3.1 2019-03-12 [1] CRAN (R 3.5.2) highr 0.7 2018-06-09 [1] CRAN (R 3.5.0) htmltools 0.3.6 2017-04-28 [1] CRAN (R 3.5.0) jsonlite 1.6 2018-12-07 [1] CRAN (R 3.5.0) knitr 1.22 2019-03-08 [1] CRAN (R 3.5.2) magrittr 1.5 2014-11-22 [1] CRAN (R 3.5.0) markdown 0.9 2018-12-07 [1] CRAN (R 3.5.0) mime 0.6 2018-10-05 [1] CRAN (R 3.5.0) Rcpp 1.0.0 2018-11-07 [1] CRAN (R 3.5.0) rmarkdown 1.11 2018-12-08 [1] CRAN (R 3.5.0) rticles 1.0 2019-03-13 [1] Github (rstudio/rticles@1d56a5b) stringi 1.3.1 2019-02-13 [1] CRAN (R 3.5.2) stringr 1.4.0 2019-02-10 [1] CRAN (R 3.5.2) tinytex 0.10 2019-01-10 [1] CRAN (R 3.5.2) xfun 0.5 2019-02-20 [1] CRAN (R 3.5.2) yaml 2.2.0 2018-07-25 [1] CRAN (R 3.5.0) [1] /Library/Frameworks/R.framework/Versions/3.5/Resources/library 

Installing current rticles

remotes::install_github("rstudio/rticles", dependencies = FALSE)
Downloading GitHub repo rstudio/rticles@master ✔ checking for file ‘/private/var/folders/1s/wrtqcpxn685_zk570bnx9_rr0000gr/T/Rtmpm2iNHj/remotes10b935fda2ed2/rstudio-rticles-a6e8210/DESCRIPTION’ ... ─ preparing ‘rticles’: ✔ checking DESCRIPTION meta-information ... ─ checking for LF line-endings in source and make files and shell scripts ─ checking for empty or unneeded directories ─ building ‘rticles_0.6.1.tar.gz’ Loading required package: colorout * installing *source* package ‘rticles’ ... ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded Loading required package: colorout * DONE (rticles) Adding ‘rticles_0.6.1.tgz’ to the cache 
system.file("rmarkdown", "templates", "frontiers_article", package = "rticles")
[1] "" 
sessioninfo::session_info("rticles")
─ Session info ──────────────────────────────────────────────────────── setting value version R version 3.5.2 (2018-12-20) os macOS Sierra 10.12.6 system x86_64, darwin15.6.0 ui RStudio language (EN) collate en_US.UTF-8 ctype en_US.UTF-8 tz America/New_York date 2019-03-13 ─ Packages ──────────────────────────────────────────────────────────── package * version date lib source base64enc 0.1-3 2015-07-28 [1] CRAN (R 3.5.0) digest 0.6.18 2018-10-10 [1] CRAN (R 3.5.0) evaluate 0.13 2019-02-12 [1] CRAN (R 3.5.2) glue 1.3.1 2019-03-12 [1] CRAN (R 3.5.2) highr 0.7 2018-06-09 [1] CRAN (R 3.5.0) htmltools 0.3.6 2017-04-28 [1] CRAN (R 3.5.0) jsonlite 1.6 2018-12-07 [1] CRAN (R 3.5.0) knitr 1.22 2019-03-08 [1] CRAN (R 3.5.2) magrittr 1.5 2014-11-22 [1] CRAN (R 3.5.0) markdown 0.9 2018-12-07 [1] CRAN (R 3.5.0) mime 0.6 2018-10-05 [1] CRAN (R 3.5.0) Rcpp 1.0.0 2018-11-07 [1] CRAN (R 3.5.0) rmarkdown 1.11 2018-12-08 [1] CRAN (R 3.5.0) rticles 0.6.1 2019-03-13 [1] Github (rstudio/rticles@a6e8210) stringi 1.3.1 2019-02-13 [1] CRAN (R 3.5.2) stringr 1.4.0 2019-02-10 [1] CRAN (R 3.5.2) tinytex 0.10 2019-01-10 [1] CRAN (R 3.5.2) xfun 0.5 2019-02-20 [1] CRAN (R 3.5.2) yaml 2.2.0 2018-07-25 [1] CRAN (R 3.5.0) [1] /Library/Frameworks/R.framework/Versions/3.5/Resources/library 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions