Skip to content

Commit

Permalink
Version and installation link
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jan 12, 2022
1 parent 4591157 commit ef4ce4d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Description: Pipelines with the 'targets' R package
without invalidating the pipeline. You can simply check out
the up-to-date targets from the past instead of taking the
time to recompute them from scratch.
Version: 0.0.0.9000
Version: 0.0.1
License: MIT + file LICENSE
URL: https://docs.ropensci.org/gittargets/, https://github.com/ropensci/gittargets
BugReports: https://github.com/ropensci/gittargets/issues
Expand Down
11 changes: 9 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# gittargets 0.0.0.9000
# gittargets 0.0.1

* First version.
* Join rOpenSci.
* Rewrite README to motivate the use case.
* Remove workflow diagram.
* Simplify snapshot model diagram.
* Fix the documentation of the `ref` argument of `tar_git_checkout()`.
* Add a section to the `git.Rmd` vignette on code merges.
* Allow command line Git tests to run locally on Windows.
* First version.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Type | Source | Command
---|---|---
Release | CRAN | `install.packages("gittargets")`
Development | GitHub | `remotes::install_github("ropensci/gittargets")`
Development | rOpenSci | `install.packages("gittargets", repos = "https://dev.ropensci.org")`
Development | rOpenSci | `install.packages("gittargets", repos = "https://ropensci.r-universe.dev")`

You will also need command line Git, available at <https://git-scm.com/downloads>.^[`gert` does not have these requirements, but `gittargets` does not exclusively rely on `gert` because `libgit2` does not automatically work with [Git LFS](https://git-lfs.github.com).] Please make sure Git is reachable from your system path environment variables. To control which Git executable `gittargets` uses, you may set the `TAR_GIT` environment variable with `usethis::edit_r_environ()` or `Sys.setenv()`. You will also need to configure your user name and user email at the global level using the instructions at <https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup> (or `gert::git_config_global_set()`). Run `tar_git_ok()` to check installation and configuration.

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ them from scratch.

The package is available to install from any of the following sources.

| Type | Source | Command |
|-------------|----------|----------------------------------------------------------------------|
| Release | CRAN | `install.packages("gittargets")` |
| Development | GitHub | `remotes::install_github("ropensci/gittargets")` |
| Development | rOpenSci | `install.packages("gittargets", repos = "https://dev.ropensci.org")` |
| Type | Source | Command |
|-------------|----------|-----------------------------------------------------------------------------|
| Release | CRAN | `install.packages("gittargets")` |
| Development | GitHub | `remotes::install_github("ropensci/gittargets")` |
| Development | rOpenSci | `install.packages("gittargets", repos = "https://ropensci.r-universe.dev")` |

You will also need command line Git, available at
<https://git-scm.com/downloads>.[1] Please make sure Git is reachable
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ joss
LFS
README
reproducibly
rOpenSci
ropensci
scm
SHA
Expand Down

0 comments on commit ef4ce4d

Please sign in to comment.