diff --git a/articles/sharing_vpr_data.html b/articles/sharing_vpr_data.html index 3e89952..c5dd9d1 100644 --- a/articles/sharing_vpr_data.html +++ b/articles/sharing_vpr_data.html @@ -76,7 +76,7 @@

Sharing VPR Data

E. O’Grady

-

2024-12-17

+

2024-12-18

@@ -86,8 +86,11 @@

2024-12-17

-library(vprr)
-library(dplyr)
+library(vprr) +
## Error in get(paste0(generic, ".", class), envir = get_method_env()) : 
+##   object 'type_sum.accel' not found
+
+library(dplyr)
## 
 ## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
@@ -96,7 +99,7 @@ 

2024-12-17

## The following objects are masked from 'package:base':
 ## 
 ##     intersect, setdiff, setequal, union
-
+
 # library(rjson)
 # library(readxl)
@@ -137,7 +140,7 @@

Data products
+
 data(category_conc_n)
 head(category_conc_n)
##                    depth  min_depth max_depth depth_diff min_time_s max_time_s
@@ -176,7 +179,7 @@ 

Data products## bad_image_blurry.5 test ## bad_image_blurry.6 test

The wide format looks like

-
+
 data(ctd_roi_merge)
 head(ctd_roi_merge)
##    time_ms conductivity temperature pressure salinity fluor_ref fluorescence_mv
@@ -242,7 +245,7 @@ 

Metadata conventions
+
 # vpr_metadata_template <- system.file("extdata", "vpr_metadata_template.xlsx",
 #                                      package = "vprr")
 # 
@@ -271,7 +274,7 @@ 

Data conventions

Example using package data

-
+
 data(category_conc_n)
 metadata <- list("station_level" = list(
      "title" = list("en" = "VPR data from the Scotian Shelf",
@@ -451,7 +454,7 @@ 

Example using package dataExample of outputs

Here are the outputs from the above example.

-
+
 # data <- read.csv(system.file(
 #   "extdata", "vpr123_station25.csv", package = "vprr"))
 # head(data)
diff --git a/pkgdown.yml b/pkgdown.yml
index b3ac597..37712f3 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -4,7 +4,7 @@ pkgdown_sha: ~
 articles:
   sharing_vpr_data: sharing_vpr_data.html
   VPR_processing: VPR_processing.html
-last_built: 2024-12-17T18:54Z
+last_built: 2024-12-18T16:47Z
 urls:
   reference: https://eogrady21.github.io/vprr/reference
   article: https://eogrady21.github.io/vprr/articles