Package: viafoundry
Type: Package
Title: R Client for 'Via Foundry' API
Version: 1.0.1
Language: en-US
Authors@R: 
    c(person(given = "Alper",
             family = "Kucukural",
             role = c("aut", "cre"),
             email = "alper@viascientific.com"),
      person(family = "Via Scientific",
             role = c("aut", "cph")))
Description: 'Via Foundry' API provides streamlined tools for interacting with and extracting data from structured responses, particularly for use cases involving hierarchical data from Foundry's API. It includes functions to fetch and parse process-level and file-level metadata, allowing users to efficiently query and manipulate nested data structures. Key features include the ability to list all unique process names, retrieve file metadata for specific or all processes, and dynamically load or download files based on their type. With built-in support for handling various file formats (e.g., tabular and non-tabular files) and seamless integration with API through authentication, this package is designed to enhance workflows involving large-scale data management and analysis. Robust error handling and flexible configuration ensure reliable performance across diverse data environments. Please consult the documentation for the API endpoint for your installation. 
License: Apache License 2.0
Encoding: UTF-8
Imports: httr, jsonlite, dplyr, askpass, stringr, mime
RoxygenNote: 7.3.2
URL: https://github.com/ViaScientific/viafoundry-R-SDK
NeedsCompilation: no
Packaged: 2025-08-22 20:51:02 UTC; alper
Author: Alper Kucukural [aut, cre],
  Via Scientific [aut, cph]
Maintainer: Alper Kucukural <alper@viascientific.com>
Repository: CRAN
Date/Publication: 2025-08-22 21:10:02 UTC
