forked from PecanProject/pecan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
document that version is read from env at install not build
It would be conceptually better to record it at build time, but R code is not parsed at that stage. If we really want build-time recording, could consider saving it as data (data/*.R are run at build time)
- Loading branch information
Showing
41 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Set at package build time, used by pecan.all::pecan_version() | ||
# Set at package install time, used by pecan.all::pecan_version() | ||
# to identify development versions of packages | ||
.build_hash <- Sys.getenv("PECAN_GIT_REV", "unknown") |