Skip to content

Commit b2ed5b7

Browse files
committed
change urls to https
1 parent a423920 commit b2ed5b7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

R/npn_data_download.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#' found in the NPN service's [companion
2424
#' documentation](https://docs.google.com/document/d/1yNjupricKOAXn6tY1sI7-EwkcfwdGUZ7lxYv7fcPjO8/edit#heading=h.w0nctgedhaop).
2525
#' Metadata on all fields can be found in the following Excel sheet:
26-
#' <http://www.usanpn.org/files/metadata/status_intensity_datafield_descriptions.xlsx>
26+
#' <https://www.usanpn.org/files/metadata/status_intensity_datafield_descriptions.xlsx>
2727
#'
2828
#' @param request_source Required field, character Self-identify who is making
2929
#' requests to the data service.
@@ -189,7 +189,7 @@ npn_download_status_data = function(request_source,
189189
#' can be found in the NPN service's [companion
190190
#' documentation](https://docs.google.com/document/d/1yNjupricKOAXn6tY1sI7-EwkcfwdGUZ7lxYv7fcPjO8/edit#heading=h.7yy4i3278v7u)
191191
#' Metadata on all fields can be found in the following Excel sheet:
192-
#' <http://www.usanpn.org/files/metadata/individual_phenometrics_datafield_descriptions.xlsx>
192+
#' <https://www.usanpn.org/files/metadata/individual_phenometrics_datafield_descriptions.xlsx>
193193
#' @inheritParams npn_download_status_data
194194
#' @param individual_ids Comma-separated string of unique IDs for individual
195195
#' plants/animal species by which to filter the data.
@@ -317,7 +317,7 @@ npn_download_individual_phenometrics <- function(request_source,
317317
#' can be found in the NPN service's [companion
318318
#' documentation](https://docs.google.com/document/d/1yNjupricKOAXn6tY1sI7-EwkcfwdGUZ7lxYv7fcPjO8/edit#heading=h.ueaexz9bczti).
319319
#' Metadata on all fields can be found in the following Excel sheet:
320-
#' <http://www.usanpn.org/files/metadata/site_phenometrics_datafield_descriptions.xlsx>
320+
#' <https://www.usanpn.org/files/metadata/site_phenometrics_datafield_descriptions.xlsx>
321321
#'
322322
#' @inheritParams npn_download_status_data
323323
#' @param num_days_quality_filter Required field, defaults to `30`. The integer
@@ -457,7 +457,7 @@ npn_download_site_phenometrics <- function(request_source,
457457
#' to include in the search results. A complete list of additional fields can be
458458
#' found in the NPN service's [companion documentation](https://docs.google.com/document/d/1yNjupricKOAXn6tY1sI7-EwkcfwdGUZ7lxYv7fcPjO8/edit#heading=h.df3zspopwq98).
459459
#' Metadata on all fields can be found in the following Excel sheet:
460-
#' <http://www.usanpn.org/files/metadata/magnitude_phenometrics_datafield_descriptions.xlsx>
460+
#' <https://www.usanpn.org/files/metadata/magnitude_phenometrics_datafield_descriptions.xlsx>
461461
#'
462462
#' @inheritParams npn_download_status_data
463463
#' @param period_frequency Required field, integer. The integer value specifies

man/npn_download_individual_phenometrics.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/npn_download_magnitude_phenometrics.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/npn_download_site_phenometrics.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/npn_download_status_data.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)