Skip to content

Releases: data-and-visualization/git-tutorial

Quarto website

19 Feb 16:03
Compare
Choose a tag to compare

Converted website from {distil} to Quarto website project

lassie-outland

17 Dec 22:19
Compare
Choose a tag to compare
  • Migrated the web build infrastructure from default rmarkdown::build_site() to the new distill::distill_website() infrastructure

  • now consists of just tips and code snipets to

    • configure usethis with github
    • publish to binder container via holepunch package
    • links to mint DOIs via github release through zenodo

bubble-shoots

17 Dec 19:24
Compare
Choose a tag to compare

This release represents advice and shortcuts for using RStudio as a git client from 2019 and before. This release does use the usethis package. However, the package was very much in development and there were many other necessary workarounds. Notable workarounds include use of the SSH protocol and manually configuring GitHub API keys. All of this is superceded by usethis 2.0 which uses HTTP (instead of SSH) and has many other features.

Since that time, the usethis 2.0 package has been released. There fore these notes are superseded by the next version (most probably "v 2")