- #5728 [bugfix] add format and standalone in hi locale
- #5737 [misc] Update dep message to reflect project status
library(digest) | |
library(httr) | |
library(jsonlite) | |
encryptionKey <- "test" | |
userLoginName <- "test" | |
uri <- "https://awqms.goldsystems.com/api/ContinuousResultsVer1?OrganizationIdentifiersCsv=BISHOP_PAIUTE_TRIBE_WQX&MonitoringLocationIdentifiersCsv=SW-1&MinDate=02-01-2021&MaxDate=02-02-2021" | |
getUTCTime <- function() { | |
time <- Sys.time() | |
as.numeric(time) | |
attr(time, "tzone") <- "UTC" |
All changes should be squash-merged to develop at this point.
The commit description is the PR title. What makes a good Pull Request title?
- It should start with an identifier, i.e. [bugfix]
- It has meaningful text describing the code change
- If applicable, it references a ticket, i.e. (fixes #23)
As of 2017.11.20, some of the Windows 7 tests and IE8 tests are flaky, we need to investigate.