search for: add_build_stamp_to_description_fil

Displaying 4 results from an estimated 4 matches for "add_build_stamp_to_description_fil".

2019 Jan 25
2
Patch idea: an environment variable for setting the user ID
...kaged: 2018-11-06 14:01:50 UTC; <MY USER ID> > > > > This is problematic for those of us who work in corporate settings. We > must > > not divulge our user IDs in the packages we develop and release. > > > Jim Hester pointed out that these two lines in > > `add_build_stamp_to_description_file()` > > < > https://github.com/wch/r-source/blob/521c90a175d67475b9f1b43d7ae68bc48062d8e6/src/library/tools/R/build.R#L170-L171 > > > > are responsible. Could we consider his suggestion of using an optional > > environment variable to overwrite the default behavior? &g...
2018 Nov 11
2
Patch idea: an environment variable for setting the user ID
...tomatically inserted into the DESCRIPTION file, e.g. Packaged: 2018-11-06 14:01:50 UTC; <MY USER ID> This is problematic for those of us who work in corporate settings. We must not divulge our user IDs in the packages we develop and release. Jim Hester pointed out that these two lines in `add_build_stamp_to_description_file()` <https://github.com/wch/r-source/blob/521c90a175d67475b9f1b43d7ae68bc48062d8e6/src/library/tools/R/build.R#L170-L171> are responsible. Could we consider his suggestion of using an optional environment variable to overwrite the default behavior? user <- Sys.getenv("R_BUILD_USERNAM...
2018 Nov 12
0
Patch idea: an environment variable for setting the user ID
...> DESCRIPTION file, e.g. > Packaged: 2018-11-06 14:01:50 UTC; <MY USER ID> > This is problematic for those of us who work in corporate settings. We must > not divulge our user IDs in the packages we develop and release. > Jim Hester pointed out that these two lines in > `add_build_stamp_to_description_file()` > <https://github.com/wch/r-source/blob/521c90a175d67475b9f1b43d7ae68bc48062d8e6/src/library/tools/R/build.R#L170-L171> > are responsible. Could we consider his suggestion of using an optional > environment variable to overwrite the default behavior? > user <- Sys.getenv(&...
2019 Nov 22
0
Patch idea: an environment variable for setting the user ID
...SER ID> > > > > > > > This is problematic for those of us who work in corporate settings. We > > must > > > not divulge our user IDs in the packages we develop and release. > > > > > Jim Hester pointed out that these two lines in > > > `add_build_stamp_to_description_file()` > > > < > > https://github.com/wch/r-source/blob/521c90a175d67475b9f1b43d7ae68bc48062d8e6/src/library/tools/R/build.R#L170-L171 > > > > > > are responsible. Could we consider his suggestion of using an optional > > > environment variable to overwrite...